diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-02-10 09:40:22 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-02-10 09:40:22 +0000 |
commit | 32066657cbdad445e9be0db314edb39f18967cbc (patch) | |
tree | 821224620ffd65d77aa999e1b8a0f0eaddba6e4a /sys/arch/alpha/conf | |
parent | 234a8c31c621d04d3fd041c976d84ae93edcca96 (diff) |
- remove lmc(4) from RAMDISKBIG
- remove redundant lmc(4) entry from GENERIC
- add san(4) to GENERIC as it should now work on alpha
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 031b62bc542..2caf1e44ed5 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.162 2006/02/04 11:53:45 damien Exp $ +# $OpenBSD: GENERIC,v 1.163 2006/02/10 09:40:21 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -195,6 +195,7 @@ scsibus* at twe? # PCI Network devices lmc* at pci? # Lan Media Corp SSI/T3/HSSI +san* at pci? # Sangoma PCI AFT card pcn* at pci? # AMD PCnet-PCI Ethernet de* at pci? # 21x4[012]-based Ethernet dc* at pci? # 21143, "tulip" clone ethernet @@ -207,6 +208,7 @@ fpa* at pci? # DEC DEFPA FDDI cards bge* at pci? # Broadcom BCM570x (aka Tigon3) re* at pci? # Realtek 8169/8169S/8110S stge* at pci? # Sundance TC9021 GigE +ti* at pci? # Alteon Tigon 1Gb ethernet rl* at pci? # RealTek 81[23]9 ethernet vr* at pci? # VIA Rhine ethernet em* at pci? # Intel Pro/1000 ethernet @@ -222,11 +224,9 @@ ath* at pci? # Atheros AR5k (802.11) en* at pci? # ENI PCI ATM (untested) tl* at pci? # Compaq Thunderlan ethernet le* at pci? # PCI LANCE Ethernet (untested) -lmc* at pci? # Lan Media Corp SSI/T3/HSSI wb* at pci? # Winbond W89C840F ethernet sf* at pci? # Adaptec AIC-6915 ethernet ste* at pci? # Sundance ST201 ethernet -ti* at pci? # Alteon Tigon 1Gb ethernet an* at pci? # Cisco/Aironet 802.11DS vga* at pci? # PCI VGA graphics diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 6d4a4edda8e..f0e91db9265 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.60 2006/02/04 11:53:45 damien Exp $ +# $OpenBSD: RAMDISKBIG,v 1.61 2006/02/10 09:40:21 brad Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -185,6 +185,7 @@ fpa* at pci? # DEC DEFPA FDDI cards bge* at pci? # Broadcom BCM570x (aka Tigon3) re* at pci? # Realtek 8169/8169S/8110S stge* at pci? # Sundance TC9021 GigE +ti* at pci? # Alteon Tigon 1Gb ethernet rl* at pci? # RealTek 81[23]9 ethernet vr* at pci? # VIA Rhine ethernet em* at pci? # Intel Pro/1000 ethernet @@ -199,11 +200,9 @@ ral* at pci? # Ralink RT2500/RT2501/RT2600 en* at pci? # ENI PCI ATM (untested) tl* at pci? # Compaq Thunderlan ethernet le* at pci? # PCI LANCE Ethernet (untested) -lmc* at pci? # Lan Media Corp SSI/T3/HSSI wb* at pci? # Winbond W89C840F ethernet sf* at pci? # Adaptec AIC-6915 ethernet ste* at pci? # Sundance ST201 ethernet -ti* at pci? # Alteon Tigon 1Gb ethernet an* at pci? # Cisco/Aironet 802.11DS vga* at pci? # PCI VGA graphics |