diff options
author | 2005-07-31 10:13:49 +0000 | |
---|---|---|
committer | 2005-07-31 10:13:49 +0000 | |
commit | 33089a03046ed712152d29010cd7871c67ad6c8b (patch) | |
tree | d44dbc59fbf96624daa09fc37e5bb6f7d74cf588 | |
parent | sync (diff) | |
download | wireguard-openbsd-33089a03046ed712152d29010cd7871c67ad6c8b.tar.xz wireguard-openbsd-33089a03046ed712152d29010cd7871c67ad6c8b.zip |
unfortunately de(4) no longer fits
people who add to the kernel without thinking of the growth caused this
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKB | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/RAMDISKB b/sys/arch/alpha/conf/RAMDISKB index eb30ef6214a..39a5ed6a1f4 100644 --- a/sys/arch/alpha/conf/RAMDISKB +++ b/sys/arch/alpha/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.27 2005/05/01 07:54:41 david Exp $ +# $OpenBSD: RAMDISKB,v 1.28 2005/07/31 10:13:49 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -67,7 +67,7 @@ pci* at ppb? # PCI devices ahc* at pci? # AHA-28xx SCSI (NOT 64-BIT) -de* at pci? # 21x4[012]-based Ethernet +#de* at pci? # 21x4[012]-based Ethernet #dc* at pci? # 21143, "tulip" clone ethernet fxp* at pci? # EtherExpress 10/100B ethernet cards #ne* at pci? # NE2000-compat ethernet cards |