diff options
author | chuck <chuck@cvs.openbsd.org> | 1996-06-21 15:34:54 +0000 |
---|---|---|
committer | chuck <chuck@cvs.openbsd.org> | 1996-06-21 15:34:54 +0000 |
commit | 5d7436d3b84bbe0729595cdb3cc9f23ddfad5190 (patch) | |
tree | 3fe1db5781233c1d3a00c54761faca8164e10682 /sys/dev/pci | |
parent | 4252f745a4f641af0a5a5592e3bf51e634112d64 (diff) |
add ENI ATM
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/files.pci | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index f13e0cf0bbc..c561358342f 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.7 1996/05/26 00:27:40 deraadt Exp $ +# $OpenBSD: files.pci,v 1.8 1996/06/21 15:34:53 chuck Exp $ # $NetBSD: files.pci,v 1.16 1996/05/16 03:44:16 mycroft Exp $ # # Config.new file and device description for machine-independent PCI code. @@ -45,3 +45,9 @@ file dev/pci/if_ep_pci.c ep_pci # device declaration in sys/conf/files attach le at pci with le_pci file dev/pci/if_le_pci.c le_pci + +# ENI ATM driver +device en: atm, ifnet +attach en at pci with en_pci +file dev/pci/if_en_pci.c en +file dev/ic/midway.c en |