summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2002-03-04 22:52:23 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2002-03-04 22:52:23 +0000
commit196106d6c5d9a4cde4b956b0465584ef9d10cb23 (patch)
treea1d8d7d88687c425933e84e4c92253917600be78 /sys/arch
parent50e56fe002556b979f49cd148a94b2b1e5e8c6df (diff)
since we can't fit both dc and de, we've got to have de so we can have support
for 2104x chips which dc does not support at all.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/alpha/conf/RAMDISK4
-rw-r--r--sys/arch/alpha/conf/RAMDISKB4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK
index 4d0d4b440bb..717943b2e4b 100644
--- a/sys/arch/alpha/conf/RAMDISK
+++ b/sys/arch/alpha/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.52 2002/03/04 21:16:29 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.53 2002/03/04 22:52:22 nate Exp $
# $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $
machine alpha # architecture, used by config; REQUIRED
@@ -61,7 +61,7 @@ pci* at ppb?
# PCI devices
#ahc* at pci? dev ? function ? # AHA-28xx SCSI (NOT 64-BIT)
-dc* at pci? dev ? function ? # 21x4[012]-based Ethernet
+de* at pci? dev ? function ? # 21x4[012]-based Ethernet
#fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet cards
#ne* at pci? dev ? function ? # NE2000-compat ethernet cards
#en* at pci? dev ? function ? # ENI PCI ATM (untested)
diff --git a/sys/arch/alpha/conf/RAMDISKB b/sys/arch/alpha/conf/RAMDISKB
index c1ad625245e..fc9a9857c6e 100644
--- a/sys/arch/alpha/conf/RAMDISKB
+++ b/sys/arch/alpha/conf/RAMDISKB
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKB,v 1.15 2002/03/04 21:16:29 deraadt Exp $
+# $OpenBSD: RAMDISKB,v 1.16 2002/03/04 22:52:22 nate Exp $
# $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $
machine alpha # architecture, used by config; REQUIRED
@@ -61,7 +61,7 @@ pci* at ppb?
# PCI devices
#ahc* at pci? dev ? function ? # AHA-28xx SCSI (NOT 64-BIT)
-dc* at pci? dev ? function ? # 21x4[012]-based Ethernet
+de* at pci? dev ? function ? # 21x4[012]-based Ethernet
#fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet cards
#ne* at pci? dev ? function ? # NE2000-compat ethernet cards
#en* at pci? dev ? function ? # ENI PCI ATM (untested)