diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-26 21:44:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-26 21:44:38 +0000 |
commit | e3ac39c912bcefd466df7dd4a9262264088807cf (patch) | |
tree | e368da64cfa905e8ffc4fe191815ed0427f5bf03 /sys/arch/alpha | |
parent | ed7cc9d0a46a4aceaf22335fd1f66fc0eccf68a3 (diff) |
renable sppp and lmc, now free
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index c2183ffb7d6..f745a267f4f 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.117 2002/09/24 19:08:14 nate Exp $ +# $OpenBSD: GENERIC,v 1.118 2002/09/26 21:44:37 deraadt Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ machine alpha @@ -174,7 +174,7 @@ sis* at pci? dev ? function ? # SiS 900/7016 ethernet en* at pci? dev ? function ? # ENI PCI ATM (untested) tl* at pci? dev ? function ? # Compaq Thunderlan ethernet le* at pci? dev ? function ? # PCI LANCE Ethernet (untested) -#lmc* at pci? dev ? function ? # Lan Media Corp SSI/T3/HSSI +lmc* at pci? dev ? function ? # Lan Media Corp SSI/T3/HSSI wb* at pci? dev ? function ? # Winbond W89C840F ethernet sf* at pci? dev ? function ? # Adaptec AIC-6915 ethernet ste* at pci? dev ? function ? # Sundance ST201 ethernet diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 604c39b0a11..6785b3046d9 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.35 2002/09/24 19:08:14 nate Exp $ +# $OpenBSD: RAMDISKBIG,v 1.36 2002/09/26 21:44:37 deraadt 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. @@ -181,7 +181,7 @@ sis* at pci? dev ? function ? # SiS 900/7016 ethernet en* at pci? dev ? function ? # ENI PCI ATM (untested) tl* at pci? dev ? function ? # Compaq Thunderlan ethernet le* at pci? dev ? function ? # PCI LANCE Ethernet (untested) -#lmc* at pci? dev ? function ? # Lan Media Corp SSI/T3/HSSI +lmc* at pci? dev ? function ? # Lan Media Corp SSI/T3/HSSI wb* at pci? dev ? function ? # Winbond W89C840F ethernet sf* at pci? dev ? function ? # Adaptec AIC-6915 ethernet ste* at pci? dev ? function ? # Sundance ST201 ethernet |