diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-28 09:30:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-28 09:30:53 +0000 |
commit | 0d3a981cbec2a292caa277691bc4d2f5f0c3c2b6 (patch) | |
tree | 861963a60f9b55b53ed2001af244cd111e8227df /sys/arch/i386/conf | |
parent | 609136cf159645bdee2fa5ea62f8c938a378b5d2 (diff) |
support ed* at pci?
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 54e6a3f6239..f8df4b49d58 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.27 1998/03/24 03:41:47 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.28 1998/03/28 09:30:52 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -177,6 +177,7 @@ de* at pci? dev ? function ? # DC21X4X-based ethernet cards fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet cards ep0 at pci? dev ? function ? # 3C590 ethernet cards ep* at pci? dev ? function ? # 3C590 ethernet cards +ed* at pci? dev ? function ? # NE2000-compat ethernet cards ed* at pcmcia? port 0x300 size 0x20 irq 10 slot ? # PCMCIA based ed cards ep* at pcmcia? port 0x300 size 0x10 irq 10 slot ? # PCMCIA based ep cards #fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards |