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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? devices.txt

?? 嵌入式系統(tǒng)設(shè)計(jì)與實(shí)例開發(fā)源碼
?? TXT
?? 第 1 頁 / 共 5 頁
字號(hào):
		       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

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美成人aa大片| 国产69精品一区二区亚洲孕妇| 成人av在线资源网站| 欧美mv和日韩mv国产网站| 天堂在线一区二区| 欧美日韩小视频| 亚洲国产精品一区二区久久恐怖片| 大尺度一区二区| 国产精品国产三级国产普通话蜜臀 | 国产成a人无v码亚洲福利| 亚洲精品一区在线观看| 国产一区二区福利| 国产亚洲一本大道中文在线| 国精产品一区一区三区mba视频| 这里只有精品电影| 日本vs亚洲vs韩国一区三区二区| 欧美精品少妇一区二区三区| 香蕉久久一区二区不卡无毒影院| 欧美揉bbbbb揉bbbbb| 婷婷久久综合九色综合绿巨人 | 成人免费在线视频观看| 麻豆国产欧美一区二区三区| 日韩免费在线观看| 久久99蜜桃精品| 国产午夜一区二区三区| 成人av在线资源| 亚洲制服丝袜av| 在线综合亚洲欧美在线视频| 老司机午夜精品| 国产精品免费免费| 欧美性高清videossexo| 亚洲国产aⅴ天堂久久| 日韩视频免费观看高清在线视频| 国产一区二区三区免费观看| 337p日本欧洲亚洲大胆精品| 成人午夜av电影| 亚洲伊人色欲综合网| 日韩亚洲欧美一区二区三区| 国产高清精品久久久久| 亚洲综合精品久久| 日韩欧美亚洲国产另类| 久久99国产精品久久| 中文字幕一区二区三中文字幕| 欧洲视频一区二区| 国产在线精品视频| 亚洲美女区一区| 欧美电影免费观看完整版| 99re成人精品视频| 亚洲mv在线观看| 久久久国产午夜精品| 在线免费观看日本欧美| 日本欧洲一区二区| 国产欧美日韩久久| 在线播放日韩导航| 99久久精品国产一区| 老司机精品视频导航| 樱花草国产18久久久久| 国产亚洲自拍一区| 久久成人av少妇免费| 一区二区三区四区视频精品免费 | 成人av资源站| 国产精品99久久久久久宅男| 日韩av电影免费观看高清完整版在线观看| 国产精品国产三级国产三级人妇| 久久久五月婷婷| 日韩亚洲欧美一区二区三区| 欧美日韩成人在线一区| 91久久国产综合久久| 99久久99久久免费精品蜜臀| 国产不卡在线视频| 国产一区二区精品久久| 精品一区二区三区蜜桃| 久久精品国产精品亚洲综合| 美腿丝袜亚洲综合| 另类小说图片综合网| 视频精品一区二区| 日韩激情一二三区| 日本一区中文字幕| 蜜桃av一区二区在线观看| 奇米影视一区二区三区| 蜜桃视频一区二区三区在线观看 | 国产盗摄精品一区二区三区在线 | 毛片av一区二区| 蜜臀av一区二区在线免费观看| 日韩精品乱码免费| 九九精品视频在线看| 国内精品自线一区二区三区视频| 久久国产麻豆精品| 国产精品一区二区视频| 国产激情91久久精品导航 | 国产综合久久久久久鬼色| 国产麻豆精品在线| 成人激情小说网站| 91免费观看视频在线| 欧美亚洲高清一区| 欧美电视剧在线观看完整版| 欧美不卡一区二区三区四区| 国产亚洲制服色| 亚洲视频一区在线| 亚洲在线一区二区三区| 免费看日韩精品| 国产精品一区二区视频| 色综合天天天天做夜夜夜夜做| 91在线一区二区三区| 欧美精品在欧美一区二区少妇| 日韩欧美成人午夜| 中文av一区二区| 亚洲高清视频中文字幕| 九九九精品视频| 99久久亚洲一区二区三区青草| 欧美日韩在线播放三区| 精品福利一区二区三区 | 欧美军同video69gay| 精品国产一区二区三区久久久蜜月 | 亚洲欧美日韩一区二区| 午夜国产精品一区| 国产激情精品久久久第一区二区| 一本色道久久综合亚洲91| 欧美日韩黄视频| 久久精品人人爽人人爽| 亚洲国产成人91porn| 国产精品资源在线看| 欧美色精品在线视频| 久久免费看少妇高潮| 亚洲美女屁股眼交| 国产一区二区在线观看免费| 91国偷自产一区二区三区观看 | 精品国产人成亚洲区| 亚洲欧美国产三级| 国模无码大尺度一区二区三区| 91久久香蕉国产日韩欧美9色| 日韩精品一区在线观看| 亚洲美腿欧美偷拍| 国产成人免费av在线| 欧美一区二区观看视频| 亚洲蜜臀av乱码久久精品| 国产美女视频一区| 91精品国产综合久久精品app| 国产精品三级电影| 麻豆专区一区二区三区四区五区| 91国产免费看| 日韩美女视频一区| 国产一区二区三区不卡在线观看| 欧美日韩精品三区| 亚洲男人都懂的| 成人黄色av电影| 久久蜜桃av一区精品变态类天堂 | 精品一区二区三区免费观看| 欧美亚洲日本一区| 中文字幕色av一区二区三区| 国产美女视频91| 欧美电视剧在线观看完整版| 肉色丝袜一区二区| 欧洲精品一区二区三区在线观看| 亚洲国产高清aⅴ视频| 精品中文字幕一区二区小辣椒| 欧美日韩中字一区| 亚洲精品成人在线| 99久久婷婷国产综合精品| 欧美国产精品一区| 国产v日产∨综合v精品视频| 精品国产电影一区二区| 久久99国产乱子伦精品免费| 欧美一二三区精品| 美女视频黄 久久| 日韩精品中文字幕在线一区| 美日韩一级片在线观看| 日韩一级大片在线| 免费欧美高清视频| 精品乱人伦小说| 久久91精品国产91久久小草| 日韩一区二区三区免费观看| 看片网站欧美日韩| 欧美mv日韩mv国产| 成人性色生活片| 亚洲欧洲一区二区在线播放| 色综合一个色综合亚洲| 艳妇臀荡乳欲伦亚洲一区| 欧美影院午夜播放| 日韩国产精品久久久| 亚洲欧美综合在线精品| 一本色道a无线码一区v| 亚洲国产成人av好男人在线观看| 91精品国产福利在线观看| 久久99精品久久久| 国产女主播一区| 色欧美乱欧美15图片| 日韩精品电影在线| 久久久99久久精品欧美| 99精品国产一区二区三区不卡| 亚洲一区二区三区国产| 日韩一区二区在线看| 国产成人av一区二区三区在线| 日韩美女视频19| 6080国产精品一区二区| 国产真实精品久久二三区| 国产精品亲子伦对白| 色诱视频网站一区| 午夜精品在线视频一区| 久久久精品国产免大香伊|