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/alpha/conf | |
parent | c9593bb46aad743ecb32bf520708a71fa44c8b9b (diff) |
Add PCI ed*
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index d582fa5ae58..534b36cc67c 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.14 1997/04/06 06:32:18 millert Exp $ +# $OpenBSD: GENERIC,v 1.15 1997/04/14 05:39:15 millert 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. @@ -100,6 +100,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 +ed* at pci? dev ? function ? # NE2000-compat ethernet cards #en* at pci? dev ? function ? # ENI PCI ATM (untested) ep* at pci? dev ? function ? # 3COM 3c59x (untested) fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards |