summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc64/conf/GENERIC4
-rw-r--r--sys/arch/sparc64/conf/RAMDISK4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC
index 2b8ee4077c8..62f844c8dc4 100644
--- a/sys/arch/sparc64/conf/GENERIC
+++ b/sys/arch/sparc64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.76 2002/12/04 21:33:20 jason Exp $
+# $OpenBSD: GENERIC,v 1.77 2003/02/06 13:26:44 deraadt Exp $
# $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $
machine sparc64
@@ -44,6 +44,7 @@ dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet
# PCI SCSI
siop* at pci? dev ? function ?
isp* at pci? dev ? function ?
+option ISP_COMPILE_FW=1
scsibus* at siop?
# PCI Display
@@ -172,6 +173,7 @@ esp* at dma? flags 0x0000 # SBus
esp* at sbus? slot ? offset ?
isp* at sbus? slot ? offset ?
+option ISP_COMPILE_1000_FW=1
# SCSI bus layer. SCSI devices attach to the SCSI bus, which attaches
# to the underlying hardware controller.
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK
index 3661aed63bd..0beceb5c20a 100644
--- a/sys/arch/sparc64/conf/RAMDISK
+++ b/sys/arch/sparc64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.19 2002/12/31 02:37:31 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.20 2003/02/06 13:26:44 deraadt Exp $
# Machine architecture; required by config(8)
machine sparc64
@@ -86,10 +86,12 @@ dma* at sbus? slot ? offset ? # SBus
esp* at dma? flags 0x0000 # SBus
esp* at sbus? slot ? offset ?
isp* at sbus? slot ? offset ?
+option ISP_COMPILE_1000_FW=1
scsibus* at esp?
siop* at pci? dev ? function ?
isp* at pci? dev ? function ?
+option ISP_COMPILE_FW=1
scsibus* at siop?
scsibus* at isp?