diff options
author | 2002-04-01 18:50:11 +0000 | |
---|---|---|
committer | 2002-04-01 18:50:11 +0000 | |
commit | d2d3d355fbb114f9718f50ed61334d2b8f30ad31 (patch) | |
tree | 1a56e885bc03b8cb9e490eb6a7aa5cefd28bb9eb | |
parent | Don't have dc and de return the same match value in any case. (diff) | |
download | wireguard-openbsd-d2d3d355fbb114f9718f50ed61334d2b8f30ad31.tar.xz wireguard-openbsd-d2d3d355fbb114f9718f50ed61334d2b8f30ad31.zip |
Re-add dc
-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 |