From f87cd95fa2a7dc5279076acc2b2512db2d088b8e Mon Sep 17 00:00:00 2001 From: kettenis Date: Mon, 18 Aug 2008 21:55:01 +0000 Subject: [PATCH] Add stge(4) and gentbi(4). --- sys/arch/hppa/conf/GENERIC | 4 +++- sys/arch/hppa/conf/RAMDISK | 6 ++++-- 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 -- 2.20.1