亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? devices.txt

?? 嵌入式系統設計與實驗教材二源碼linux內核移植與編譯
?? TXT
?? 第 1 頁 / 共 5 頁
字號:
		       LINUX ALLOCATED DEVICES	     Maintained by H. Peter Anvin <device@lanana.org>		      Last revised: 3 June 2001This list is the Linux Device List, the official registry of allocateddevice numbers and /dev directory nodes for the Linux operatingsystem.The latest version of this list is available fromhttp://www.lanana.org/docs/device-list/ orftp://ftp.kernel.org/pub/linux/docs/device-list/.  This version may benewer than the one distributed with the Linux kernel.The LaTeX version of this document is no longer maintained.This document is included by reference into the Filesystem HierarchyStandard (FHS).	 The FHS is available from http://www.pathname.com/fhs/.Allocations marked (68k/Amiga) apply to Linux/68k on the Amigaplatform only.	Allocations marked (68k/Atari) apply to Linux/68k onthe Atari platform only.The symbol {2.6} means the allocation is obsolete and scheduled forremoval once kernel version 2.6 (or equivalent) is released.This document is in the public domain.	The author requests, however,that semantically altered versions are not distributed withoutpermission of the author, assuming the author can be contacted withoutan unreasonable effort.In particular, please don't sent patches for this list to Linus, atleast not without contacting me first.I do not have any information about these devices beyond what appearson this list.  Any such information requests will be deleted withoutreply.	  **** DEVICE DRIVERS AUTHORS PLEASE READ THIS ****THE DEVICE REGISTRY IS OFFICIALLY FROZEN FOR LINUS TORVALDS' KERNELTREE.  At Linus' request, no more allocations will be made officialfor Linus' kernel tree; the 3 June 2001 version of this list is theofficial final version of this registry.  At Alan Cox' request,however, the registry will continue to be maintained for the -acseries of kernels, and registrations will be accepted.To have a major number allocated, or a minor number in situationswhere that applies (e.g. busmice), please contact me with theappropriate device information.	 Also, if you have additionalinformation regarding any of the devices listed below, or if I havemade a mistake, I would greatly appreciate a note.I do, however, make a few requests about the nature of your report.This is necessary for me to be able to keep this list up to date andcorrect in a timely manner.  First of all, *please* send it to thecorrect address... <device@lanana.org>.  I receive hundreds of emailmessages a day, so mail sent to other addresses may very well get lostin the avalanche.  Please put in a descriptive subject, so I can findyour mail again should I need to.  Too many people send me emailsaying just "device number request" in the subject.Second, please include a description of the device *in the same formatas this list*.	The reason for this is that it is the only way I havefound to ensure I have all the requisite information to publish yourdevice and avoid conflicts.Third, please don't assume that the distributed version of the list isup to date.  Due to the number of registrations I have to maintain itin "batch mode", so there is likely additional registrations thathaven't been listed yet.Finally, sometimes I have to play "namespace police."  Please don't beoffended.  I often get submissions for /dev names that would be boundto cause conflicts down the road.  I am trying to avoid getting in asituation where we would have to suffer an incompatible forwardchange.  Therefore, please consult with me *before* you make yourdevice names and numbers in any way public, at least to the pointwhere it would be at all difficult to get them changed.Your cooperation is appreciated.  0		Unnamed devices (e.g. non-device mounts)		  0 = reserved as null device number  1 char	Memory devices		  1 = /dev/mem		Physical memory access		  2 = /dev/kmem		Kernel virtual memory access		  3 = /dev/null		Null device		  4 = /dev/port		I/O port access		  5 = /dev/zero		Null byte source		  6 = /dev/core		OBSOLETE - replaced by /proc/kcore		  7 = /dev/full		Returns ENOSPC on write		  8 = /dev/random	Nondeterministic random number gen.		  9 = /dev/urandom	Faster, less secure random number gen.		 10 = /dev/aio		Asyncronous I/O notification interface    block	RAM disk		  0 = /dev/ram0		First RAM disk		  1 = /dev/ram1		Second RAM disk		    ...		250 = /dev/initrd	Initial RAM disk {2.6}		Older kernels had /dev/ramdisk (1, 1) here.		/dev/initrd refers to a RAM disk which was preloaded		by the boot loader; newer kernels use /dev/ram0 for		the initrd.  2 char	Pseudo-TTY masters		  0 = /dev/ptyp0	First PTY master		  1 = /dev/ptyp1	Second PTY master		    ...		255 = /dev/ptyef	256th PTY master		Pseudo-tty's are named as follows:		* Masters are "pty", slaves are "tty";		* the fourth letter is one of pqrstuvwxyzabcde indicating		  the 1st through 16th series of 16 pseudo-ttys each, and		* the fifth letter is one of 0123456789abcdef indicating		  the position within the series.		These are the old-style (BSD) PTY devices; Unix98		devices are on major 128 and above and use the PTY		master multiplex (/dev/ptmx) to acquire a PTY on		demand.      block	Floppy disks		  0 = /dev/fd0		Controller 0, drive 0, autodetect		  1 = /dev/fd1		Controller 0, drive 1, autodetect		  2 = /dev/fd2		Controller 0, drive 2, autodetect		  3 = /dev/fd3		Controller 0, drive 3, autodetect		128 = /dev/fd4		Controller 1, drive 0, autodetect		129 = /dev/fd5		Controller 1, drive 1, autodetect		130 = /dev/fd6		Controller 1, drive 2, autodetect		131 = /dev/fd7		Controller 1, drive 3, autodetect		To specify format, add to the autodetect device number:		  0 = /dev/fd?		Autodetect format		  4 = /dev/fd?d360	5.25"  360K in a 360K  drive(1)		 20 = /dev/fd?h360	5.25"  360K in a 1200K drive(1)		 48 = /dev/fd?h410	5.25"  410K in a 1200K drive		 64 = /dev/fd?h420	5.25"  420K in a 1200K drive		 24 = /dev/fd?h720	5.25"  720K in a 1200K drive		 80 = /dev/fd?h880	5.25"  880K in a 1200K drive(1)		  8 = /dev/fd?h1200	5.25" 1200K in a 1200K drive(1)		 40 = /dev/fd?h1440	5.25" 1440K in a 1200K drive(1)		 56 = /dev/fd?h1476	5.25" 1476K in a 1200K drive		 72 = /dev/fd?h1494	5.25" 1494K in a 1200K drive		 92 = /dev/fd?h1600	5.25" 1600K in a 1200K drive(1)		 12 = /dev/fd?u360	3.5"   360K Double Density(2)		 16 = /dev/fd?u720	3.5"   720K Double Density(1)		120 = /dev/fd?u800	3.5"   800K Double Density(2)		 52 = /dev/fd?u820	3.5"   820K Double Density		 68 = /dev/fd?u830	3.5"   830K Double Density		 84 = /dev/fd?u1040	3.5"  1040K Double Density(1)		 88 = /dev/fd?u1120	3.5"  1120K Double Density(1)		 28 = /dev/fd?u1440	3.5"  1440K High Density(1)		124 = /dev/fd?u1600	3.5"  1600K High Density(1)		 44 = /dev/fd?u1680	3.5"  1680K High Density(3)		 60 = /dev/fd?u1722	3.5"  1722K High Density		 76 = /dev/fd?u1743	3.5"  1743K High Density		 96 = /dev/fd?u1760	3.5"  1760K High Density		116 = /dev/fd?u1840	3.5"  1840K High Density(3)		100 = /dev/fd?u1920	3.5"  1920K High Density(1)		 32 = /dev/fd?u2880	3.5"  2880K Extra Density(1)		104 = /dev/fd?u3200	3.5"  3200K Extra Density		108 = /dev/fd?u3520	3.5"  3520K Extra Density		112 = /dev/fd?u3840	3.5"  3840K Extra Density(1)		 36 = /dev/fd?CompaQ	Compaq 2880K drive; obsolete?		(1) Autodetectable format		(2) Autodetectable format in a Double Density (720K) drive only		(3) Autodetectable format in a High Density (1440K) drive only		NOTE: The letter in the device name (d, q, h or u)		signifies the type of drive: 5.25" Double Density (d),		5.25" Quad Density (q), 5.25" High Density (h) or 3.5"		(any model, u).	 The use of the capital letters D, H		and E for the 3.5" models have been deprecated, since		the drive type is insignificant for these devices.  3 char	Pseudo-TTY slaves		  0 = /dev/ttyp0	First PTY slave		  1 = /dev/ttyp1	Second PTY slave		    ...		255 = /dev/ttyef	256th PTY slave		These are the old-style (BSD) PTY devices; Unix98		devices are on major 136 and above.    block	First MFM, RLL and IDE hard disk/CD-ROM interface		  0 = /dev/hda		Master: whole disk (or CD-ROM)		 64 = /dev/hdb		Slave: whole disk (or CD-ROM)		For partitions, add to the whole disk device number:		  0 = /dev/hd?		Whole disk		  1 = /dev/hd?1		First partition		  2 = /dev/hd?2		Second partition		    ...		 63 = /dev/hd?63	63rd partition		For Linux/i386, partitions 1-4 are the primary		partitions, and 5 and above are logical partitions.		Other versions of Linux use partitioning schemes		appropriate to their respective architectures.  4 char	TTY devices		  0 = /dev/tty0		Current virtual console		  1 = /dev/tty1		First virtual console		    ...		 63 = /dev/tty63	63rd virtual console		 64 = /dev/ttyS0	First UART serial port		    ...		255 = /dev/ttyS191	192nd UART serial port		UART serial ports refer to 8250/16450/16550 series devices.		Older versions of the Linux kernel used this major		number for BSD PTY devices.  As of Linux 2.1.115, this		is no longer supported.	 Use major numbers 2 and 3.  5 char	Alternate TTY devices		  0 = /dev/tty		Current TTY device		  1 = /dev/console	System console		  2 = /dev/ptmx		PTY master multiplex		 64 = /dev/cua0		Callout device for ttyS0		    ...		255 = /dev/cua191	Callout device for ttyS191		(5,1) is /dev/console starting with Linux 2.1.71.  See		the section on terminal devices for more information		on /dev/console.  6 char	Parallel printer devices		  0 = /dev/lp0		Parallel printer on parport0		  1 = /dev/lp1		Parallel printer on parport1		    ...		Current Linux kernels no longer have a fixed mapping		between parallel ports and I/O addresses.  Instead,		they are redirected through the parport multiplex layer.  7 char	Virtual console capture devices		  0 = /dev/vcs		Current vc text contents		  1 = /dev/vcs1		tty1 text contents		    ...		 63 = /dev/vcs63	tty63 text contents		128 = /dev/vcsa		Current vc text/attribute contents		129 = /dev/vcsa1	tty1 text/attribute contents		    ...		191 = /dev/vcsa63	tty63 text/attribute contents			NOTE: These devices permit both read and write access.    block	Loopback devices		  0 = /dev/loop0	First loopback device		  1 = /dev/loop1	Second loopback device		    ...		The loopback devices are used to mount filesystems not		associated with block devices.	The binding to the		loopback devices is handled by mount(8) or losetup(8).  8 block	SCSI disk devices (0-15)		  0 = /dev/sda		First SCSI disk whole disk		 16 = /dev/sdb		Second SCSI disk whole disk		 32 = /dev/sdc		Third SCSI disk whole disk		    ...		240 = /dev/sdp		Sixteenth SCSI disk whole disk		Partitions are handled in the same way as for IDE		disks (see major number 3) except that the limit on		partitions is 15.  9 char	SCSI tape devices		  0 = /dev/st0		First SCSI tape, mode 0		  1 = /dev/st1		Second SCSI tape, mode 0		    ...		 32 = /dev/st0l		First SCSI tape, mode 1		 33 = /dev/st1l		Second SCSI tape, mode 1		    ...		 64 = /dev/st0m		First SCSI tape, mode 2		 65 = /dev/st1m		Second SCSI tape, mode 2		    ...		 96 = /dev/st0a		First SCSI tape, mode 3		 97 = /dev/st1a		Second SCSI tape, mode 3		      ...		128 = /dev/nst0		First SCSI tape, mode 0, no rewind		129 = /dev/nst1		Second SCSI tape, mode 0, no rewind		    ...		160 = /dev/nst0l	First SCSI tape, mode 1, no rewind		161 = /dev/nst1l	Second SCSI tape, mode 1, no rewind		    ...		192 = /dev/nst0m	First SCSI tape, mode 2, no rewind		193 = /dev/nst1m	Second SCSI tape, mode 2, no rewind		    ...		224 = /dev/nst0a	First SCSI tape, mode 3, no rewind		225 = /dev/nst1a	Second SCSI tape, mode 3, no rewind		    ...		"No rewind" refers to the omission of the default		automatic rewind on device close.  The MTREW or MTOFFL		ioctl()'s can be used to rewind the tape regardless of		the device used to access it.    block	Metadisk (RAID) devices		  0 = /dev/md0		First metadisk group		  1 = /dev/md1		Second metadisk group		    ...		The metadisk driver is used to span a		filesystem across multiple physical disks. 10 char	Non-serial mice, misc features		  0 = /dev/logibm	Logitech bus mouse		  1 = /dev/psaux	PS/2-style mouse port		  2 = /dev/inportbm	Microsoft Inport bus mouse		  3 = /dev/atibm	ATI XL bus mouse		  4 = /dev/jbm		J-mouse		  4 = /dev/amigamouse	Amiga mouse (68k/Amiga)		  5 = /dev/atarimouse	Atari mouse		  6 = /dev/sunmouse	Sun mouse		  7 = /dev/amigamouse1	Second Amiga mouse		  8 = /dev/smouse	Simple serial mouse driver		  9 = /dev/pc110pad	IBM PC-110 digitizer pad		 10 = /dev/adbmouse	Apple Desktop Bus mouse		 11 = /dev/vrtpanel	Vr41xx embedded touch panel		 13 = /dev/vpcmouse	Connectix Virtual PC Mouse		 14 = /dev/touchscreen/ucb1x00  UCB 1x00 touchscreen		 15 = /dev/touchscreen/mk712	MK712 touchscreen		128 = /dev/beep		Fancy beep device		129 = /dev/modreq	Kernel module load request {2.6}		130 = /dev/watchdog	Watchdog timer port		131 = /dev/temperature	Machine internal temperature		132 = /dev/hwtrap	Hardware fault trap		133 = /dev/exttrp	External device trap		134 = /dev/apm_bios	Advanced Power Management BIOS		135 = /dev/rtc		Real Time Clock		139 = /dev/openprom	SPARC OpenBoot PROM		140 = /dev/relay8	Berkshire Products Octal relay card		141 = /dev/relay16	Berkshire Products ISO-16 relay card		142 = /dev/msr		x86 model-specific registers {2.6}		143 = /dev/pciconf	PCI configuration space		144 = /dev/nvram	Non-volatile configuration RAM		145 = /dev/hfmodem	Soundcard shortwave modem control {2.6}		146 = /dev/graphics	Linux/SGI graphics device		147 = /dev/opengl	Linux/SGI OpenGL pipe		148 = /dev/gfx		Linux/SGI graphics effects device		149 = /dev/input/mouse	Linux/SGI Irix emulation mouse		150 = /dev/input/keyboard Linux/SGI Irix emulation keyboard		151 = /dev/led		Front panel LEDs		153 = /dev/mergemem	Memory merge device		154 = /dev/pmu		Macintosh PowerBook power manager		155 = /dev/isictl	MultiTech ISICom serial control		156 = /dev/lcd		Front panel LCD display		157 = /dev/ac		Applicom Intl Profibus card		158 = /dev/nwbutton	Netwinder external button		159 = /dev/nwdebug	Netwinder debug interface		160 = /dev/nwflash	Netwinder flash memory		161 = /dev/userdma	User-space DMA access		162 = /dev/smbus	System Management Bus		163 = /dev/lik		Logitech Internet Keyboard		164 = /dev/ipmo		Intel Intelligent Platform Management		165 = /dev/vmmon	VMWare virtual machine monitor		166 = /dev/i2o/ctl	I2O configuration manager

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
天天色天天爱天天射综合| 91精品国产综合久久精品麻豆| 成人av网站免费观看| av午夜精品一区二区三区| 欧美三区在线观看| 日韩美女在线视频| 综合网在线视频| 日韩影院免费视频| 国产传媒日韩欧美成人| 色又黄又爽网站www久久| 制服丝袜中文字幕亚洲| 久久婷婷综合激情| 亚洲精品视频一区二区| 日本一道高清亚洲日美韩| 国产91精品精华液一区二区三区| 91天堂素人约啪| 精品精品国产高清a毛片牛牛 | 极品少妇一区二区| 成人小视频免费观看| 欧美日韩亚洲综合一区| 久久麻豆一区二区| 亚洲国产精品久久艾草纯爱| 国产一区二区h| 欧美群妇大交群的观看方式| 国产亚洲一区二区三区在线观看 | 成人免费观看男女羞羞视频| 欧美日韩免费在线视频| 欧美国产亚洲另类动漫| 性感美女久久精品| 99视频热这里只有精品免费| 制服丝袜在线91| 亚洲精品ww久久久久久p站| 91精品国产一区二区三区香蕉| 欧美国产一区二区在线观看| 日本视频一区二区三区| 91麻豆自制传媒国产之光| 日韩美一区二区三区| 亚洲第一福利一区| 99这里只有久久精品视频| 欧美变态tickling挠脚心| 亚洲一区二区视频在线观看| 成人性视频免费网站| 欧美xxxxx牲另类人与| 一区二区三区欧美日| 国产很黄免费观看久久| 日韩精品一区二区三区视频在线观看| 一区二区三区欧美亚洲| www.66久久| 久久精品日产第一区二区三区高清版 | 日本女优在线视频一区二区| 色综合天天综合在线视频| 国产欧美日韩在线观看| 久久99国产精品尤物| 欧美美女一区二区三区| 夜夜嗨av一区二区三区中文字幕| 顶级嫩模精品视频在线看| 精品国产一区二区三区四区四| 日韩精品乱码av一区二区| 欧洲视频一区二区| 亚洲人成在线播放网站岛国| 国产91精品一区二区| xf在线a精品一区二区视频网站| 秋霞午夜av一区二区三区| 欧美日韩国产a| 亚洲成年人影院| 欧美日韩精品高清| 亚洲一卡二卡三卡四卡五卡| 色婷婷综合久久久| 亚洲欧美另类小说视频| 99re8在线精品视频免费播放| 国产女同性恋一区二区| 国产精品自拍毛片| 久久综合九色综合欧美98| 久久99精品国产.久久久久| 日韩欧美专区在线| 久久精品久久久精品美女| 日韩你懂的在线观看| 美女视频网站久久| 精品久久国产97色综合| 国产在线不卡一区| 国产午夜精品在线观看| 国产成人久久精品77777最新版本| 精品国产髙清在线看国产毛片| 久久不见久久见免费视频1| 精品久久久久久久久久久久包黑料| 极品少妇xxxx精品少妇偷拍| 国产亚洲欧美激情| av一区二区三区四区| 99久久99久久综合| 亚洲精品欧美二区三区中文字幕| 在线一区二区三区四区五区| 亚洲一区二区三区四区在线观看| 欧美日韩亚洲高清一区二区| 日本sm残虐另类| 精品三级av在线| 成人性生交大片免费看视频在线| 国产精品毛片高清在线完整版| 91蝌蚪porny| 婷婷久久综合九色国产成人| 欧美成人福利视频| 波多野结衣一区二区三区| 亚洲乱码国产乱码精品精98午夜| 欧美色国产精品| 美女视频黄免费的久久| 中文字幕第一页久久| 91亚洲国产成人精品一区二三| 亚洲综合在线观看视频| 91精品国产一区二区| 国产精品乡下勾搭老头1| 成人欧美一区二区三区黑人麻豆| 在线亚洲免费视频| 麻豆国产91在线播放| 中文字幕欧美三区| 欧美日韩精品一区二区三区四区 | 日韩精品在线一区| 国产成人啪午夜精品网站男同| 国产精品久久久久天堂| 欧美网站一区二区| 国产精品一区专区| 一区二区久久久久久| 久久午夜免费电影| 在线亚洲欧美专区二区| 国产在线精品一区在线观看麻豆| 亚洲欧美综合另类在线卡通| 91精品福利在线一区二区三区 | 欧美国产激情一区二区三区蜜月| 欧美在线观看视频在线| 国产一本一道久久香蕉| 依依成人精品视频| 久久伊人中文字幕| 欧美偷拍一区二区| 丁香婷婷综合激情五月色| 亚洲成av人片在线| 国产精品久久久久久久蜜臀| 欧美精品成人一区二区三区四区| 成人毛片老司机大片| 视频一区在线播放| ...xxx性欧美| 久久久综合视频| 欧美另类videos死尸| jizzjizzjizz欧美| 久久www免费人成看片高清| 亚洲综合一区二区| 欧美激情中文字幕一区二区| 欧美一区二区三区色| 亚洲乱码国产乱码精品精98午夜| 久久综合久久鬼色| 欧美嫩在线观看| 色婷婷久久99综合精品jk白丝| 国产麻豆视频一区| 日本亚洲电影天堂| 一区二区免费看| 国产精品久久影院| 久久久久久久久99精品| 欧美一区二区三区在线视频| 欧美在线不卡视频| av影院午夜一区| 大陆成人av片| 激情综合色丁香一区二区| 午夜精品福利在线| 一区二区三区在线免费播放| 国产精品丝袜久久久久久app| 精品日产卡一卡二卡麻豆| 在线播放中文一区| 欧美午夜片在线看| 色偷偷一区二区三区| 成人av小说网| 国产成人鲁色资源国产91色综 | 久久精品一区二区三区不卡| 欧美一区二区视频在线观看 | 蜜桃av一区二区在线观看| 五月天精品一区二区三区| 一区二区三区精品| 亚洲欧美另类久久久精品| 国产精品进线69影院| 中文字幕第一区第二区| 久久久一区二区| 久久久午夜精品| 久久久久国产精品厨房| 欧美成人女星排名| 精品美女被调教视频大全网站| 日韩午夜在线影院| 日韩欧美国产精品| 日韩美一区二区三区| 欧美xxxxxxxx| 2021中文字幕一区亚洲| 精品日产卡一卡二卡麻豆| 欧美α欧美αv大片| 精品久久国产97色综合| 久久婷婷国产综合国色天香| 久久久一区二区| 中文幕一区二区三区久久蜜桃| 国产免费久久精品| 亚洲欧洲精品一区二区三区| 日韩美女精品在线| 亚洲综合在线第一页| 日韩vs国产vs欧美| 美女mm1313爽爽久久久蜜臀| 精品在线观看免费| 国产在线日韩欧美|