diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2002-04-01 18:50:13 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2002-04-01 18:50:13 +0000 |
commit | 027f929f7f92348a874d0f38eb97e0e70ef9d369 (patch) | |
tree | 4f2a532716da6581d96a1e994de100d98a4b3d4e /sys/arch/alpha | |
parent | d9d21f1c016f92e75547d19f81d68c20064e90b1 (diff) |
Re-add dc
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 e1bffd952cd..b4fc7f69ca6 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.100 2002/03/24 22:18:51 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.101 2002/04/01 18:50:11 nate Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ machine alpha @@ -149,7 +149,7 @@ scsibus* at twe? # PCI Network devices de* at pci? dev ? function ? # 21x4[012]-based Ethernet -#dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet +dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet ne* at pci? dev ? function ? # NE2000-compat ethernet cards fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet ep* at pci? dev ? function ? # 3COM 3c59x diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index af5f81fdcbc..cce434eaceb 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.22 2002/03/24 22:18:51 deraadt Exp $ +# $OpenBSD: RAMDISKBIG,v 1.23 2002/04/01 18:50:12 nate 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. @@ -157,7 +157,7 @@ scsibus* at gdt? # PCI Network devices de* at pci? dev ? function ? # 21x4[012]-based Ethernet -#dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet +dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet ne* at pci? dev ? function ? # NE2000-compat ethernet cards fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet ep* at pci? dev ? function ? # 3COM 3c59x |