diff options
Diffstat (limited to 'sys/arch/sparc64/conf/GENERIC')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 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. |