Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 1997 11:55:41 -0800
From:      Virgil Champlin <champlin@virgil.pa.dec.com>
To:        freebsd-questions@FreeBSD.ORG
Cc:        champlin@pa.dec.com
Subject:   Two AHA1542CF scsi controllers on 2.1.5-RELEASE
Message-ID:  <9701091955.AA21302@virgil.pa.dec.com>

next in thread | raw e-mail | index | archive | help
Thanks to all that responded.  More than one AHA1542 scsi controller
won't work because of a small bug in the aha1542 device driver.  It
became obvious where to look as soon as I :

	1. booted "verbose"
	2. Overcame my natural inclination to believe I had things
	   misconfigured.

I've include a patch to fix the problem but it may be specific to
2.1.5-RELEASE.  Tomppa mentioned that he has something very similar
working under 3.0-current.  I've submitted a bug report anyway.  Thanks
again everyone.  -virgil

*** aha1542.c.orig      Thu Jan  9 11:08:46 1997
--- aha1542.c   Thu Jan  9 11:13:56 1997
*************** ahaprobe(dev)
*** 602,607 ****
--- 602,608 ----
        }
        bzero(aha, sizeof(struct aha_data));
        ahadata[unit] = aha;
+       aha->unit = unit;
        aha->aha_base = dev->id_iobase;
  
  #ifndef DEV_LKM



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