summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2008-08-18 21:55:02 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2008-08-18 21:55:02 +0000
commit64ff15d8eb69f0b917634574b7a8c84ab3366e87 (patch)
tree582af49123117e3655883edfc83270caee1c13f7 /sys/arch
parent818b1964c08fb132a1747d3214872b2f8fbbdf24 (diff)
Add stge(4) and gentbi(4).
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/conf/GENERIC4
-rw-r--r--sys/arch/hppa/conf/RAMDISK6
2 files changed, 7 insertions, 3 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC
index c990db0dd58..5eba1940b03 100644
--- a/sys/arch/hppa/conf/GENERIC
+++ b/sys/arch/hppa/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.119 2008/07/16 16:32:08 miod Exp $
+# $OpenBSD: GENERIC,v 1.120 2008/08/18 21:55:01 kettenis Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -300,11 +300,13 @@ 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
+stge* at pci? # Sundance TC9021 GigE
dcphy* at mii? # Digital Clone PHYs
acphy* at mii? # Altima AC101 PHYs
amphy* at mii? # AMD 79C873 PHYs
exphy* at mii? # 3Com internal PHYs
+gentbi* at mii? # Generic 1000BASE-X ten-bit PHY
inphy* at mii? # Intel 82555 PHYs
iophy* at mii? # Intel 82553 PHYs
icsphy* at mii? # ICS1890 PHYs
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK
index c611a696e6d..ca8196d40a7 100644
--- a/sys/arch/hppa/conf/RAMDISK
+++ b/sys/arch/hppa/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.85 2008/07/16 16:32:08 miod Exp $
+# $OpenBSD: RAMDISK,v 1.86 2008/08/18 21:55:01 kettenis Exp $
#
# Diskless kernel config
#
@@ -42,7 +42,7 @@ option TIMEZONE=0 # time zone to adjust RTC time by
option DST=0 # daylight saving time used by RTC
option RAMDISK_HOOKS
-option MINIROOTSIZE=4608
+option MINIROOTSIZE=5120
config bsd root on rd0a swap on rd0b # and sd0b
mainbus0 at root # root bus
@@ -278,11 +278,13 @@ 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
+stge* at pci? # Sundance TC9021 GigE
dcphy* at mii? # Digital Clone PHYs
acphy* at mii? # Altima AC101 PHYs
amphy* at mii? # AMD 79C873 PHYs
exphy* at mii? # 3Com internal PHYs
+gentbi* at mii? # Generic 1000BASE-X ten-bit PHY
inphy* at mii? # Intel 82555 PHYs
iophy* at mii? # Intel 82553 PHYs
icsphy* at mii? # ICS1890 PHYs