summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-02-10 22:32:34 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-02-10 22:32:34 +0000
commit3e7c9b175a12f1ff5a0cfbece64446d1fa9d08bd (patch)
tree3f794824639de5dbe09231c27a676fd473520de7 /sys/arch/i386
parentc5f03b53494a4cab02449986b605e265f3611efb (diff)
Add hme at pci
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/conf/GENERIC3
-rw-r--r--sys/arch/i386/conf/files.i3867
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 23c2ff5a16d..e2f9c8f065b 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.328 2003/01/21 17:02:29 markus Exp $
+# $OpenBSD: GENERIC,v 1.329 2003/02/10 22:32:33 jason Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# GENERIC -- everything that's currently supported
@@ -373,6 +373,7 @@ nge* at pci? dev ? function ? # NS DP83820/DP83821 GigE
bge* at pci? dev ? function ? # Broadcom BCM570x (aka Tigon3)
stge* at pci? dev ? function ? # Sundance TC9021 GigE
#lge* at pci? dev ? function ? # Level1 LXT1001 GigE
+hme* at pci? dev ? function ? # Sun Happy Meal
# Wireless network cards
wi* at pci? dev ? function ? # WaveLAN IEEE 802.11DS
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386
index 62bff991afb..f7f010d7584 100644
--- a/sys/arch/i386/conf/files.i386
+++ b/sys/arch/i386/conf/files.i386
@@ -1,4 +1,4 @@
-# $OpenBSD: files.i386,v 1.101 2003/01/21 17:02:29 markus Exp $
+# $OpenBSD: files.i386,v 1.102 2003/02/10 22:32:33 jason Exp $
# $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $
#
# new style config file for i386 architecture
@@ -115,6 +115,11 @@ device pcib: isabus
attach pcib at pci
file arch/i386/pci/pcib.c pcib
+device hme: ether, ifnet, mii, ifmedia
+file dev/ic/hme.c hme
+attach hme at pci with hme_pci
+file dev/pci/if_hme_pci.c hme_pci
+
#
# ISA and mixed ISA+EISA or ISA+PCI or ISA+PCMCIA drivers
#