From glewis@ares.maths.adelaide.edu.au Tue Nov 30 06:10:11 1999
Return-Path: <glewis@ares.maths.adelaide.edu.au>
Received: from ares.maths.adelaide.edu.au (ares.maths.adelaide.edu.au [129.127.246.5])
	by hub.freebsd.org (Postfix) with ESMTP id C2482158D1
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Nov 1999 06:10:07 -0800 (PST)
	(envelope-from glewis@ares.maths.adelaide.edu.au)
Received: (from glewis@localhost)
	by ares.maths.adelaide.edu.au (8.9.3/8.9.3) id AAA26257;
	Wed, 1 Dec 1999 00:40:06 +1030 (CST)
	(envelope-from glewis)
Message-Id: <199911301410.AAA26257@ares.maths.adelaide.edu.au>
Date: Wed, 1 Dec 1999 00:40:06 +1030 (CST)
From: Greg Lewis <glewis@trc.adelaide.edu.au>
Sender: glewis@ares.maths.adelaide.edu.au
Reply-To: glewis@trc.adelaide.edu.au
To: FreeBSD-gnats-submit@freebsd.org
Subject: [Patch] Request for reinstatement of aic0 driver in GENERIC
X-Send-Pr-Version: 3.2

>Number:         15187
>Category:       conf
>Synopsis:       [Patch] Request for reinstatement of aic0 driver in GENERIC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    luoqi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 30 06:20:01 PST 1999
>Closed-Date:    Sat Dec 4 17:57:15 PST 1999
>Last-Modified:  Sat Dec  4 17:58:20 PST 1999
>Originator:     Greg Lewis
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
Teletraffic Research Centre
>Environment:

	FreeBSD 3.3-STABLE

>Description:

	With the commit of Luoqi Chen's CAM driver for the Adaptec
	AIC-6360/AIC-6260/152x SCSI controllers it would be handy
	if this driver was reinstated in the GENERIC kernel.

>How-To-Repeat:

	N/A

>Fix:
	
	This is a trivial patch which simply adds the relevant line back
	into the GENERIC configuration file (for the -STABLE branch).
	While I'm doing this, I'll note that LINT mentions a specific order
	for the ISA SCSI controllers so that the bt0 driver is probed
	correctly, but GENERIC completely ignores this order.

diff -cr /usr/src/sys/i386/conf/GENERIC conf/GENERIC
*** /usr/src/sys/i386/conf/GENERIC	Tue Oct 12 00:01:47 1999
--- conf/GENERIC	Tue Nov 30 23:42:47 1999
***************
*** 99,104 ****
--- 99,105 ----
  controller	adw0
  controller	bt0	at isa? port ? cam irq ?
  controller	aha0	at isa? port ? cam irq ?
+ controller	aic0	at isa? port ? cam irq ?
  
  # SCSI peripherals
  # Only one of each of these is needed, they are dynamically allocated.


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->luoqi 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Wed Dec 1 08:13:11 PST 1999 
Responsible-Changed-Why:  
His deriver. 
State-Changed-From-To: open->closed 
State-Changed-By: luoqi 
State-Changed-When: Sat Dec 4 17:57:15 PST 1999 
State-Changed-Why:  
The driver is reinstated in GENERIC. 
>Unformatted:
