Home | History | Annotate | Line # | Download | only in conf
TX3922 revision 1.29.2.3
      1  1.29.2.2  bouyer #
      2  1.29.2.2  bouyer # Distribution kernel (TOSHIBA TX3922 based model) kernel config file
      3  1.29.2.2  bouyer #
      4  1.29.2.3  bouyer #	$NetBSD: TX3922,v 1.29.2.3 2000/11/22 16:00:10 bouyer Exp $
      5  1.29.2.2  bouyer #
      6  1.29.2.2  bouyer include		"arch/hpcmips/conf/std.hpcmips"
      7  1.29.2.2  bouyer 
      8  1.29.2.2  bouyer maxusers	8
      9  1.29.2.2  bouyer 
     10  1.29.2.2  bouyer options 	MIPS1			# R2000/R3000 CPUs
     11  1.29.2.2  bouyer options 	ENABLE_MIPS_TX3900	# R3900 CPU core
     12  1.29.2.2  bouyer options 	NOFPU			# No FPU
     13  1.29.2.2  bouyer options 	SOFTFLOAT		# emulate FPU insn
     14  1.29.2.2  bouyer #options 	R3900_CACHE_DISABLE	# Disable I/D-cache
     15  1.29.2.2  bouyer 
     16  1.29.2.2  bouyer options 	TX39XX			# Toshiba TX39 series
     17  1.29.2.2  bouyer options 	TX392X			# Toshiba TX3922
     18  1.29.2.2  bouyer options 	KSEG2IOBUFSIZE=0x08000000	# MCS0/MCS1 are mapped to kseg2
     19  1.29.2.2  bouyer 
     20  1.29.2.2  bouyer options 	TX39_DEBUG
     21  1.29.2.2  bouyer #options	TX39_WATCHDOGTIMER
     22  1.29.2.2  bouyer #options	WINCE_DEFAULT_SETTING	# Debugging use
     23  1.29.2.2  bouyer #options 	TX39ICUDEBUG
     24  1.29.2.2  bouyer #options 	TX39BIUDEBUG
     25  1.29.2.2  bouyer #options 	TX39POWERDEBUG
     26  1.29.2.2  bouyer #options 	TX39UARTDEBUG
     27  1.29.2.2  bouyer 
     28  1.29.2.2  bouyer options 	DDB			# in-kernel debugger
     29  1.29.2.2  bouyer #options 	DIAGNOSTIC		# extra kernel debugging checks
     30  1.29.2.2  bouyer options 	DEBUG			# extra kernel debugging support
     31  1.29.2.2  bouyer options 	KTRACE			# system call tracing support
     32  1.29.2.2  bouyer options		MSGBUFSIZE=65534
     33  1.29.2.2  bouyer 
     34  1.29.2.2  bouyer options 	__NO_SOFT_SERIAL_INTERRUPT
     35  1.29.2.2  bouyer options 	SERIALCONSSLOT=0	# UARTA 0, UARTB 1
     36  1.29.2.2  bouyer 
     37  1.29.2.2  bouyer options 	COMPAT_43
     38  1.29.2.2  bouyer 
     39  1.29.2.2  bouyer options 	SCSIVERBOSE	# human readable SCSI error messages
     40  1.29.2.2  bouyer options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
     41  1.29.2.2  bouyer options 	USBVERBOSE	# verbose USB device autoconfig messages
     42  1.29.2.2  bouyer options 	MIIVERBOSE	# verbose PHY autoconfig messages
     43  1.29.2.2  bouyer 
     44  1.29.2.2  bouyer options 	NTP			# network time protocol
     45  1.29.2.2  bouyer #options 	UCONSOLE		# users can redirect console (unsafe)
     46  1.29.2.2  bouyer 
     47  1.29.2.2  bouyer # File systems
     48  1.29.2.2  bouyer file-system 	FFS		# UFS
     49  1.29.2.2  bouyer #file-system 	EXT2FS		# second extended file system (linux)
     50  1.29.2.2  bouyer #file-system 	LFS		# log-structured file system
     51  1.29.2.2  bouyer file-system 	MFS		# memory file system
     52  1.29.2.2  bouyer file-system 	NFS		# Network File System client
     53  1.29.2.2  bouyer #file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     54  1.29.2.2  bouyer file-system 	MSDOSFS		# MS-DOS file system
     55  1.29.2.2  bouyer file-system 	FDESC		# /dev/fd
     56  1.29.2.2  bouyer file-system 	KERNFS		# /kern
     57  1.29.2.2  bouyer #file-system 	NULLFS		# loopback file system
     58  1.29.2.2  bouyer #file-system 	OVERLAY		# overlay file system
     59  1.29.2.2  bouyer #file-system 	PORTAL		# portal filesystem (still experimental)
     60  1.29.2.2  bouyer file-system 	PROCFS		# /proc
     61  1.29.2.2  bouyer #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     62  1.29.2.2  bouyer file-system 	UNION		# union file system
     63  1.29.2.2  bouyer #file-system	CODA		# Coda File System; also needs vcoda (below)
     64  1.29.2.2  bouyer 
     65  1.29.2.2  bouyer # Networking options
     66  1.29.2.2  bouyer #options 	GATEWAY		# IP packet forwarding
     67  1.29.2.2  bouyer options 	INET		# IP + ICMP + TCP + UDP
     68  1.29.2.2  bouyer options 	INET6		# IPV6
     69  1.29.2.2  bouyer #options 	IPSEC		# IP security
     70  1.29.2.2  bouyer #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     71  1.29.2.2  bouyer #options 	IPSEC_DEBUG	# debug for IP security
     72  1.29.2.2  bouyer #options 	MROUTING	# Multicast routing support
     73  1.29.2.2  bouyer #options 	ISO		# OSI networking
     74  1.29.2.2  bouyer #options 	TPIP		# TPIP
     75  1.29.2.2  bouyer #options 	EON		# OSI tunneling over IP
     76  1.29.2.2  bouyer #options 	CCITT,LLC,HDLC	# X.25
     77  1.29.2.2  bouyer 
     78  1.29.2.2  bouyer options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
     79  1.29.2.2  bouyer options 	SOFTDEP         # FFS soft updates support.
     80  1.29.2.2  bouyer #options 	QUOTA		# UFS quotas
     81  1.29.2.2  bouyer options 	VNODE_OP_NOINLINE # don't inline vnode op calls
     82  1.29.2.2  bouyer 
     83  1.29.2.2  bouyer options 	NFS_BOOT_DHCP
     84  1.29.2.2  bouyer 
     85  1.29.2.2  bouyer config		netbsd		root on ? type ?
     86  1.29.2.2  bouyer 
     87  1.29.2.2  bouyer # Networking options
     88  1.29.2.2  bouyer options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     89  1.29.2.2  bouyer options 	PPP_DEFLATE	# Deflate compression support for PPP
     90  1.29.2.2  bouyer options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     91  1.29.2.2  bouyer 
     92  1.29.2.2  bouyer # temporally power management
     93  1.29.2.2  bouyer hpcapm0	at mainbus0			# power management
     94  1.29.2.2  bouyer apmdev0	at hpcapm0			# APM
     95  1.29.2.2  bouyer 
     96  1.29.2.2  bouyer txsim*	at mainbus0
     97  1.29.2.2  bouyer #
     98  1.29.2.2  bouyer # TX39 System Internal Modules
     99  1.29.2.2  bouyer #
    100  1.29.2.2  bouyer tx39biu*	at txsim?
    101  1.29.2.2  bouyer tx39icu*	at txsim?
    102  1.29.2.2  bouyer tx39clock*	at txsim?
    103  1.29.2.2  bouyer tx39power*	at txsim?
    104  1.29.2.2  bouyer tx39io*		at txsim?
    105  1.29.2.2  bouyer tx39sib*	at txsim?
    106  1.29.2.2  bouyer tx39uart*	at txsim?
    107  1.29.2.2  bouyer txcom0		at tx39uart? slot 0
    108  1.29.2.2  bouyer txcom1		at tx39uart? slot 1
    109  1.29.2.2  bouyer 
    110  1.29.2.2  bouyer txcsbus1	at tx39biu? platform SHARP_TELIOS
    111  1.29.2.2  bouyer txcsbus2	at tx39biu? platform VICTOR_INTERLINK
    112  1.29.2.2  bouyer 
    113  1.29.2.2  bouyer # unified IO module manager
    114  1.29.2.2  bouyer # group 0 MFIO
    115  1.29.2.2  bouyer #	1 IO
    116  1.29.2.2  bouyer #	2 BETTY IO (
    117  1.29.2.2  bouyer #	(3) ITE IO notyet
    118  1.29.2.2  bouyer #	(4) Plum2 IO (EXTPW[0:2]) notyet
    119  1.29.2.2  bouyer txioman1 at txsim? platform SHARP_TELIOS_HCAJ1
    120  1.29.2.2  bouyer txin*	at txioman1 id BTN_APP0		group 1 port 7 edge 1 # IE button 
    121  1.29.2.2  bouyer txin*	at txioman1 id BTN_APP1		group 1 port 8 edge 1 # Mail button 
    122  1.29.2.2  bouyer txin*	at txioman1 id PME_AC		group 1 port 6 edge 1 # AC-power
    123  1.29.2.2  bouyer txin*	at txioman1 id COM0_CTS		group 0 port 27 edge 3
    124  1.29.2.2  bouyer txin*	at txioman1 id COM0_DCD		group 0 port 29 edge 3
    125  1.29.2.2  bouyer txout*	at txioman1 id PWCTL_LED	group 1 port 4  flags 3 #(blink)
    126  1.29.2.2  bouyer 
    127  1.29.2.2  bouyer txioman2 at txsim? platform SHARP_TELIOS_HCVJ1C_JP
    128  1.29.2.2  bouyer txin*	at txioman2 id BTN_APP0		evtype BUTTON group 1 port 7 edge 1 # IE button 
    129  1.29.2.2  bouyer txin*	at txioman2 id BTN_APP1		evtype BUTTON group 1 port 8 edge 1 # Mail button 
    130  1.29.2.2  bouyer txin*	at txioman2 id BTN_APP2		evtype BUTTON group 1 port 11 edge 1 # Video button
    131  1.29.2.2  bouyer txin*	at txioman2 id BTN_APP3		evtype BUTTON group 1 port 12 edge 1 # Head phone button
    132  1.29.2.2  bouyer txin*	at txioman2 id PME_AC		evtype PMEVENT group 1 port 6
    133  1.29.2.2  bouyer txin*	at txioman2 id COM0_CTS		evtype EVENT  group 0 port 27 edge 3
    134  1.29.2.2  bouyer txin*	at txioman2 id COM0_DCD		evtype EVENT  group 1 port 13 edge 3
    135  1.29.2.2  bouyer txout*	at txioman2 id PWCTL_COM0	evtype POWER  group 1 port 15
    136  1.29.2.2  bouyer txout*	at txioman2 id PWCTL_LED	evtype POWER  group 1 port 4 flags 3 #(blink)
    137  1.29.2.2  bouyer 
    138  1.29.2.2  bouyer txioman3 at txsim? platform VICTOR_INTERLINK_MPC101
    139  1.29.2.2  bouyer txin*	at txioman3 id BTN_COVER	evtype BUTTON group 1 port 4
    140  1.29.2.2  bouyer txin*	at txioman3 id BTN_REC		evtype BUTTON group 1 port 7
    141  1.29.2.2  bouyer txin*	at txioman3 id COM0_DCD		evtype EVENT group 0 port 29
    142  1.29.2.2  bouyer txin*	at txioman3 id COM0_CTS		evtype EVENT group 0 port 30
    143  1.29.2.2  bouyer # kbd MFIO:7 ?
    144  1.29.2.2  bouyer 
    145  1.29.2.2  bouyer options USE_POLL
    146  1.29.2.2  bouyer 
    147  1.29.2.2  bouyer # PHILIPS UCB1200 / TOSHIBA TC35413F modem/audio analog front-end
    148  1.29.2.2  bouyer ucb*		at tx39sib? slot 0
    149  1.29.2.2  bouyer ucbtp*		at ucb?
    150  1.29.2.2  bouyer ucbsnd*		at ucb?
    151  1.29.2.2  bouyer ucbio*		at ucb?
    152  1.29.2.2  bouyer 
    153  1.29.2.2  bouyer # PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard)
    154  1.29.2.2  bouyer # chip select: CS1, IRQ: 3:12/4:12 (irq1 108) 
    155  1.29.2.2  bouyer # interrupt-mode don't work. use polling mode.
    156  1.29.2.2  bouyer tc5165buf*	at txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16
    157  1.29.2.2  bouyer hpckbd*		at tc5165buf?
    158  1.29.2.2  bouyer #wsmouse*	at ucbtp? mux 0
    159  1.29.2.2  bouyer 
    160  1.29.2.2  bouyer # VICTOR InterLink keyboard driver
    161  1.29.2.2  bouyer # chip select: CARD1 IRQ ???
    162  1.29.2.2  bouyer m38813c*	at txcsbus2 iocs 8 iocswidth 16 iocsbase 0 iocssize 8
    163  1.29.2.2  bouyer hpckbd*		at m38813c?
    164  1.29.2.2  bouyer 
    165  1.29.2.2  bouyer # TC6358TB(Plum2) 
    166  1.29.2.2  bouyer #  register space: CS3,	 
    167  1.29.2.2  bouyer #  I/O space: MCS0 & MCS1,  IRQ: 8:21 (IO[5] positive)
    168  1.29.2.2  bouyer #
    169  1.29.2.2  bouyer plum*		at txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277
    170  1.29.2.2  bouyer plumicu*	at plum?
    171  1.29.2.2  bouyer plumpower*	at plum?
    172  1.29.2.2  bouyer plumvideo*	at plum?
    173  1.29.2.2  bouyer plumpcmcia*	at plum?
    174  1.29.2.2  bouyer #plumiobus*	at plum?
    175  1.29.2.2  bouyer #plumisab0	at plumiobus? platform ? slot 0
    176  1.29.2.2  bouyer ohci*	at plum?
    177  1.29.2.2  bouyer 
    178  1.29.2.2  bouyer # USB bus support
    179  1.29.2.2  bouyer usb*	at ohci?
    180  1.29.2.2  bouyer 
    181  1.29.2.2  bouyer # USB Hubs
    182  1.29.2.2  bouyer uhub*	at usb?
    183  1.29.2.2  bouyer uhub*	at uhub? port ? configuration ? interface ?
    184  1.29.2.2  bouyer 
    185  1.29.2.2  bouyer # USB Mice
    186  1.29.2.2  bouyer ums*	at uhub? port ? configuration ? interface ?
    187  1.29.2.2  bouyer wsmouse*	at ums? mux 0
    188  1.29.2.2  bouyer 
    189  1.29.2.2  bouyer # USB Keyboards
    190  1.29.2.2  bouyer ukbd*	at uhub? port ? configuration ? interface ?
    191  1.29.2.2  bouyer wskbd*	at ukbd? console ? mux 1
    192  1.29.2.2  bouyer 
    193  1.29.2.2  bouyer # USB joystick, game pad
    194  1.29.2.2  bouyer #ujoy*	at uhub? configuration ? interface ?
    195  1.29.2.2  bouyer 
    196  1.29.2.2  bouyer # USB Generic HID devices
    197  1.29.2.2  bouyer uhid*	at uhub? port ? configuration ? interface ?
    198  1.29.2.2  bouyer 
    199  1.29.2.2  bouyer # USB Printer
    200  1.29.2.2  bouyer ulpt*	at uhub? port ? configuration ? interface ?
    201  1.29.2.2  bouyer 
    202  1.29.2.2  bouyer # USB Modem
    203  1.29.2.2  bouyer umodem*	at uhub? port ? configuration ?
    204  1.29.2.2  bouyer ucom*	at umodem?
    205  1.29.2.2  bouyer 
    206  1.29.2.2  bouyer # USB Mass Storage
    207  1.29.2.2  bouyer umass*	at uhub? port ? configuration ? interface ?
    208  1.29.2.2  bouyer atapibus* at umass? channel ?
    209  1.29.2.2  bouyer scsibus* at umass? channel ?
    210  1.29.2.2  bouyer 
    211  1.29.2.2  bouyer # USB audio
    212  1.29.2.2  bouyer uaudio*	at uhub? port ? configuration ?
    213  1.29.2.2  bouyer audio*	at uaudio?
    214  1.29.2.2  bouyer 
    215  1.29.2.2  bouyer # USB Ethernet adapters
    216  1.29.2.2  bouyer aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    217  1.29.2.2  bouyer cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    218  1.29.2.2  bouyer kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    219  1.29.2.2  bouyer 
    220  1.29.2.2  bouyer # Prolofic PL2301/PL2302 host-to-host adapter
    221  1.29.2.2  bouyer upl*	at uhub? port ?
    222  1.29.2.2  bouyer 
    223  1.29.2.2  bouyer # USB Handspring Visor
    224  1.29.2.2  bouyer uvisor*	at uhub? port ?
    225  1.29.2.2  bouyer ucom*	at uvisor?
    226  1.29.2.2  bouyer 
    227  1.29.2.3  bouyer # USB scanners
    228  1.29.2.3  bouyer uscanner* at uhub? port ?
    229  1.29.2.3  bouyer 
    230  1.29.2.2  bouyer # USB Generic driver
    231  1.29.2.2  bouyer ugen*	at uhub? port ?
    232  1.29.2.2  bouyer 
    233  1.29.2.2  bouyer # MII/PHY support
    234  1.29.2.2  bouyer exphy*	at mii? phy ?			# 3Com internal PHYs
    235  1.29.2.2  bouyer icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
    236  1.29.2.2  bouyer inphy*	at mii? phy ?			# Intel 82555 PHYs
    237  1.29.2.2  bouyer iophy*	at mii? phy ?			# Intel 82553 PHYs
    238  1.29.2.2  bouyer lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
    239  1.29.2.2  bouyer nsphy*	at mii? phy ?			# NS83840 PHYs
    240  1.29.2.2  bouyer nsphyter* at mii? phy ?			# NS83843 PHYs
    241  1.29.2.2  bouyer qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    242  1.29.2.2  bouyer sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    243  1.29.2.2  bouyer tlphy*	at mii? phy ?			# ThunderLAN PHYs
    244  1.29.2.2  bouyer tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
    245  1.29.2.2  bouyer ukphy*	at mii? phy ?			# generic unknown PHYs
    246  1.29.2.2  bouyer 
    247  1.29.2.2  bouyer # WS console uses SUN or VT100 terminal emulation
    248  1.29.2.2  bouyer hpcfb*		at plumvideo?
    249  1.29.2.2  bouyer wsdisplay*	at hpcfb?
    250  1.29.2.2  bouyer wskbd*		at hpckbd? mux 1
    251  1.29.2.2  bouyer btnmgr0		at mainbus0
    252  1.29.2.2  bouyer wskbd*		at btnmgr0 mux 1
    253  1.29.2.2  bouyer 
    254  1.29.2.2  bouyer options 	WSEMUL_VT100
    255  1.29.2.2  bouyer options 	WSDISPLAY_DEFAULTSCREENS=4
    256  1.29.2.2  bouyer options 	FONT_VT220L8x10
    257  1.29.2.2  bouyer options 	WS_KERNEL_FG=WSCOL_BROWN
    258  1.29.2.2  bouyer options 	WS_KERNEL_BG=WSCOL_BLUE
    259  1.29.2.2  bouyer # compatibility to other console drivers
    260  1.29.2.2  bouyer options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    261  1.29.2.2  bouyer options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
    262  1.29.2.2  bouyer options 	WSDISPLAY_COMPAT_USL		# VT handling
    263  1.29.2.2  bouyer options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    264  1.29.2.2  bouyer 
    265  1.29.2.2  bouyer # PCMCIA bus support
    266  1.29.2.2  bouyer pcmcia* at plumpcmcia? controller ? socket ?
    267  1.29.2.2  bouyer 
    268  1.29.2.2  bouyer # PCMCIA IDE disk
    269  1.29.2.2  bouyer wdc*	at pcmcia? function ?
    270  1.29.2.2  bouyer wd*	at wdc? channel ? drive ? flags 0x0000
    271  1.29.2.2  bouyer 
    272  1.29.2.2  bouyer # ATAPI bus support
    273  1.29.2.2  bouyer atapibus* at wdc? channel ?
    274  1.29.2.2  bouyer 
    275  1.29.2.2  bouyer # ATAPI devices
    276  1.29.2.2  bouyer # flags have the same meaning as for IDE drives.
    277  1.29.2.2  bouyer cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    278  1.29.2.2  bouyer sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    279  1.29.2.2  bouyer #uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    280  1.29.2.2  bouyer 
    281  1.29.2.2  bouyer # PCMCIA network interfaces
    282  1.29.2.2  bouyer awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
    283  1.29.2.2  bouyer cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
    284  1.29.2.2  bouyer ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    285  1.29.2.2  bouyer mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    286  1.29.2.2  bouyer ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    287  1.29.2.2  bouyer ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
    288  1.29.2.2  bouyer sm*	at pcmcia? function ?		# Megahertz Ethernet
    289  1.29.2.2  bouyer wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
    290  1.29.2.2  bouyer #xe*	at pcmcia? function ?		# Xircom PCMCIA cards
    291  1.29.2.2  bouyer 
    292  1.29.2.2  bouyer mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
    293  1.29.2.2  bouyer com*	at mhzc?
    294  1.29.2.2  bouyer sm*	at mhzc?
    295  1.29.2.2  bouyer 
    296  1.29.2.2  bouyer # PCMCIA serial interfaces
    297  1.29.2.2  bouyer com*	at pcmcia? function ?		# Modems and serial cards
    298  1.29.2.2  bouyer 
    299  1.29.2.2  bouyer pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
    300  1.29.2.2  bouyer com*	at pcmcom? slave ?		# ...and the slave devices
    301  1.29.2.2  bouyer 
    302  1.29.2.2  bouyer # PCMCIA SCSI interfaces
    303  1.29.2.2  bouyer aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
    304  1.29.2.2  bouyer esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
    305  1.29.2.2  bouyer 
    306  1.29.2.2  bouyer scsibus* at aic?
    307  1.29.2.2  bouyer scsibus* at esp?
    308  1.29.2.2  bouyer 
    309  1.29.2.2  bouyer # SCSI devices
    310  1.29.2.2  bouyer sd*	at scsibus? target ? lun ?	# SCSI disk drives
    311  1.29.2.2  bouyer #st*	at scsibus? target ? lun ?	# SCSI tape drives
    312  1.29.2.2  bouyer #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    313  1.29.2.2  bouyer #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    314  1.29.2.2  bouyer #ss*	at scsibus? target ? lun ?	# SCSI scanners
    315  1.29.2.2  bouyer #uk*	at scsibus? target ? lun ?	# SCSI unknown
    316  1.29.2.2  bouyer 
    317  1.29.2.2  bouyer # disk/mass storage pseudo-devices
    318  1.29.2.2  bouyer #pseudo-device	ccd		4	# concatenated disks
    319  1.29.2.2  bouyer #pseudo-device	raid		4	# RAIDframe disk driver
    320  1.29.2.2  bouyer #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    321  1.29.2.2  bouyer pseudo-device	md		1	# memory disk
    322  1.29.2.2  bouyer pseudo-device	vnd		4	# disk-like interface to files
    323  1.29.2.2  bouyer 
    324  1.29.2.2  bouyer # network pseudo-devices
    325  1.29.2.2  bouyer pseudo-device	bpfilter	8	# Berkeley packet filter
    326  1.29.2.2  bouyer pseudo-device	ipfilter		# IP filter (firewall) and NAT
    327  1.29.2.2  bouyer pseudo-device	loop		1	# network loopback
    328  1.29.2.2  bouyer pseudo-device	ppp		2	# Point-to-Point Protocol
    329  1.29.2.2  bouyer 
    330  1.29.2.2  bouyer # mouse & keyboard multiplexor pseudo-devices
    331  1.29.2.2  bouyer pseudo-device	wsmux		2
    332  1.29.2.2  bouyer 
    333  1.29.2.2  bouyer # miscellaneous pseudo-devices
    334  1.29.2.2  bouyer pseudo-device   rnd                     # /dev/random and in-kernel generator
    335  1.29.2.2  bouyer pseudo-device	pty			# pseudo-terminals
    336  1.29.2.2  bouyer 
    337  1.29.2.2  bouyer # a pseudo device needed for Coda	# also needs CODA (above)
    338  1.29.2.2  bouyer #pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    339  1.29.2.2  bouyer 
    340  1.29.2.2  bouyer # for IPv6
    341  1.29.2.2  bouyer pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    342  1.29.2.2  bouyer #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    343