diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-06 13:26:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-06 13:26:48 +0000 |
commit | 5041e4f134bde68b65a214e19fd4a53dff77c35b (patch) | |
tree | a33388402b1e9ef76b5537c0a45b36305fab421c /sys | |
parent | e8f7992b9d0436145beb0fba9a8d43ab8f6fee25 (diff) |
include isp firmware on some sparc64 media; and resize the media that is
too small
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 4 |
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? |