| Summary: | RELENG_4 aic SCSI driver hangs up during disk detection on AVA-1505 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | kng <kng> | ||||
| Component: | kern | Assignee: | Kenneth D. Merry <ken> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.1.1-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
kng
2000-11-10 06:40:01 UTC
Responsible Changed From-To: gnats-admin->freebsd-bugs Misfiled PR I can give a hint to the problem.
The bug seems to hide in the file src/sys/cam/cam_xpt.c .
Replacing this file by an older version , created by the command
cvs co -r 1.80.2.6 src/sys/cam/cam_xpt.c ,
and compiling a new kernel may serve as a provisional fix .
Version 1.80.2.7 of the file mentioned above is faulty .
I have a strong guess what the fault is , but the author of the
changes
made (responsible gibbs@FreeBSD.org) should find more competent
answers than I can do.
..--
Diethelm Wildförster
On Sat, Mar 03, 2001 at 10:10:45 -0800, Diethelm Wildförster wrote: > The following reply was made to PR kern/22733; it has been noted by GNATS. > > From: DiethelmW@t-online.de (Diethelm =?iso-8859-1?Q?Wildf=F6rster?=) > To: freebsd-gnats-submit@FreeBSD.org, kng@sc.ru > Cc: > Subject: Re: kern/22733: RELENG_4 aic SCSI driver hangs up during disk detection > on AVA-1505 > Date: Sat, 03 Mar 2001 19:03:51 +0000 > > --------------F0C41593FD934743ADA1930F > Content-Type: text/plain; charset=iso-8859-1 > Content-Transfer-Encoding: 8bit > > I can give a hint to the problem. > The bug seems to hide in the file src/sys/cam/cam_xpt.c . > Replacing this file by an older version , created by the command > cvs co -r 1.80.2.6 src/sys/cam/cam_xpt.c , > and compiling a new kernel may serve as a provisional fix . > Version 1.80.2.7 of the file mentioned above is faulty . > I have a strong guess what the fault is , but the author of the > changes > made (responsible gibbs@FreeBSD.org) should find more competent > answers than I can do. > > ..-- > Diethelm Wildförster I think the attached patch will fix the problem. Please let me know whether it works for you two. Ken -- Kenneth Merry ken@kdm.org State Changed From-To: open->feedback I sent a potential fix, let's see if this works for the submitter and Diethelm. State Changed From-To: feedback->closed Should be fixed as of rev 1.108 of cam_xpt in -current and rev 1.80.2.12 of cam_xpt.c in RELENG_4. Responsible Changed From-To: freebsd-bugs->ken I fixed it and I'm closing it. Dear Sirs, i have a problem, that is very similar to Konstantin Gusenko: During startup aic0 is succesfully detected, but when "waiting 15 seconds for SCSI Devices to settle" message appears, nothig happens then and system freeze. If I'd disable aic0 in kernel config file or in boot -c editor, system starts OK and works. Without aic0. On the same box Windows98 works with this SCSI card without any problem, and SCSI card (and all other cards) configuration is the same. Environment FreeBSD-4.6-RELEASE AMD K6-2 300, Lucky Star VIAMVP3, 64Mb SDRAM PC-100, IDE WDC AC2420F HDD, Adaptec AVA1505 SCSI Adapter (6360 based, no EPROM), SMC8216/SMC8216C (16 bit) NET ed0, S3Virge 2mb, -- Best regards, Michael mailto:sokolov@sigma-soft.spb.su |