diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-05-10 01:16:33 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-05-10 01:16:33 +0000 |
commit | a2387b97d380c1ff7191a1a57f39092665855d51 (patch) | |
tree | 2e3fbb222d0ac1a462be18098e5cf3cdf020196b /sys/dev/pci/files.pci | |
parent | 390474309a49bee35f12d6c59d4382a1c1dfcef8 (diff) |
Add epic(4) driver which supersedes tx(4).
This buys us..
- bus_dma
- big endian support
- multicast
- support for another EPIC chipset
From NetBSD
ok mickey@
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 5f5fece1a16..13bbd56b393 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.175 2005/05/02 17:26:00 grange Exp $ +# $OpenBSD: files.pci,v 1.176 2005/05/10 01:16:32 brad Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -303,10 +303,9 @@ file dev/pci/if_em_hw.c em attach dc at pci with dc_pci file dev/pci/if_dc_pci.c dc_pci -# SMC EPIC, 83c170 -device tx: ether, ifnet, mii, ifmedia -attach tx at pci -file dev/pci/if_tx.c tx +# SMC EPIC/100 Fast Ethernet on PCI +attach epic at pci with epic_pci +file dev/pci/if_epic_pci.c epic_pci # Alteon Tigon I & II device ti: ether, ifnet, ifmedia, firmload |