diff options
author | nyan <nyan@FreeBSD.org> | 2004-03-07 04:07:57 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2004-03-07 04:07:57 +0000 |
commit | b388cccebb59771c6ae325a03e8c98cbdaa0f4e2 (patch) | |
tree | 06e8420ad30a5a24deccbae0cdeb4202079efb91 /sys/pc98 | |
parent | 7a42ffc3827e0909266974acea6d4b243a8f11b7 (diff) | |
download | FreeBSD-src-b388cccebb59771c6ae325a03e8c98cbdaa0f4e2.zip FreeBSD-src-b388cccebb59771c6ae325a03e8c98cbdaa0f4e2.tar.gz |
Add the agp, bfe, sk and ti devices. (the agp is disabled by default).
Remove obsolete compat_atdisk device.
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/GENERIC | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 33d2d38..e48aa24 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -128,6 +128,8 @@ device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc +#device agp # support several AGP chipsets + # Floating point support - do not disable. device npx @@ -175,15 +177,18 @@ device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support +device bfe # Broadcom BCM440x 10/100 ethernet device bge # Broadcom BCM570xx Gigabit Ethernet device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) -device pcn # AMD Am79C97x PCI 10/100 NICs +device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc') device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 +device sk # SysKonnect SK-984x and SK-982x gigabit ethernet device ste # Sundance ST201 (D-Link DFE-550TX) +device ti # Alteon Networks Tigon I/II gigabit ethernet device tl # Texas Instruments ThunderLAN device tx # SMC EtherPower II (83c170 ``EPIC'') device vr # VIA Rhine, Rhine II @@ -223,8 +228,6 @@ device faith # IPv6-to-IPv4 relaying (translation) # Be aware of the administrative consequences of enabling this! device bpf # Berkeley packet filter -#device compat_atdisk # IBM-PC HDD support - # USB support #device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface |