Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Dec 1999 00:40:06 +1030 (CST)
From:      Greg Lewis <glewis@trc.adelaide.edu.au>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/15187: [Patch] Request for reinstatement of aic0 driver in GENERIC
Message-ID:  <199911301410.AAA26257@ares.maths.adelaide.edu.au>

next in thread | raw e-mail | index | archive | help

>Number:         15187
>Category:       conf
>Synopsis:       [Patch] Request for reinstatement of aic0 driver in GENERIC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 30 06:20:01 PST 1999
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911301410.AAA26257>