Subject: PR/23276 CVS commit: src/sys
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: netbsd-bugs
Date: 04/15/2006 14:25:02
The following reply was made to PR kern/23276; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/23276 CVS commit: src/sys
Date: Sat, 15 Apr 2006 14:22:52 +0000 (UTC)

 Module Name:	src
 Committed By:	tsutsui
 Date:		Sat Apr 15 14:22:52 UTC 2006
 
 Modified Files:
 	src/sys/arch/sgimips/sgimips: autoconf.c
 	src/sys/dev/ic: aic7xxx.c aic7xxxvar.h
 	src/sys/dev/pci: ahc_pci.c
 
 Log Message:
 Add AHC_USETARGETDEFAULTS to ahc_flag, which enables to
 use default target (but not for host) device settings on
 ahc(4) interface without its SEEPROM (mostly on-board one).
 
 This flag could be useful if host's BIOS (firmware) initializes
 ahc(4) chip with some conservative (async, no tagged queuing etc.)
 target settings for minimum support to load its primary loader etc.,
 and it will be enabled in each attachment according to MD device
 properties(9). Currently this property is set only on sgimips for
 O2 on-board aic7880 adapters.
 
 No objection on tech-kern (and netbsd-bugs), and closes PR kern/23276.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.28 -r1.29 src/sys/arch/sgimips/sgimips/autoconf.c
 cvs rdiff -r1.119 -r1.120 src/sys/dev/ic/aic7xxx.c
 cvs rdiff -r1.51 -r1.52 src/sys/dev/ic/aic7xxxvar.h
 cvs rdiff -r1.53 -r1.54 src/sys/dev/pci/ahc_pci.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.