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