ahc problem - 6.0-SNAP004 fails to boot

Justin T.Gibbs gibbs at scsiguy.com
Sat Jul 16 16:13:32 GMT 2005


--On Friday, July 15, 2005 9:17 PM +0500 Katu <boynagar at gmail.com> wrote:

> Hi all,
>
> I asked this question on -current a while ago, and they recommended
> asking here. So here is the problem: I have an old HP Kayak XU
> (2xPentium II 300 Mhz) that was happily running Windows NT 4.0, then
> SuSE Linux 9.0 with kernel 2.4.21, then FreeBSD 5.2.1-RELEASE.
> Recently I tried to install 6.0-CURRENT-SNAP004 on it, but boot from
> CD gives errors regarding ahc and just loops. I tried also 5.3-RELEASE
> and 5.4-RELEASE, they show the same behavior. Then I found a 5.3-BETA2
> CD, it worked. I am attaching verbose boot logs both from 5.2.1 and
> from 6.0. Please let me know if you need any additional information to
> help me resolve this problem.

The only change I can think of that might affect this controller is that
auto-pause is now enabled for 7880 controllers.  To verify this, please 
change
line 250 or sys/dev/aic7xxx/aic7xxx.h from this:

        AHC_AIC7870_FE  = AHC_TARGETMODE|AHC_AUTOPAUSE,

to this:

        AHC_AIC7870_FE  = AHC_TARGETMODE,

Can you also send me the output of "pciconf -l" using a kernel that boots
as well as any markings on the main chip (sticker and what's underneath)
from "ahc0"?  I somehow doubt that it is a 398X, but that is what the
driver thinks.

--
Justin


More information about the freebsd-scsi mailing list