summaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index df6579563ad..54912ad8a15 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.220 2001/08/09 14:32:59 deraadt Exp $
+# $OpenBSD: files,v 1.221 2001/08/18 16:15:39 aaron Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -54,6 +54,7 @@ define pdq # DEC FDDI chipset
define dp8390nic # 8390-family Ethernet controllers
define rtl80x9 # RealTek 8019/8029 NE2000-compatible
define dl10019 # DL10019/10022-family Ethernet controllers
+define ax88190 # AX88190-family Ethernet controllers
# a wscons output device; used later, but needs to be near the top for
# common file (e.g. vga) definitions.
@@ -203,6 +204,9 @@ file dev/ic/ne2000.c ne
# D-Link DL10019/10022 NE2000-compatible network interface subroutines
file dev/ic/dl10019.c dl10019
+# ASIX AX88190 NE2000-compatible network interface subroutines
+file dev/ic/ax88190.c ax88190
+
# Intel i82596/i82586 Ethernet Controller
device ie: ether, ifnet, ifmedia
file dev/ic/i82596.c ie & (ie_pci | ie_eisa | ie_gsc)