diff options
author | 2007-07-14 11:52:30 +0000 | |
---|---|---|
committer | 2007-07-14 11:52:30 +0000 | |
commit | f5119f2d346d4cd1f0d45b27d98e5c83caafc87a (patch) | |
tree | 8816635a65f39e6e4b08894d9f79caded4cbbca7 | |
parent | - ANSI function declarations (diff) | |
download | wireguard-openbsd-f5119f2d346d4cd1f0d45b27d98e5c83caafc87a.tar.xz wireguard-openbsd-f5119f2d346d4cd1f0d45b27d98e5c83caafc87a.zip |
Add bge(4). Tested by Maurice Janssen.
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index fec587405eb..83e3f5c2aae 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.103 2007/06/20 17:41:04 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.104 2007/07/14 11:52:30 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -281,6 +281,7 @@ an* at pcmcia? wi* at pcmcia? mskc* at pci? # Marvell Yukon-2 msk* at mskc? # each port of above +bge* at pci? # Broadcom BCM570x (aka Tigon3) dcphy* at mii? # Digital Clone PHYs amphy* at mii? # AMD 79C873 PHYs @@ -296,7 +297,7 @@ nsphyter* at mii? # NS83843 PHYs #sqphy* at mii? # Seeq 8022[013] PHYs #tlphy* at mii? # ThunderLAN PHYs tqphy* at mii? # TDK Semiconductor PHYs -#brgphy* at mii? # Broadcom 10/100/1000 PHYs +brgphy* at mii? # Broadcom 10/100/1000 PHYs bmtphy* at mii? # Broadcom 10/100 PHYs eephy* at mii? # Marvell 88E1000 Gigabit PHYs ukphy* at mii? # generic unknown PHYs diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index f5d81257f10..e2fe06af5f6 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.68 2007/06/16 08:43:00 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.69 2007/07/14 11:52:30 kettenis Exp $ # # Diskless kernel config # @@ -264,6 +264,7 @@ an* at pcmcia? wi* at pcmcia? mskc* at pci? # Marvell Yukon-2 msk* at mskc? # each port of above +bge* at pci? # Broadcom BCM570x (aka Tigon3) dcphy* at mii? # Digital Clone PHYs amphy* at mii? # AMD 79C873 PHYs @@ -279,7 +280,7 @@ nsphyter* at mii? # NS83843 PHYs #sqphy* at mii? # Seeq 8022[013] PHYs #tlphy* at mii? # ThunderLAN PHYs tqphy* at mii? # TDK Semiconductor PHYs -#brgphy* at mii? # Broadcom 10/100/1000 PHYs +brgphy* at mii? # Broadcom 10/100/1000 PHYs bmtphy* at mii? # Broadcom 10/100 PHYs eephy* at mii? # Marvell 88E1000 Gigabit PHYs ukphy* at mii? # generic unknown PHYs |