diff options
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index f77d9dddda3..05ffa120293 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,5 +1,5 @@ -# $OpenBSD: files.pci,v 1.5 1996/05/02 13:38:15 deraadt Exp $ -# $NetBSD: files.pci,v 1.14 1996/04/25 02:17:05 thorpej Exp $ +# $OpenBSD: files.pci,v 1.6 1996/05/10 12:33:25 deraadt Exp $ +# $NetBSD: files.pci,v 1.15 1996/05/07 02:03:07 thorpej Exp $ # # Config.new file and device description for machine-independent PCI code. # Included by ports that need it. Requires that the SCSI files be @@ -39,3 +39,8 @@ file dev/pci/ppb.c ppb # device declaration in sys/conf/files attach ep at pci with ep_pci file dev/pci/if_ep_pci.c ep_pci + +# AMD am7990 (LANCE) -based Ethernet controllers +# device declaration in sys/conf/files +attach le at pci with le_pci +file dev/pci/if_le_pci.c le_pci |