summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-06-30 01:37:34 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-06-30 01:37:34 +0000
commitbc8bef8b225da324952b3d73558fe47c03a43b12 (patch)
tree60c70b64d0d503f8e9c738897028d3f71db8bd2d /sys
parentb9c5cdd2978635bd388fdaa7de2f9c9ca40da1b2 (diff)
enable bge too
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc64/conf/GENERIC4
-rw-r--r--sys/arch/sparc64/conf/RAMDISK4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC
index 21303a845e9..d39ebe7eba5 100644
--- a/sys/arch/sparc64/conf/GENERIC
+++ b/sys/arch/sparc64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.130 2005/06/30 01:08:48 brad Exp $
+# $OpenBSD: GENERIC,v 1.131 2005/06/30 01:37:33 brad Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -53,7 +53,7 @@ xl* at pci? # 3C9xx ethernet
dc* at pci? # 21143, "tulip" clone ethernet
epic* at pci? # SMC EPIC/100 ethernet
em* at pci? # Intel Pro/1000 ethernet
-#bge* at pci? # Broadcom BCM570x (aka Tigon3)
+bge* at pci? # Broadcom BCM570x (aka Tigon3)
stge* at pci? # Sundance TC9021 GigE
rl* at pci? # RealTek 81[23]9 ethernet
vr* at pci? # VIA Rhine ethernet
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK
index cda14e0c1bc..183eb65c3ca 100644
--- a/sys/arch/sparc64/conf/RAMDISK
+++ b/sys/arch/sparc64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.46 2005/06/30 01:08:48 brad Exp $
+# $OpenBSD: RAMDISK,v 1.47 2005/06/30 01:37:33 brad Exp $
# Machine architecture; required by config(8)
machine sparc64
@@ -58,7 +58,7 @@ xl* at pci? # 3C9xx ethernet
dc* at pci? # 21143, "tulip" clone ethernet
epic* at pci? # SMC EPIC/100 ethernet
em* at pci? # Intel Pro/1000 ethernet
-#bge* at pci? # Broadcom BCM570x (aka Tigon3)
+bge* at pci? # Broadcom BCM570x (aka Tigon3)
stge* at pci? # Sundance TC9021 GigE
rl* at pci? # RealTek 81[23]9 ethernet
vr* at pci? # VIA Rhine ethernet