diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-09-21 05:24:56 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-09-21 05:24:56 +0000 |
commit | 4790cdb85a57ef03bf319795d32baa5574e236ae (patch) | |
tree | 07d8f8dbc05af549acbf4721fe9ba1cab966aa6a /sys/dev/pci/files.pci | |
parent | 11030847f0be7e84d462ce2128ea49bc0facfbc1 (diff) |
SMC 83C170 EPIC support from; Semen Ustimenko (semen@iclub.nsu.ru)
This is the chip found on the SMC EtherPower II 10/100 boards.
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 1e02994780f..20abeb257c6 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.19 1998/09/02 03:02:29 jason Exp $ +# $OpenBSD: files.pci,v 1.20 1998/09/21 05:24:54 jason Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config.new file and device description for machine-independent PCI code. @@ -94,3 +94,8 @@ file dev/pci/brooktree848.c bktr needs-count device xl: ether, ifnet attach xl at pci file dev/pci/if_xl.c xl + +# SMC EPIC, 83c170 +device tx: ether, ifnet +attach tx at pci +file dev/pci/if_tx.c tx |