diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-03-04 21:16:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-03-04 21:16:30 +0000 |
commit | c9e5e8e495636690762f618a82d49c9d230bd5be (patch) | |
tree | 825dc783a2fcd6e2319b182e6bf4b2fe85e2d6ce /sys/arch | |
parent | 48d2c9c1d5d535888a1c86d199d13895ae3db395 (diff) |
dc not de
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKB | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 46fdccce63a..4d0d4b440bb 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.51 2002/02/09 07:08:30 ericj Exp $ +# $OpenBSD: RAMDISK,v 1.52 2002/03/04 21:16:29 deraadt 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) -de* at pci? dev ? function ? # 21x4[012]-based Ethernet +dc* 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 3d2653b7056..c1ad625245e 100644 --- a/sys/arch/alpha/conf/RAMDISKB +++ b/sys/arch/alpha/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.14 2002/02/09 07:08:30 ericj Exp $ +# $OpenBSD: RAMDISKB,v 1.15 2002/03/04 21:16:29 deraadt 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) -de* at pci? dev ? function ? # 21x4[012]-based Ethernet +dc* 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/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 00b03d299ad..f981856528a 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.18 2002/02/09 07:08:30 ericj Exp $ +# $OpenBSD: RAMDISKBIG,v 1.19 2002/03/04 21:16:29 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. @@ -156,7 +156,7 @@ scsibus* at gdt? #scsibus* at twe? # PCI Network devices -de* at pci? dev ? function ? # 21x4[012]-based Ethernet +dc* at pci? dev ? function ? # 21x4[012]-based 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 |