diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-14 05:39:16 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-14 05:39:16 +0000 |
commit | 0a89a3348beb13c6995772777d62950ab4d17785 (patch) | |
tree | 3dad6703c790b148ab1decbf7068486b7cff95ef /sys/arch/i386/conf/GENERIC | |
parent | c9593bb46aad743ecb32bf520708a71fa44c8b9b (diff) |
Add PCI ed*
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index b71f960c4c9..f4f285d65fb 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.36 1996/12/11 00:39:59 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.37 1997/04/14 05:39:14 millert Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -150,6 +150,7 @@ ep* at eisa? slot ? # 3C579 ethernet cards fea* at eisa? slot ? # DEC DEFEA FDDI cards le* at pci? dev ? function ? # PCnet-PCI based ethernet cards de* at pci? dev ? function ? # DC21X4X-based ethernet cards +ed* at pci? dev ? function ? # NE2000-compat ethernet cards ep0 at pci? dev ? function ? # 3C590 ethernet cards ep* at pci? dev ? function ? # 3C590 ethernet cards ed* at pcmcia? port 0x300 size 0x20 irq 10 slot ? # PCMCIA based ed cards |