[Midnightbsd-cvs] src: GENERIC: Add additional wifi and network devices.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Dec 4 14:10:59 EST 2008
Log Message:
-----------
Add additional wifi and network devices.
Add AUDIT
Modified Files:
--------------
src/sys/i386/conf:
GENERIC (r1.13 -> r1.14)
-------------- next part --------------
Index: GENERIC
===================================================================
RCS file: /home/cvs/src/sys/i386/conf/GENERIC,v
retrieving revision 1.13
retrieving revision 1.14
diff -L sys/i386/conf/GENERIC -L sys/i386/conf/GENERIC -u -r1.13 -r1.14
--- sys/i386/conf/GENERIC
+++ sys/i386/conf/GENERIC
@@ -33,10 +33,11 @@
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
+options SCTP # Stream Control Transmission Protocol
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
-options UFS_DIRHASH # Improve performance on big directories
+options UFS_DIRHASH # Improve performance on big directoriesoptions UFS_GJOURNAL # Enable gjournal based UFS journaling
options MD_ROOT # MD is a potential root device
options NFSCLIENT # Network Filesystem Client
options NFSSERVER # Network Filesystem Server
@@ -48,6 +49,7 @@
options GEOM_GPT # GUID Partition Tables.
options GEOM_LABEL # Support for labels with ISO, UFS
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
+options COMPAT_43TTY
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
@@ -58,6 +60,7 @@
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options ADAPTIVE_GIANT # Giant mutex is adaptive.
+options AUDIT
options SMP # Support Multicore and Multiproccesor
# systems.
device apic # I/O APIC
@@ -90,6 +93,7 @@
#options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~215k to driver.
device amd # AMD 53C974 (Tekram DC-390(T))
+device hptiop # Highpoint RocketRaid 3xxx series
device isp # Qlogic family
#device ispfw # Firmware for QLogic HBAs- normally a module
device mpt # LSI-Logic MPT-Fusion
@@ -123,6 +127,7 @@
device ciss # Compaq Smart RAID 5*
device dpt # DPT Smartcache III, IV - See NOTES for options
device hptmv # Highpoint RocketRAID 182x
+device hptrr # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
device iir # Intel Integrated RAID
device ips # IBM (Adaptec) ServeRAID
device mly # Mylex AcceleRAID/eXtremeRAID
@@ -143,6 +148,8 @@
device psm # PS/2 mouse
device kbdmux # Keyboard multiplexer
+device kbdmux # keyboard multiplexer
+
device vga # VGA video card driver
options VESA # Support Higher Resolutions.
@@ -168,6 +175,7 @@
# Serial (COM) ports
device sio # 8250, 16[45]50 based serial ports
+device uart # Generic UART driver
# Parallel port
device ppc
@@ -186,6 +194,7 @@
device de # DEC/Intel DC21x4x (``Tulip'')
device em # Intel PRO/1000 adapter Gigabit Ethernet Card
device ixgb # Intel PRO/10GbE Ethernet Card
+device le # AMD Am7900 LANNCand Am79C9xx PCnet
device txp # 3Com 3cR990 (``Typhoon'')
device vx # 3Com 3c590, 3c595 (``Vortex'')
@@ -198,9 +207,11 @@
device dc # DEC/Intel 21143 and various workalikes
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
device lge # Level 1 LXT1001 gigabit Ethernet
+device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet
+device nfe # nVidia nForce MCP onboard Ethernet
device nge # NatSemi DP83820 gigabit Ethernet
-device nve # nVidia nForce MCP on-board Ethernet Networking
-device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc')
+#device nve # nVidia nForce MCP on-board Ethernet Networking
+device pcn # AMD Am79C97x PCI 10/100
device re # RealTek 8139C+/8169/8169S/8110S
device rl # RealTek 8129/8139
device sf # Adaptec AIC-6915 (``Starfire'')
@@ -223,7 +234,6 @@
device ep # Etherlink III based cards
device fe # Fujitsu MB8696x based cards
device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc.
-device lnc # NE2100, NE32-VL Lance Ethernet cards
device sn # SMC's 9000 series of Ethernet chips
device xe # Xircom pccard Ethernet
@@ -232,6 +242,9 @@
device wlan_wep # 802.11 WEP support
device wlan_ccmp # 802.11 CCMP support
device wlan_tkip # 802.11 TKIP support
+device wlan_amrr # AMRR transmit rate control algorithm
+device wlan_scan_ap # 802.11 AP mode scanning
+device wlan_scan_sta # 802.11 STA mode scanning
device an # Aironet 4500/4800 802.11 wireless NICs.
device ath # Atheros AR5210, AR5211, and AR5212
device ath_hal # Atheros Hardwar Abstraction Layer
@@ -286,3 +299,6 @@
device firewire # FireWire bus code
device sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)
+device fwip # IP over FireWire (RFC 2734, 3146)
+device dcons # Dumb console driver
+device dcons_crom # Configuration rom for dcons
More information about the Midnightbsd-cvs
mailing list