diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-03-24 22:18:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-03-24 22:18:52 +0000 |
commit | 9b428a114b6da99b75e4fd912f83566a7b06e571 (patch) | |
tree | 6c1072cde271ee2abe2b28927060dad8e96f03c1 | |
parent | 70b13be27496e17515c76f70f0b9576e3879861d (diff) |
This is ridiculous. Put the same dc vs de on the floppy as the kernel. How did you forget about this, Nate?
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKB | 3 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 4 |
4 files changed, 8 insertions, 6 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 846c61ad94f..e1bffd952cd 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.99 2002/03/04 23:03:13 nate Exp $ +# $OpenBSD: GENERIC,v 1.100 2002/03/24 22:18:51 deraadt 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/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 717943b2e4b..2c6a9da4d28 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.53 2002/03/04 22:52:22 nate Exp $ +# $OpenBSD: RAMDISK,v 1.54 2002/03/24 22:18:51 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -62,6 +62,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 ? # 21143, "tulip" clone 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 fc9a9857c6e..f740dbb698a 100644 --- a/sys/arch/alpha/conf/RAMDISKB +++ b/sys/arch/alpha/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.16 2002/03/04 22:52:22 nate Exp $ +# $OpenBSD: RAMDISKB,v 1.17 2002/03/24 22:18:51 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -62,6 +62,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 ? # 21143, "tulip" clone 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 7ee3e607541..af5f81fdcbc 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.21 2002/03/04 23:03:13 nate Exp $ +# $OpenBSD: RAMDISKBIG,v 1.22 2002/03/24 22:18:51 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. @@ -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 |