summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2008-05-28 22:45:58 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2008-05-28 22:45:58 +0000
commit8427b98770267f5b66e06365860340e78970d0bc (patch)
tree25744d698c22118f6e98341816d249b35cb9112c /sys
parentbd0e6801f24638aa8537573e084813e3a269eb4e (diff)
Enable hme(4). Reported to work by Stian Sletner.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hppa/conf/GENERIC5
-rw-r--r--sys/arch/hppa/conf/RAMDISK5
-rw-r--r--sys/arch/hppa/conf/files.hppa7
3 files changed, 12 insertions, 5 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC
index 2abb4575734..b707c918442 100644
--- a/sys/arch/hppa/conf/GENERIC
+++ b/sys/arch/hppa/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.116 2008/03/21 18:44:14 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.117 2008/05/28 22:45:57 kettenis Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -299,6 +299,7 @@ sk* at skc? # each port of above
mskc* at pci? # Marvell Yukon-2
msk* at mskc? # each port of above
bge* at pci? # Broadcom BCM570x (aka Tigon3)
+hme* at pci? # Sun Happy Meal
dcphy* at mii? # Digital Clone PHYs
amphy* at mii? # AMD 79C873 PHYs
@@ -310,7 +311,7 @@ lxtphy* at mii? # Level One LXT-970 PHYs
nsphy* at mii? # NS83840 PHYs
nsphyter* at mii? # NS83843 PHYs
#mtdphy* at mii? # Myson MTD972 PHYs
-#qsphy* at mii? # Quality Semi QS6612 PHYs
+qsphy* at mii? # Quality Semi QS6612 PHYs
#sqphy* at mii? # Seeq 8022[013] PHYs
#tlphy* at mii? # ThunderLAN PHYs
tqphy* at mii? # TDK Semiconductor PHYs
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK
index bb56d638c66..cdda2d38082 100644
--- a/sys/arch/hppa/conf/RAMDISK
+++ b/sys/arch/hppa/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.79 2008/03/09 19:15:03 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.80 2008/05/28 22:45:57 kettenis Exp $
#
# Diskless kernel config
#
@@ -277,6 +277,7 @@ sk* at skc? # each port of above
mskc* at pci? # Marvell Yukon-2
msk* at mskc? # each port of above
bge* at pci? # Broadcom BCM570x (aka Tigon3)
+hme* at pci? # Sun Happy Meal
dcphy* at mii? # Digital Clone PHYs
amphy* at mii? # AMD 79C873 PHYs
@@ -288,7 +289,7 @@ lxtphy* at mii? # Level One LXT-970 PHYs
nsphy* at mii? # NS83840 PHYs
nsphyter* at mii? # NS83843 PHYs
#mtdphy* at mii? # Myson MTD972 PHYs
-#qsphy* at mii? # Quality Semi QS6612 PHYs
+qsphy* at mii? # Quality Semi QS6612 PHYs
#sqphy* at mii? # Seeq 8022[013] PHYs
#tlphy* at mii? # ThunderLAN PHYs
tqphy* at mii? # TDK Semiconductor PHYs
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa
index c7e4e09021b..a2733fce72a 100644
--- a/sys/arch/hppa/conf/files.hppa
+++ b/sys/arch/hppa/conf/files.hppa
@@ -1,4 +1,4 @@
-# $OpenBSD: files.hppa,v 1.78 2008/04/27 14:39:51 kettenis Exp $
+# $OpenBSD: files.hppa,v 1.79 2008/05/28 22:45:57 kettenis Exp $
#
# hppa-specific configuration info
@@ -52,6 +52,11 @@ include "dev/eisa/files.eisa"
#
include "dev/pci/files.pci"
+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
+
#
# CardBus support
#