Mon Sep 17 15:47:47 2012 UTC ()
Bump SYMTAB_SPACE by 30K


(matt)
diff -r1.67 -r1.68 src/sys/arch/evbmips/conf/MALTA

cvs diff -r1.67 -r1.68 src/sys/arch/evbmips/conf/MALTA (switch to unified diff)

--- src/sys/arch/evbmips/conf/MALTA 2012/07/30 19:31:06 1.67
+++ src/sys/arch/evbmips/conf/MALTA 2012/09/17 15:47:47 1.68
@@ -1,333 +1,333 @@ @@ -1,333 +1,333 @@
1# $NetBSD: MALTA,v 1.67 2012/07/30 19:31:06 pgoyette Exp $ 1# $NetBSD: MALTA,v 1.68 2012/09/17 15:47:47 matt Exp $
2 2
3include "arch/evbmips/conf/std.malta" 3include "arch/evbmips/conf/std.malta"
4 4
5#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 5#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
6 6
7#ident "MALTA-$Revision: 1.67 $" 7#ident "MALTA-$Revision: 1.68 $"
8 8
9maxusers 32 9maxusers 32
10 10
11options MIPS32 11options MIPS32
12options MIPS64 12options MIPS64
13#options NOFPU # No FPU 13#options NOFPU # No FPU
14#options FPEMUL # emulate FPU insn 14#options FPEMUL # emulate FPU insn
15 15
16# Options for necessary to use MD 16# Options for necessary to use MD
17# options MEMORY_DISK_HOOKS 17# options MEMORY_DISK_HOOKS
18# options MEMORY_DISK_IS_ROOT # force root on memory disk 18# options MEMORY_DISK_IS_ROOT # force root on memory disk
19# options MEMORY_DISK_SERVER=0 # no userspace memory disk support 19# options MEMORY_DISK_SERVER=0 # no userspace memory disk support
20# options MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk, in blocks 20# options MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk, in blocks
21#options MEMORY_DISK_ROOT_SIZE=16384 # size of memory disk, in blocks 21#options MEMORY_DISK_ROOT_SIZE=16384 # size of memory disk, in blocks
22 22
23# Standard system options 23# Standard system options
24options KTRACE # system call tracing support 24options KTRACE # system call tracing support
25options SYSVMSG # System V message queues 25options SYSVMSG # System V message queues
26options SYSVSEM # System V semaphores 26options SYSVSEM # System V semaphores
27options SYSVSHM # System V shared memory 27options SYSVSHM # System V shared memory
28options NTP # network time protocol 28options NTP # network time protocol
29 29
30# Debugging options 30# Debugging options
31options DIAGNOSTIC # extra kernel sanity checking 31options DIAGNOSTIC # extra kernel sanity checking
32options DEBUG # extra kernel debugging support 32options DEBUG # extra kernel debugging support
33#options SYSCALL_DEBUG # symbolic syscall names 33#options SYSCALL_DEBUG # symbolic syscall names
34#options KMEMSTATS # kernel memory statistics (vmstat -m) 34#options KMEMSTATS # kernel memory statistics (vmstat -m)
35options USERCONF # userconf(4) support 35options USERCONF # userconf(4) support
36#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 36#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
37options DDB # kernel dynamic debugger 37options DDB # kernel dynamic debugger
38options DDB_HISTORY_SIZE=100 # enable history editing in DDB 38options DDB_HISTORY_SIZE=100 # enable history editing in DDB
39makeoptions DEBUG="-g" # compile full symbol table 39makeoptions DEBUG="-g" # compile full symbol table
40options SYMTAB_SPACE=445000 # size for embedded symbol table 40options SYMTAB_SPACE=475000 # size for embedded symbol table
41 41
42# Compatibility options 42# Compatibility options
43#options COMPAT_43 # compatibility with 4.3BSD binaries 43#options COMPAT_43 # compatibility with 4.3BSD binaries
44#options COMPAT_09 # NetBSD 0.9 binary compatibility 44#options COMPAT_09 # NetBSD 0.9 binary compatibility
45#options COMPAT_10 # NetBSD 1.0 binary compatibility 45#options COMPAT_10 # NetBSD 1.0 binary compatibility
46#options COMPAT_11 # NetBSD 1.1 binary compatibility 46#options COMPAT_11 # NetBSD 1.1 binary compatibility
47#options COMPAT_12 # NetBSD 1.2 binary compatibility 47#options COMPAT_12 # NetBSD 1.2 binary compatibility
48#options COMPAT_13 # NetBSD 1.3 binary compatibility 48#options COMPAT_13 # NetBSD 1.3 binary compatibility
49#options COMPAT_14 # NetBSD 1.4 binary compatibility 49#options COMPAT_14 # NetBSD 1.4 binary compatibility
50#options COMPAT_15 # NetBSD 1.5 binary compatibility 50#options COMPAT_15 # NetBSD 1.5 binary compatibility
51options COMPAT_16 # NetBSD 1.6 binary compatibility 51options COMPAT_16 # NetBSD 1.6 binary compatibility
52options COMPAT_20 # NetBSD 2.0 binary compatibility 52options COMPAT_20 # NetBSD 2.0 binary compatibility
53options COMPAT_30 # NetBSD 3.0 compatibility. 53options COMPAT_30 # NetBSD 3.0 compatibility.
54options COMPAT_40 # NetBSD 4.0 compatibility. 54options COMPAT_40 # NetBSD 4.0 compatibility.
55options COMPAT_50 # NetBSD 5.0 compatibility. 55options COMPAT_50 # NetBSD 5.0 compatibility.
56#options EXEC_ECOFF # exec ECOFF binaries 56#options EXEC_ECOFF # exec ECOFF binaries
57#options COMPAT_ULTRIX # binary compatibility with Ultrix 57#options COMPAT_ULTRIX # binary compatibility with Ultrix
58options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 58options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
59 59
60# File systems 60# File systems
61file-system FFS # Berkeley Fast Filesystem 61file-system FFS # Berkeley Fast Filesystem
62file-system MFS # memory-based filesystem 62file-system MFS # memory-based filesystem
63#file-system EXT2FS # second extended file system (linux) 63#file-system EXT2FS # second extended file system (linux)
64file-system NFS # Sun NFS-compatible filesystem client 64file-system NFS # Sun NFS-compatible filesystem client
65#file-system KERNFS # kernel data-structure filesystem 65#file-system KERNFS # kernel data-structure filesystem
66#file-system NULLFS # NULL layered filesystem 66#file-system NULLFS # NULL layered filesystem
67#file-system OVERLAY # overlay file system 67#file-system OVERLAY # overlay file system
68#file-system FDESC # user file descriptor filesystem 68#file-system FDESC # user file descriptor filesystem
69#file-system UMAPFS # uid/gid remapping filesystem 69#file-system UMAPFS # uid/gid remapping filesystem
70#file-system LFS # Log-based filesystem (still experimental) 70#file-system LFS # Log-based filesystem (still experimental)
71#file-system PROCFS # /proc 71#file-system PROCFS # /proc
72#file-system CD9660 # ISO 9660 + Rock Ridge file system 72#file-system CD9660 # ISO 9660 + Rock Ridge file system
73file-system TMPFS # Efficient memory file system 73file-system TMPFS # Efficient memory file system
74#file-system UNION # union file system 74#file-system UNION # union file system
75#file-system MSDOSFS # MS-DOS FAT filesystem(s). 75#file-system MSDOSFS # MS-DOS FAT filesystem(s).
76#file-system CODA # Coda File System; also needs vcoda (below) 76#file-system CODA # Coda File System; also needs vcoda (below)
77#file-system PTYFS # /dev/pts/N support 77#file-system PTYFS # /dev/pts/N support
78 78
79# File system options 79# File system options
80#options NFSSERVER # Sun NFS-compatible filesystem server 80#options NFSSERVER # Sun NFS-compatible filesystem server
81#options QUOTA # legacy UFS quotas 81#options QUOTA # legacy UFS quotas
82#options QUOTA2 # new, in-filesystem UFS quotas 82#options QUOTA2 # new, in-filesystem UFS quotas
83#options FFS_EI # FFS Endian Independent support 83#options FFS_EI # FFS Endian Independent support
84options WAPBL # File system journaling support 84options WAPBL # File system journaling support
85options FFS_NO_SNAPSHOT # No FFS snapshot support 85options FFS_NO_SNAPSHOT # No FFS snapshot support
86#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 86#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
87 # immutable) behave as system flags. 87 # immutable) behave as system flags.
88 88
89# Networking options 89# Networking options
90#options GATEWAY # IP packet forwarding 90#options GATEWAY # IP packet forwarding
91options INET # Internet protocols 91options INET # Internet protocols
92#options INET6 # IPV6 92#options INET6 # IPV6
93#options IPSEC # IP security 93#options IPSEC # IP security
94#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 94#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
95#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 95#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
96#options IPSEC_DEBUG # debug for IP security 96#options IPSEC_DEBUG # debug for IP security
97#options MROUTING # packet forwarding of multicast packets 97#options MROUTING # packet forwarding of multicast packets
98#options PIM # Protocol Independent Multicast 98#options PIM # Protocol Independent Multicast
99#options ISO,TPIP # OSI networking 99#options ISO,TPIP # OSI networking
100#options EON # OSI tunneling over IP 100#options EON # OSI tunneling over IP
101#options NETATALK # AppleTalk (over Ethernet) protocol 101#options NETATALK # AppleTalk (over Ethernet) protocol
102#options PPP_BSDCOMP # BSD-Compress compression support for PPP 102#options PPP_BSDCOMP # BSD-Compress compression support for PPP
103#options PPP_DEFLATE # Deflate compression support for PPP 103#options PPP_DEFLATE # Deflate compression support for PPP
104#options PPP_FILTER # Active filter support for PPP (requires bpf) 104#options PPP_FILTER # Active filter support for PPP (requires bpf)
105#options PFIL_HOOKS # pfil(9) packet filter hooks 105#options PFIL_HOOKS # pfil(9) packet filter hooks
106#options IPFILTER_LOG # ipmon(8) log support 106#options IPFILTER_LOG # ipmon(8) log support
107#options IPFILTER_LOOKUP # ippool(8) support 107#options IPFILTER_LOOKUP # ippool(8) support
108#options IPFILTER_COMPAT # Compat for IP-Filter 108#options IPFILTER_COMPAT # Compat for IP-Filter
109#options IPFILTER_DEFAULT_BLOCK # block all packets by default 109#options IPFILTER_DEFAULT_BLOCK # block all packets by default
110 110
111# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 111# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
112#options TCP_COMPAT_42 112#options TCP_COMPAT_42
113 113
114# These options enable verbose messages for several subsystems. 114# These options enable verbose messages for several subsystems.
115# Warning, these may compile large string tables into the kernel! 115# Warning, these may compile large string tables into the kernel!
116#options PCI_NETBSD_CONFIGURE # NetBSD configures the PCI bus 116#options PCI_NETBSD_CONFIGURE # NetBSD configures the PCI bus
117options PCIVERBOSE # verbose PCI device autoconfig messages 117options PCIVERBOSE # verbose PCI device autoconfig messages
118#options PCI_CONFIG_DUMP # verbosely dump PCI config space 118#options PCI_CONFIG_DUMP # verbosely dump PCI config space
119#options SCSIVERBOSE # human readable SCSI error messages 119#options SCSIVERBOSE # human readable SCSI error messages
120options MIIVERBOSE # verbose PHY autoconfig messages 120options MIIVERBOSE # verbose PHY autoconfig messages
121 121
122# Bitmask for enabling the PCI IDE channels in the southbridge. 122# Bitmask for enabling the PCI IDE channels in the southbridge.
123# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1. 123# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
124# 124#
125# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE 125# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE
126# channels for you (thus causing the NetBSD `pciide' driver to ignore them). 126# channels for you (thus causing the NetBSD `pciide' driver to ignore them).
127options PCI_NETBSD_ENABLE_IDE=0x1 127options PCI_NETBSD_ENABLE_IDE=0x1
128 128
129options NFS_BOOT_DHCP 129options NFS_BOOT_DHCP
130 130
131config netbsd root on ? type ? 131config netbsd root on ? type ?
132 132
133 133
134mainbus0 at root 134mainbus0 at root
135cpu0 at mainbus? 135cpu0 at mainbus?
136gt0 at mainbus? 136gt0 at mainbus?
137 137
138#com2 at mainbus? # CBUS UART (ugh, 64 bit register spacing) 138#com2 at mainbus? # CBUS UART (ugh, 64 bit register spacing)
139 139
140pci* at gt0 140pci* at gt0
141pchb* at pci? dev ? function ? 141pchb* at pci? dev ? function ?
142pcib* at pci? dev ? function ? 142pcib* at pci? dev ? function ?
143 143
144# ISA bus support 144# ISA bus support
145isa* at pcib? 145isa* at pcib?
146 146
147# ISA devices 147# ISA devices
148mcclock* at isa? port 0x70 # mc146818-compatible 148mcclock* at isa? port 0x70 # mc146818-compatible
149com0 at isa? port 0x3f8 irq 4 # standard serial ports 149com0 at isa? port 0x3f8 irq 4 # standard serial ports
150com1 at isa? port 0x2f8 irq 3 150com1 at isa? port 0x2f8 irq 3
151#fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller 151#fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller
152 152
153# Floppy drives 153# Floppy drives
154#fd* at fdc? drive ? 154#fd* at fdc? drive ?
155 155
156# wscons 156# wscons
157#vga* at pci? dev ? function ? 157#vga* at pci? dev ? function ?
158#wsdisplay* at vga? console ? 158#wsdisplay* at vga? console ?
159#pckbc* at isa? # PC keyboard controller 159#pckbc* at isa? # PC keyboard controller
160#pckbd* at pckbc? # PC keyboard (kbd port) 160#pckbd* at pckbc? # PC keyboard (kbd port)
161#pms* at pckbc? # PS/2-style mouse (aux port) 161#pms* at pckbc? # PS/2-style mouse (aux port)
162#wskbd* at pckbd? 162#wskbd* at pckbd?
163#wsmouse* at pms? 163#wsmouse* at pms?
164 164
165# PCI SCSI controllers 165# PCI SCSI controllers
166#adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] 166#adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA]
167#adw* at pci? dev ? function ? # AdvanSys 9xxUW SCSI 167#adw* at pci? dev ? function ? # AdvanSys 9xxUW SCSI
168#ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 168#ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
169#bha* at pci? dev ? function ? # BusLogic 9xx SCSI 169#bha* at pci? dev ? function ? # BusLogic 9xx SCSI
170#dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 170#dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
171#isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FC 171#isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FC
172#siop* at pci? dev ? function ? # NCR 53c8xx SCSI 172#siop* at pci? dev ? function ? # NCR 53c8xx SCSI
173#pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 173#pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
174 174
175# SCSI bus support 175# SCSI bus support
176#scsibus* at adv? 176#scsibus* at adv?
177#scsibus* at adw? 177#scsibus* at adw?
178#scsibus* at ahc? 178#scsibus* at ahc?
179#scsibus* at bha? 179#scsibus* at bha?
180#scsibus* at dpt? 180#scsibus* at dpt?
181#scsibus* at isp? 181#scsibus* at isp?
182#scsibus* at siop? 182#scsibus* at siop?
183#scsibus* at pcscp? 183#scsibus* at pcscp?
184 184
185# SCSI devices 185# SCSI devices
186#sd* at scsibus? target ? lun ? # SCSI disk drives 186#sd* at scsibus? target ? lun ? # SCSI disk drives
187#st* at scsibus? target ? lun ? # SCSI tape drives 187#st* at scsibus? target ? lun ? # SCSI tape drives
188#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 188#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
189#ch* at scsibus? target ? lun ? # SCSI autochangers 189#ch* at scsibus? target ? lun ? # SCSI autochangers
190#ss* at scsibus? target ? lun ? # SCSI scanners 190#ss* at scsibus? target ? lun ? # SCSI scanners
191#uk* at scsibus? target ? lun ? # SCSI unknown 191#uk* at scsibus? target ? lun ? # SCSI unknown
192 192
193# IDE and related devices 193# IDE and related devices
194# PCI IDE controllers - see pciide(4) for supported hardware. 194# PCI IDE controllers - see pciide(4) for supported hardware.
195# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know 195# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
196# how to set up DMA modes for this chip. This may work, or may cause 196# how to set up DMA modes for this chip. This may work, or may cause
197# a machine hang with some controllers. 197# a machine hang with some controllers.
198pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 198pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
199acardide* at pci? dev ? function ? # Acard IDE controllers 199acardide* at pci? dev ? function ? # Acard IDE controllers
200aceride* at pci? dev ? function ? # Acer Lab IDE controllers 200aceride* at pci? dev ? function ? # Acer Lab IDE controllers
201artsata* at pci? dev ? function ? # Intel i31244 SATA controller 201artsata* at pci? dev ? function ? # Intel i31244 SATA controller
202cmdide* at pci? dev ? function ? # CMD tech IDE controllers 202cmdide* at pci? dev ? function ? # CMD tech IDE controllers
203cypide* at pci? dev ? function ? # Cypress IDE controllers 203cypide* at pci? dev ? function ? # Cypress IDE controllers
204hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 204hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
205optiide* at pci? dev ? function ? # Opti IDE controllers 205optiide* at pci? dev ? function ? # Opti IDE controllers
206pdcide* at pci? dev ? function ? # Promise IDE controllers 206pdcide* at pci? dev ? function ? # Promise IDE controllers
207pdcsata* at pci? dev ? function ? # Promise SATA150 controllers 207pdcsata* at pci? dev ? function ? # Promise SATA150 controllers
208satalink* at pci? dev ? function ? # SiI SATALink controllers 208satalink* at pci? dev ? function ? # SiI SATALink controllers
209siside* at pci? dev ? function ? # SiS IDE controllers 209siside* at pci? dev ? function ? # SiS IDE controllers
210slide* at pci? dev ? function ? # Symphony Labs IDE controllers 210slide* at pci? dev ? function ? # Symphony Labs IDE controllers
211viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers 211viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers
212 212
213atabus* at ata? channel ? 213atabus* at ata? channel ?
214 214
215# IDE drives 215# IDE drives
216# Flags are used only with controllers that support DMA operations 216# Flags are used only with controllers that support DMA operations
217# and mode settings (e.g. some pciide controllers) 217# and mode settings (e.g. some pciide controllers)
218# The lowest order four bits (rightmost digit) of the flags define the PIO 218# The lowest order four bits (rightmost digit) of the flags define the PIO
219# mode to use, the next set of four bits the DMA mode and the third set the 219# mode to use, the next set of four bits the DMA mode and the third set the
220# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 220# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
221# to use, and the last bit must be 1 for this setting to be used. 221# to use, and the last bit must be 1 for this setting to be used.
222# For DMA and UDMA, 0xf (1111) means 'disable'. 222# For DMA and UDMA, 0xf (1111) means 'disable'.
223# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 223# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
224# (0xc=1100, 0xa=1010, 0xf=1111) 224# (0xc=1100, 0xa=1010, 0xf=1111)
225# 0x0000 means "use whatever the drive claims to support". 225# 0x0000 means "use whatever the drive claims to support".
226wd* at atabus? drive ? flags 0x0000 226wd* at atabus? drive ? flags 0x0000
227 227
228# PCI network interfaces 228# PCI network interfaces
229ath* at pci? dev ? function ? # Atheros WLAN  229ath* at pci? dev ? function ? # Atheros WLAN
230#en* at pci? dev ? function ? # ENI/Adaptec ATM 230#en* at pci? dev ? function ? # ENI/Adaptec ATM
231#ep* at pci? dev ? function ? # 3Com 3c59x 231#ep* at pci? dev ? function ? # 3Com 3c59x
232#ex* at pci? dev ? function ? # 3Com 90x[B] 232#ex* at pci? dev ? function ? # 3Com 90x[B]
233#epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 233#epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
234#esh* at pci? dev ? function ? # Essential HIPPI card 234#esh* at pci? dev ? function ? # Essential HIPPI card
235#fpa* at pci? dev ? function ? # DEC DEFPA FDDI 235#fpa* at pci? dev ? function ? # DEC DEFPA FDDI
236#fxp* at pci? dev ? function ? # Intel EtherExpress PRO10+/100B 236#fxp* at pci? dev ? function ? # Intel EtherExpress PRO10+/100B
237#le* at pci? dev ? function ? # PCnet-PCI Ethernet 237#le* at pci? dev ? function ? # PCnet-PCI Ethernet
238pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet 238pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet
239options PCN_EVENT_COUNTERS 239options PCN_EVENT_COUNTERS
240#ne* at pci? dev ? function ? # NE2000-compatible Ethernet 240#ne* at pci? dev ? function ? # NE2000-compatible Ethernet
241#ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 241#ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial
242sip* at pci? dev ? function ? # SiS 900 Ethernet 242sip* at pci? dev ? function ? # SiS 900 Ethernet
243options SIP_EVENT_COUNTERS 243options SIP_EVENT_COUNTERS
244#tl* at pci? dev ? function ? # ThunderLAN-based Ethernet 244#tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
245#tlp* at pci? dev ? function ? # DECchip 21x4x and clones 245#tlp* at pci? dev ? function ? # DECchip 21x4x and clones
246#vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 246#vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
247#lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3 247#lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
248#rtk* at pci? dev ? function ? # Realtek 8129/8139 248#rtk* at pci? dev ? function ? # Realtek 8129/8139
249 249
250# MII/PHY support 250# MII/PHY support
251#acphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs 251#acphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs
252#amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 252#amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
253#bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 253#bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
254#brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 254#brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
255#dmphy* at mii? phy ? # Davicom DM9101 PHYs 255#dmphy* at mii? phy ? # Davicom DM9101 PHYs
256#exphy* at mii? phy ? # 3Com internal PHYs 256#exphy* at mii? phy ? # 3Com internal PHYs
257#glxtphy* at mii? phy ? # Level One LXT-1000 PHYs 257#glxtphy* at mii? phy ? # Level One LXT-1000 PHYs
258#gphyter* at mii? phy ? # NS83861 Gig-E PHY 258#gphyter* at mii? phy ? # NS83861 Gig-E PHY
259#icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 259#icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
260#inphy* at mii? phy ? # Intel 82555 PHYs 260#inphy* at mii? phy ? # Intel 82555 PHYs
261#iophy* at mii? phy ? # Intel 82553 PHYs 261#iophy* at mii? phy ? # Intel 82553 PHYs
262#lxtphy* at mii? phy ? # Level One LXT-970 PHYs 262#lxtphy* at mii? phy ? # Level One LXT-970 PHYs
263#makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 263#makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
264#nsphy* at mii? phy ? # NS83840 PHYs 264#nsphy* at mii? phy ? # NS83840 PHYs
265nsphyter* at mii? phy ? # NS83843 PHYs 265nsphyter* at mii? phy ? # NS83843 PHYs
266#pnaphy* at mii? phy ? # generic HomePNA PHYs 266#pnaphy* at mii? phy ? # generic HomePNA PHYs
267#qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 267#qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
268#sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 268#sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
269#tlphy* at mii? phy ? # ThunderLAN PHYs 269#tlphy* at mii? phy ? # ThunderLAN PHYs
270#tqphy* at mii? phy ? # TDK Semiconductor PHYs 270#tqphy* at mii? phy ? # TDK Semiconductor PHYs
271ukphy* at mii? phy ? # generic unknown PHYs 271ukphy* at mii? phy ? # generic unknown PHYs
272 272
273 273
274# USB 274# USB
275ohci* at pci? dev ? function ? # USB Open Host Controller 275ohci* at pci? dev ? function ? # USB Open Host Controller
276uhci* at pci? dev ? function ? # USB Univ. Host Controller 276uhci* at pci? dev ? function ? # USB Univ. Host Controller
277 277
278# USB bus support 278# USB bus support
279usb* at uhci? 279usb* at uhci?
280usb* at ohci? 280usb* at ohci?
281 281
282# USB Hubs 282# USB Hubs
283uhub* at usb? 283uhub* at usb?
284uhub* at uhub? port ? 284uhub* at uhub? port ?
285 285
286# .... 286# ....
287 287
288# USB Generic driver 288# USB Generic driver
289ugen* at uhub? port ? 289ugen* at uhub? port ?
290 290
291# Audio Devices 291# Audio Devices
292 292
293# PCI audio devices 293# PCI audio devices
294clct* at pci? dev ? function ? # Cirrus Logic CS4281 294clct* at pci? dev ? function ? # Cirrus Logic CS4281
295 295
296# Audio support 296# Audio support
297audio* at clct? 297audio* at clct?
298 298
299# Pseudo-devices 299# Pseudo-devices
300 300
301# Disk/mass storage pseudo-devices 301# Disk/mass storage pseudo-devices
302#pseudo-device ccd 4 # concatenated disk devices 302#pseudo-device ccd 4 # concatenated disk devices
303#pseudo-device raid 4 # RAIDframe disk driver 303#pseudo-device raid 4 # RAIDframe disk driver
304#options RAID_AUTOCONFIG # auto-configuration of RAID 304#options RAID_AUTOCONFIG # auto-configuration of RAID
305#pseudo-device fss # file system snapshot device 305#pseudo-device fss # file system snapshot device
306#pseudo-device md # memory disk device (ramdisk) 306#pseudo-device md # memory disk device (ramdisk)
307pseudo-device vnd # disk-like interface to files 307pseudo-device vnd # disk-like interface to files
308 308
309# Network pseudo-devices 309# Network pseudo-devices
310pseudo-device bpfilter # Berkeley packet filter 310pseudo-device bpfilter # Berkeley packet filter
311pseudo-device ipfilter # IP filter (firewall) and NAT 311pseudo-device ipfilter # IP filter (firewall) and NAT
312pseudo-device loop # network loopback 312pseudo-device loop # network loopback
313#pseudo-device ppp # Point-to-Point Protocol 313#pseudo-device ppp # Point-to-Point Protocol
314#pseudo-device sl # Serial Line IP 314#pseudo-device sl # Serial Line IP
315#pseudo-device strip # Starmode Radio IP (Metricom) 315#pseudo-device strip # Starmode Radio IP (Metricom)
316#pseudo-device tun # network tunneling over tty 316#pseudo-device tun # network tunneling over tty
317#pseudo-device tap # virtual Ethernet 317#pseudo-device tap # virtual Ethernet
318#pseudo-device gre # generic L3 over IP tunnel 318#pseudo-device gre # generic L3 over IP tunnel
319#pseudo-device ipip 2 # RFC 2003 IP Encapsulation 319#pseudo-device ipip 2 # RFC 2003 IP Encapsulation
320#pseudo-device gif # RFC1933 tunnel 320#pseudo-device gif # RFC1933 tunnel
321#pseudo-device faith # IPv[46] tcp relay translation 321#pseudo-device faith # IPv[46] tcp relay translation
322#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 322#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
323pseudo-device vlan # IEEE 802.1q encapsulation 323pseudo-device vlan # IEEE 802.1q encapsulation
324pseudo-device bridge # simple inter-network bridging 324pseudo-device bridge # simple inter-network bridging
325 325
326# Miscellaneous pseudo-devices 326# Miscellaneous pseudo-devices
327pseudo-device pty # pseudo-terminals 327pseudo-device pty # pseudo-terminals
328#pseudo-device sequencer 1 # MIDI sequencer 328#pseudo-device sequencer 1 # MIDI sequencer
329pseudo-device clockctl # user control of clock subsystem 329pseudo-device clockctl # user control of clock subsystem
330pseudo-device ksyms # /dev/ksyms 330pseudo-device ksyms # /dev/ksyms
331 331
332# A pseudo device needed for Coda # also needs CODA (above) 332# A pseudo device needed for Coda # also needs CODA (above)
333#pseudo-device vcoda 4 # coda minicache <-> venus comm. 333#pseudo-device vcoda 4 # coda minicache <-> venus comm.