From nobody@FreeBSD.ORG  Fri Aug 18 13:19:44 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id E343A37B423; Fri, 18 Aug 2000 13:19:44 -0700 (PDT)
Message-Id: <20000818201944.E343A37B423@hub.freebsd.org>
Date: Fri, 18 Aug 2000 13:19:44 -0700 (PDT)
From: masa@misproductions.com
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: Adaptec 1542 ISA SCSI Controller not detected properly in 4.1-STABLE
X-Send-Pr-Version: www-1.0

>Number:         20708
>Category:       kern
>Synopsis:       Adaptec 1542 ISA SCSI Controller not detected properly in 4.1-STABLE
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    imp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 18 13:20:00 PDT 2000
>Closed-Date:    Mon Jan 10 18:17:59 MST 2005
>Last-Modified:  Mon Jan 10 18:17:59 MST 2005
>Originator:     Shon Elliott
>Release:        4.1-STABLE
>Organization:
MiS Productions
>Environment:
FreeBSD ns2.misproductions.com 4.1-STABLE FreeBSD 4.1-STABLE #0: Fri Aug 18 08:55:57 PDT 2000     root@ns2.misproductions.com:/usr/src/sys/compile/NS  i386
>Description:
Adaptec 1542 ISA SCSI Controller card comes up as unknown0 on boot, 
and SCSI disk devices are not available. 
>How-To-Repeat:
You can replicate this problem by creating a GENERIC kernel from 
4.1-STABLE as of 1:00PM PST on 8/18/2000.

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->imp 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Tue Aug 22 08:14:28 PDT 2000 
Responsible-Changed-Why:  
Over to the maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20708 

From: Brian Somers <brian@Awfulhak.org>
To: sheldonh@freebsd.org
Cc: freebsd-gnats-submit@freebsd.org, imp@freebsd.org,
	brian@Awfulhak.org
Subject: Re: kern/20708: Adaptec 1542 ISA SCSI Controller not detected properly in 4.1-STABLE 
Date: Tue, 22 Aug 2000 21:56:04 +0100

 > Synopsis: Adaptec 1542 ISA SCSI Controller not detected properly in 4.1-STABLE
 
 Does this solve the problem ?  I know it's not the right solution, 
 but it fixes it for me and I've no other PnP stuff on that machine.
 
 -- 
 Brian <brian@Awfulhak.org>                        <brian@[uk.]FreeBSD.org>
       <http://www.Awfulhak.org>                   <brian@[uk.]OpenBSD.org>
 Don't _EVER_ lose your sense of humour !
 
 Index: pnp.c
 ===================================================================
 RCS file: /home/ncvs/src/sys/isa/pnp.c,v
 retrieving revision 1.5
 diff -u -r1.5 pnp.c
 --- pnp.c	1999/10/14 21:03:01	1.5
 +++ pnp.c	2000/08/22 20:55:13
 @@ -739,6 +739,7 @@
  	}
  #endif
  
 +return;
  	/* Try various READ_DATA ports from 0x203-0x3ff */
  	for (pnp_rd_port = 0x80; (pnp_rd_port < 0xff); pnp_rd_port += 0x10) {
  		if (bootverbose)
 
 
 

From: Andy Farkas <andyf@speednet.com.au>
To: masa@misproductions.com
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: kern/20708: Adaptec 1542 ISA SCSI Controller not detected properly
 in 4.1-STABLE
Date: Wed, 13 Sep 2000 00:11:32 +1100 (EST)

 > Adaptec 1542 ISA SCSI Controller card comes up as unknown0 on boot, 
 > and SCSI disk devices are not available. 
 
 The one I have, running a tape drive, seems to be picked up ok:
 
 # cat /var/run/dmesg.boot
 ...
 aha0 at port 0x330-0x333 irq 10 drq 5 on isa0
 aha0: AHA-1542CF FW Rev. C.0 (ID=45) SCSI Host Adapter, SCSI ID 7, 16 CCBs
 ...
 sa0 at aha0 bus 0 target 4 lun 0
 sa0: <SONY SDT-5000 3.26> Removable Sequential Access SCSI-2 device 
 sa0: 3.300MB/s transfers
 ...
 
 # uname
 FreeBSD 4.1-STABLE #0: Fri Sep  1 21:57:41 EST 2000
 
 --
  
  :{ andyf@speednet.com.au
   
         Andy Farkas
     System Administrator
    Speednet Communications
  http://www.speednet.com.au/
   
 
 
 

From: Shon Elliott <masa@misproductions.com>
To: Andy Farkas <andyf@speednet.com.au>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: kern/20708: Adaptec 1542 ISA SCSI Controller not detected properly
	 in 4.1-STABLE
Date: Fri, 15 Sep 2000 18:16:19 -0700

 were you running that day's release of 4.1-stable? I've not been brave
 enough to try to upgrade the server past 4.1-RELEASE since then. 
 
 
 Andy Farkas wrote:
 > 
 > > Adaptec 1542 ISA SCSI Controller card comes up as unknown0 on boot,
 > > and SCSI disk devices are not available.
 > 
 > The one I have, running a tape drive, seems to be picked up ok:
 > 
 > # cat /var/run/dmesg.boot
 > ...
 > aha0 at port 0x330-0x333 irq 10 drq 5 on isa0
 > aha0: AHA-1542CF FW Rev. C.0 (ID=45) SCSI Host Adapter, SCSI ID 7, 16 CCBs
 > ...
 > sa0 at aha0 bus 0 target 4 lun 0
 > sa0: <SONY SDT-5000 3.26> Removable Sequential Access SCSI-2 device
 > sa0: 3.300MB/s transfers
 > ...
 > 
 > # uname
 > FreeBSD 4.1-STABLE #0: Fri Sep  1 21:57:41 EST 2000
 > 
 > --
 > 
 >  :{ andyf@speednet.com.au
 > 
 >         Andy Farkas
 >     System Administrator
 >    Speednet Communications
 >  http://www.speednet.com.au/
 > 
 
 -- 
 Sincerely,
 Shon Elliott
 CEO/President;
 MiS Productions
 P.O. Box #251
 Clovis, CA. 93613-0251
 http://www.misproductions.com/
 
  "..Heaven, Waiting there for me.. Heaven.. Always let it be.."
                                        --Ronan Hardiman; Solas
 
State-Changed-From-To: open->closed 
State-Changed-By: imp 
State-Changed-When: Mon Jan 10 18:17:30 MST 2005 
State-Changed-Why:  
I've made my final attempt to fix this in current.  If it doesn't 
work, oh well. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=20708 
>Unformatted:
