summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-05-10 01:16:33 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-05-10 01:16:33 +0000
commita2387b97d380c1ff7191a1a57f39092665855d51 (patch)
tree2e3fbb222d0ac1a462be18098e5cf3cdf020196b /sys/conf
parent390474309a49bee35f12d6c59d4382a1c1dfcef8 (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/conf')
-rw-r--r--sys/conf/files6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 4fc7ebff899..1f91d849951 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.335 2005/05/01 21:36:57 brad Exp $
+# $OpenBSD: files,v 1.336 2005/05/10 01:16:31 brad Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -258,6 +258,10 @@ file dev/ic/dc.c dc
device sm: ether, ifnet, ifmedia
file dev/ic/smc91cxx.c sm
+# SMC 83C170 EPIC/100 Fast Ethernet Controller
+device epic: ether, ifnet, ifmedia, mii
+file dev/ic/smc83c170.c epic
+
# Novell NE2000-compatible Ethernet cards, based on the
# National Semiconductor DS8390.
device ne: ether, ifnet, dp8390nic, ifmedia, mii