Date: Sat, 16 Jul 2005 12:06:00 -0400 From: "Justin T.Gibbs" <gibbs@scsiguy.com> To: Katu <boynagar@gmail.com>, freebsd-scsi@freebsd.org Subject: Re: ahc problem - 6.0-SNAP004 fails to boot Message-ID: <E75DBC477CC13CF0FFF08010@[192.168.1.102]> In-Reply-To: <f0d84caa05071509177fe86f32@mail.gmail.com> References: <f0d84caa05071509177fe86f32@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--On Friday, July 15, 2005 9:17 PM +0500 Katu <boynagar@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E75DBC477CC13CF0FFF08010>