Deleted Added
full compact
OCTEON1 (217517) OCTEON1 (217653)
1#
2# OCTEON1 -- Generic kernel configuration file for FreeBSD/MIPS on Cavium Octeon
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
1#
2# OCTEON1 -- Generic kernel configuration file for FreeBSD/MIPS on Cavium Octeon
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: head/sys/mips/conf/OCTEON1 217517 2011-01-17 23:00:23Z imp $
19# $FreeBSD: head/sys/mips/conf/OCTEON1 217653 2011-01-20 19:17:05Z imp $
20
21ident OCTEON1
22
23makeoptions ARCH_FLAGS="-march=octeon -mabi=64"
20
21ident OCTEON1
22
23makeoptions ARCH_FLAGS="-march=octeon -mabi=64"
24makeoptions LDSCRIPT_NAME=ldscript.mips.octeon1.64
24makeoptions LDSCRIPT_NAME=ldscript.mips.octeon1
25
26# Don't build any modules yet.
27makeoptions MODULES_OVERRIDE=""
28makeoptions KERNLOADADDR=0xffffffff80100000
29
30include "../cavium/std.octeon1"
31
32hints "OCTEON1.hints" #Default places to look for devices.
33
34makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
35
36# Board-specific support that cannot be auto-detected at runtime.
37#options OCTEON_VENDOR_LANNER # Support for Lanner boards.
38#options OCTEON_BOARD_CAPK_0100ND # Support for CAPK-0100nd.
39
40# XXX This option is very nearly irrelevant.
41options ISA_MIPS64
42
43options SCHED_ULE # ULE scheduler
44options PREEMPTION # Enable kernel thread preemption
45options INET # InterNETworking
46options INET6 # IPv6 communications protocols
47options SCTP # Stream Control Transmission Protocol
48options FFS # Berkeley Fast Filesystem
49options SOFTUPDATES # Enable FFS soft updates support
50options UFS_ACL # Support for access control lists
51options UFS_DIRHASH # Improve performance on big directories
52options UFS_GJOURNAL # Enable gjournal-based UFS journaling
53options MD_ROOT # MD is a potential root device
54options NFSCLIENT # Network Filesystem Client
55options NFSSERVER # Network Filesystem Server
56options NFSLOCKD # Network Lock Manager
57options NFS_ROOT # NFS usable as /, requires NFSCLIENT
58options MSDOSFS # MSDOS Filesystem
59options CD9660 # ISO 9660 Filesystem
60options PROCFS # Process filesystem (requires PSEUDOFS)
61options PSEUDOFS # Pseudo-filesystem framework
62options GEOM_PART_GPT # GUID Partition Tables.
63options GEOM_LABEL # Provides labelization
64#options COMPAT_FREEBSD32 # Compatible with o32 binaries (not yet)
65options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
66options KTRACE # ktrace(1) support
67options STACK # stack(9) support
68options SYSVSHM # SYSV-style shared memory
69options SYSVMSG # SYSV-style message queues
70options SYSVSEM # SYSV-style semaphores
71options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
72options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
73options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
74options AUDIT # Security event auditing
75options MAC # TrustedBSD MAC Framework
76options FLOWTABLE # per-cpu routing cache
77#options KDTRACE_FRAME # Ensure frames are compiled in
78#options KDTRACE_HOOKS # Kernel DTrace hooks
79options INCLUDE_CONFIG_FILE # Include this file in kernel
80options NO_SWAPPING # Disable support for paging
81
82# Debugging for use in -current
83options KDB # Enable kernel debugger support.
84options DDB # Support DDB.
85options GDB # Support remote GDB.
86options DEADLKRES # Enable the deadlock resolver
87options INVARIANTS # Enable calls of extra sanity checking
88options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
89options WITNESS # Enable checks to detect deadlocks and cycles
90options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
91options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
92
93# Make an SMP-capable kernel by default
94options SMP # Symmetric MultiProcessor Kernel
95
96# Bus support.
97device pci
98
99# ATA and ATAPI devices
100device ata
101device atadisk # ATA disk drives
102device ataraid # ATA RAID drives
103device atapicd # ATAPI CDROM drives
104device atapifd # ATAPI floppy drives
105device atapist # ATAPI tape drives
106options ATA_STATIC_ID # Static device numbering
107
108# On-board Compact Flash driver.
109device cf
110options ROOTDEVNAME=\"ufs:cf0s2a\" # Default root filesystem.
111
112# SCSI Controllers
113device ahc # AHA2940 and onboard AIC7xxx devices
114options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
115 # output. Adds ~128k to driver.
116device ahd # AHA39320/29320 and onboard AIC79xx devices
117options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
118 # output. Adds ~215k to driver.
119device amd # AMD 53C974 (Tekram DC-390(T))
120device hptiop # Highpoint RocketRaid 3xxx series
121device isp # Qlogic family
122#device ispfw # Firmware for QLogic HBAs- normally a module
123device mpt # LSI-Logic MPT-Fusion
124device mps # LSI-Logic MPT-Fusion 2
125#device ncr # NCR/Symbios Logic
126device trm # Tekram DC395U/UW/F DC315U adapters
127
128device adv # Advansys SCSI adapters
129device adw # Advansys wide SCSI adapters
130device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
131device bt # Buslogic/Mylex MultiMaster SCSI adapters
132
133# SCSI peripherals
134device scbus # SCSI bus (required for SCSI)
135device ch # SCSI media changers
136device da # Direct Access (disks)
137device sa # Sequential Access (tape etc)
138device cd # CD
139device pass # Passthrough device (direct SCSI access)
140device ses # SCSI Environmental Services (and SAF-TE)
141
142# RAID controllers interfaced to the SCSI subsystem
143device amr # AMI MegaRAID
144#XXX it is not 64-bit clean, -scottl
145#device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID
146device ciss # Compaq Smart RAID 5*
147device dpt # DPT Smartcache III, IV - See NOTES for options
148device iir # Intel Integrated RAID
149device ips # IBM (Adaptec) ServeRAID
150device mly # Mylex AcceleRAID/eXtremeRAID
151
152# RAID controllers
153device aac # Adaptec FSA RAID
154device aacp # SCSI passthrough for aac (requires CAM)
155device ida # Compaq Smart RAID
156device mfi # LSI MegaRAID SAS
157device mlx # Mylex DAC960 family
158#XXX pointer/int warnings
159#device pst # Promise Supertrak SX6000
160device twe # 3ware ATA RAID
161
162# PCCARD (PCMCIA) support
163# PCMCIA and cardbus bridge support
164device cbb # cardbus (yenta) bridge
165device pccard # PC Card (16-bit) bus
166device cardbus # CardBus (32-bit) bus
167
168# Serial (COM) ports
169device uart # Generic UART driver
170
171# If you've got a "dumb" serial or parallel PCI card that is
172# supported by the puc(4) glue driver, uncomment the following
173# line to enable it (connects to sio, uart and/or ppc drivers):
174#device puc
175
176# On-board Cavium Octeon Ethernet.
177# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
178device octe
179
180# Cavium Octeon management Ethernet.
181device octm
182
183# Switch PHY support for the octe driver. These currently present a VLAN per
184# physical port, but may eventually provide support for DSA or similar instead.
185#device mv88e61xxphy # Marvell 88E61XX
186
187# PCI Ethernet NICs.
188device de # DEC/Intel DC21x4x (``Tulip'')
189device em # Intel PRO/1000 Gigabit Ethernet Family
190device igb # Intel PRO/1000 PCIE Server Gigabit Family
191device ixgbe # Intel PRO/10GbE PCIE Ethernet Family
192device le # AMD Am7900 LANCE and Am79C9xx PCnet
193device ti # Alteon Networks Tigon I/II gigabit Ethernet
194device txp # 3Com 3cR990 (``Typhoon'')
195device vx # 3Com 3c590, 3c595 (``Vortex'')
196
197# PCI Ethernet NICs that use the common MII bus controller code.
198# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
199device miibus # MII bus support
200device ae # Attansic/Atheros L2 FastEthernet
201device age # Attansic/Atheros L1 Gigabit Ethernet
202device alc # Atheros AR8131/AR8132 Ethernet
203device ale # Atheros AR8121/AR8113/AR8114 Ethernet
204device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
205device bfe # Broadcom BCM440x 10/100 Ethernet
206device bge # Broadcom BCM570xx Gigabit Ethernet
207device dc # DEC/Intel 21143 and various workalikes
208device et # Agere ET1310 10/100/Gigabit Ethernet
209device fxp # Intel EtherExpress PRO/100B (82557, 82558)
210device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet
211device lge # Level 1 LXT1001 gigabit Ethernet
212device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet
213device nge # NatSemi DP83820 gigabit Ethernet
214#device nve # nVidia nForce MCP on-board Ethernet Networking
215device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le')
216device re # RealTek 8139C+/8169/8169S/8110S
217device rl # RealTek 8129/8139
218device sf # Adaptec AIC-6915 (``Starfire'')
219device sge # Silicon Integrated Systems SiS190/191
220device sis # Silicon Integrated Systems SiS 900/SiS 7016
221device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
222device ste # Sundance ST201 (D-Link DFE-550TX)
223device stge # Sundance/Tamarack TC9021 gigabit Ethernet
224device tl # Texas Instruments ThunderLAN
225device tx # SMC EtherPower II (83c170 ``EPIC'')
226device vge # VIA VT612x gigabit Ethernet
227device vr # VIA Rhine, Rhine II
228device wb # Winbond W89C840F
229device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
230
231# Wireless NIC cards
232device wlan # 802.11 support
233options IEEE80211_DEBUG # enable debug msgs
234options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
235options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
236device wlan_wep # 802.11 WEP support
237device wlan_ccmp # 802.11 CCMP support
238device wlan_tkip # 802.11 TKIP support
239device wlan_amrr # AMRR transmit rate control algorithm
240device an # Aironet 4500/4800 802.11 wireless NICs.
241device ath # Atheros pci/cardbus NIC's
242device ath_hal # pci/cardbus chip support
243options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
244device ath_rate_sample # SampleRate tx rate control for ath
245device ral # Ralink Technology RT2500 wireless NICs.
246device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
247
248# Pseudo devices.
249device loop # Network loopback
250device random # Entropy device
251device ether # Ethernet support
252device vlan # 802.1Q VLAN support
253device tun # Packet tunnel.
254device pty # BSD-style compatibility pseudo ttys
255device md # Memory "disks"
256device gif # IPv6 and IPv4 tunneling
257device faith # IPv6-to-IPv4 relaying (translation)
258device firmware # firmware assist module
259
260# The `bpf' device enables the Berkeley Packet Filter.
261# Be aware of the administrative consequences of enabling this!
262# Note that 'bpf' is required for DHCP.
263device bpf # Berkeley packet filter
264
265# USB support
266options USB_DEBUG # enable debug msgs
267device octusb # Cavium Octeon on-board USB interface (USB 2.0)
268device uhci # UHCI PCI->USB interface
269device ohci # OHCI PCI->USB interface
270device ehci # EHCI PCI->USB interface (USB 2.0)
271device usb # USB Bus (required)
272#device udbp # USB Double Bulk Pipe devices
273device uhid # "Human Interface Devices"
274device ulpt # Printer
275device umass # Disks/Mass storage - Requires scbus and da
276device ums # Mouse
277device urio # Diamond Rio 500 MP3 player
278# USB Serial devices
279device u3g # USB-based 3G modems (Option, Huawei, Sierra)
280device uark # Technologies ARK3116 based serial adapters
281device ubsa # Belkin F5U103 and compatible serial adapters
282device uftdi # For FTDI usb serial adapters
283device uipaq # Some WinCE based devices
284device uplcom # Prolific PL-2303 serial adapters
285device uslcom # SI Labs CP2101/CP2102 serial adapters
286device uvisor # Visor and Palm devices
287device uvscom # USB serial support for DDI pocket's PHS
288# USB Ethernet, requires miibus
289device aue # ADMtek USB Ethernet
290device axe # ASIX Electronics USB Ethernet
291device cdce # Generic USB over Ethernet
292device cue # CATC USB Ethernet
293device kue # Kawasaki LSI USB Ethernet
294device rue # RealTek RTL8150 USB Ethernet
295device udav # Davicom DM9601E USB
296# USB Wireless
297device rum # Ralink Technology RT2501USB wireless NICs
298device uath # Atheros AR5523 wireless NICs
299device ural # Ralink Technology RT2500USB wireless NICs
300device zyd # ZyDAS zb1211/zb1211b wireless NICs
25
26# Don't build any modules yet.
27makeoptions MODULES_OVERRIDE=""
28makeoptions KERNLOADADDR=0xffffffff80100000
29
30include "../cavium/std.octeon1"
31
32hints "OCTEON1.hints" #Default places to look for devices.
33
34makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
35
36# Board-specific support that cannot be auto-detected at runtime.
37#options OCTEON_VENDOR_LANNER # Support for Lanner boards.
38#options OCTEON_BOARD_CAPK_0100ND # Support for CAPK-0100nd.
39
40# XXX This option is very nearly irrelevant.
41options ISA_MIPS64
42
43options SCHED_ULE # ULE scheduler
44options PREEMPTION # Enable kernel thread preemption
45options INET # InterNETworking
46options INET6 # IPv6 communications protocols
47options SCTP # Stream Control Transmission Protocol
48options FFS # Berkeley Fast Filesystem
49options SOFTUPDATES # Enable FFS soft updates support
50options UFS_ACL # Support for access control lists
51options UFS_DIRHASH # Improve performance on big directories
52options UFS_GJOURNAL # Enable gjournal-based UFS journaling
53options MD_ROOT # MD is a potential root device
54options NFSCLIENT # Network Filesystem Client
55options NFSSERVER # Network Filesystem Server
56options NFSLOCKD # Network Lock Manager
57options NFS_ROOT # NFS usable as /, requires NFSCLIENT
58options MSDOSFS # MSDOS Filesystem
59options CD9660 # ISO 9660 Filesystem
60options PROCFS # Process filesystem (requires PSEUDOFS)
61options PSEUDOFS # Pseudo-filesystem framework
62options GEOM_PART_GPT # GUID Partition Tables.
63options GEOM_LABEL # Provides labelization
64#options COMPAT_FREEBSD32 # Compatible with o32 binaries (not yet)
65options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
66options KTRACE # ktrace(1) support
67options STACK # stack(9) support
68options SYSVSHM # SYSV-style shared memory
69options SYSVMSG # SYSV-style message queues
70options SYSVSEM # SYSV-style semaphores
71options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
72options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
73options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
74options AUDIT # Security event auditing
75options MAC # TrustedBSD MAC Framework
76options FLOWTABLE # per-cpu routing cache
77#options KDTRACE_FRAME # Ensure frames are compiled in
78#options KDTRACE_HOOKS # Kernel DTrace hooks
79options INCLUDE_CONFIG_FILE # Include this file in kernel
80options NO_SWAPPING # Disable support for paging
81
82# Debugging for use in -current
83options KDB # Enable kernel debugger support.
84options DDB # Support DDB.
85options GDB # Support remote GDB.
86options DEADLKRES # Enable the deadlock resolver
87options INVARIANTS # Enable calls of extra sanity checking
88options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
89options WITNESS # Enable checks to detect deadlocks and cycles
90options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
91options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
92
93# Make an SMP-capable kernel by default
94options SMP # Symmetric MultiProcessor Kernel
95
96# Bus support.
97device pci
98
99# ATA and ATAPI devices
100device ata
101device atadisk # ATA disk drives
102device ataraid # ATA RAID drives
103device atapicd # ATAPI CDROM drives
104device atapifd # ATAPI floppy drives
105device atapist # ATAPI tape drives
106options ATA_STATIC_ID # Static device numbering
107
108# On-board Compact Flash driver.
109device cf
110options ROOTDEVNAME=\"ufs:cf0s2a\" # Default root filesystem.
111
112# SCSI Controllers
113device ahc # AHA2940 and onboard AIC7xxx devices
114options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
115 # output. Adds ~128k to driver.
116device ahd # AHA39320/29320 and onboard AIC79xx devices
117options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
118 # output. Adds ~215k to driver.
119device amd # AMD 53C974 (Tekram DC-390(T))
120device hptiop # Highpoint RocketRaid 3xxx series
121device isp # Qlogic family
122#device ispfw # Firmware for QLogic HBAs- normally a module
123device mpt # LSI-Logic MPT-Fusion
124device mps # LSI-Logic MPT-Fusion 2
125#device ncr # NCR/Symbios Logic
126device trm # Tekram DC395U/UW/F DC315U adapters
127
128device adv # Advansys SCSI adapters
129device adw # Advansys wide SCSI adapters
130device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
131device bt # Buslogic/Mylex MultiMaster SCSI adapters
132
133# SCSI peripherals
134device scbus # SCSI bus (required for SCSI)
135device ch # SCSI media changers
136device da # Direct Access (disks)
137device sa # Sequential Access (tape etc)
138device cd # CD
139device pass # Passthrough device (direct SCSI access)
140device ses # SCSI Environmental Services (and SAF-TE)
141
142# RAID controllers interfaced to the SCSI subsystem
143device amr # AMI MegaRAID
144#XXX it is not 64-bit clean, -scottl
145#device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID
146device ciss # Compaq Smart RAID 5*
147device dpt # DPT Smartcache III, IV - See NOTES for options
148device iir # Intel Integrated RAID
149device ips # IBM (Adaptec) ServeRAID
150device mly # Mylex AcceleRAID/eXtremeRAID
151
152# RAID controllers
153device aac # Adaptec FSA RAID
154device aacp # SCSI passthrough for aac (requires CAM)
155device ida # Compaq Smart RAID
156device mfi # LSI MegaRAID SAS
157device mlx # Mylex DAC960 family
158#XXX pointer/int warnings
159#device pst # Promise Supertrak SX6000
160device twe # 3ware ATA RAID
161
162# PCCARD (PCMCIA) support
163# PCMCIA and cardbus bridge support
164device cbb # cardbus (yenta) bridge
165device pccard # PC Card (16-bit) bus
166device cardbus # CardBus (32-bit) bus
167
168# Serial (COM) ports
169device uart # Generic UART driver
170
171# If you've got a "dumb" serial or parallel PCI card that is
172# supported by the puc(4) glue driver, uncomment the following
173# line to enable it (connects to sio, uart and/or ppc drivers):
174#device puc
175
176# On-board Cavium Octeon Ethernet.
177# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
178device octe
179
180# Cavium Octeon management Ethernet.
181device octm
182
183# Switch PHY support for the octe driver. These currently present a VLAN per
184# physical port, but may eventually provide support for DSA or similar instead.
185#device mv88e61xxphy # Marvell 88E61XX
186
187# PCI Ethernet NICs.
188device de # DEC/Intel DC21x4x (``Tulip'')
189device em # Intel PRO/1000 Gigabit Ethernet Family
190device igb # Intel PRO/1000 PCIE Server Gigabit Family
191device ixgbe # Intel PRO/10GbE PCIE Ethernet Family
192device le # AMD Am7900 LANCE and Am79C9xx PCnet
193device ti # Alteon Networks Tigon I/II gigabit Ethernet
194device txp # 3Com 3cR990 (``Typhoon'')
195device vx # 3Com 3c590, 3c595 (``Vortex'')
196
197# PCI Ethernet NICs that use the common MII bus controller code.
198# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
199device miibus # MII bus support
200device ae # Attansic/Atheros L2 FastEthernet
201device age # Attansic/Atheros L1 Gigabit Ethernet
202device alc # Atheros AR8131/AR8132 Ethernet
203device ale # Atheros AR8121/AR8113/AR8114 Ethernet
204device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
205device bfe # Broadcom BCM440x 10/100 Ethernet
206device bge # Broadcom BCM570xx Gigabit Ethernet
207device dc # DEC/Intel 21143 and various workalikes
208device et # Agere ET1310 10/100/Gigabit Ethernet
209device fxp # Intel EtherExpress PRO/100B (82557, 82558)
210device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet
211device lge # Level 1 LXT1001 gigabit Ethernet
212device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet
213device nge # NatSemi DP83820 gigabit Ethernet
214#device nve # nVidia nForce MCP on-board Ethernet Networking
215device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le')
216device re # RealTek 8139C+/8169/8169S/8110S
217device rl # RealTek 8129/8139
218device sf # Adaptec AIC-6915 (``Starfire'')
219device sge # Silicon Integrated Systems SiS190/191
220device sis # Silicon Integrated Systems SiS 900/SiS 7016
221device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
222device ste # Sundance ST201 (D-Link DFE-550TX)
223device stge # Sundance/Tamarack TC9021 gigabit Ethernet
224device tl # Texas Instruments ThunderLAN
225device tx # SMC EtherPower II (83c170 ``EPIC'')
226device vge # VIA VT612x gigabit Ethernet
227device vr # VIA Rhine, Rhine II
228device wb # Winbond W89C840F
229device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
230
231# Wireless NIC cards
232device wlan # 802.11 support
233options IEEE80211_DEBUG # enable debug msgs
234options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
235options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
236device wlan_wep # 802.11 WEP support
237device wlan_ccmp # 802.11 CCMP support
238device wlan_tkip # 802.11 TKIP support
239device wlan_amrr # AMRR transmit rate control algorithm
240device an # Aironet 4500/4800 802.11 wireless NICs.
241device ath # Atheros pci/cardbus NIC's
242device ath_hal # pci/cardbus chip support
243options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
244device ath_rate_sample # SampleRate tx rate control for ath
245device ral # Ralink Technology RT2500 wireless NICs.
246device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
247
248# Pseudo devices.
249device loop # Network loopback
250device random # Entropy device
251device ether # Ethernet support
252device vlan # 802.1Q VLAN support
253device tun # Packet tunnel.
254device pty # BSD-style compatibility pseudo ttys
255device md # Memory "disks"
256device gif # IPv6 and IPv4 tunneling
257device faith # IPv6-to-IPv4 relaying (translation)
258device firmware # firmware assist module
259
260# The `bpf' device enables the Berkeley Packet Filter.
261# Be aware of the administrative consequences of enabling this!
262# Note that 'bpf' is required for DHCP.
263device bpf # Berkeley packet filter
264
265# USB support
266options USB_DEBUG # enable debug msgs
267device octusb # Cavium Octeon on-board USB interface (USB 2.0)
268device uhci # UHCI PCI->USB interface
269device ohci # OHCI PCI->USB interface
270device ehci # EHCI PCI->USB interface (USB 2.0)
271device usb # USB Bus (required)
272#device udbp # USB Double Bulk Pipe devices
273device uhid # "Human Interface Devices"
274device ulpt # Printer
275device umass # Disks/Mass storage - Requires scbus and da
276device ums # Mouse
277device urio # Diamond Rio 500 MP3 player
278# USB Serial devices
279device u3g # USB-based 3G modems (Option, Huawei, Sierra)
280device uark # Technologies ARK3116 based serial adapters
281device ubsa # Belkin F5U103 and compatible serial adapters
282device uftdi # For FTDI usb serial adapters
283device uipaq # Some WinCE based devices
284device uplcom # Prolific PL-2303 serial adapters
285device uslcom # SI Labs CP2101/CP2102 serial adapters
286device uvisor # Visor and Palm devices
287device uvscom # USB serial support for DDI pocket's PHS
288# USB Ethernet, requires miibus
289device aue # ADMtek USB Ethernet
290device axe # ASIX Electronics USB Ethernet
291device cdce # Generic USB over Ethernet
292device cue # CATC USB Ethernet
293device kue # Kawasaki LSI USB Ethernet
294device rue # RealTek RTL8150 USB Ethernet
295device udav # Davicom DM9601E USB
296# USB Wireless
297device rum # Ralink Technology RT2501USB wireless NICs
298device uath # Atheros AR5523 wireless NICs
299device ural # Ralink Technology RT2500USB wireless NICs
300device zyd # ZyDAS zb1211/zb1211b wireless NICs