From owner-freebsd-current Sun Nov 22 13:43:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA15934 for freebsd-current-outgoing; Sun, 22 Nov 1998 13:43:40 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from werple.mira.net (werple.mira.net [203.9.190.18]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA15926 for ; Sun, 22 Nov 1998 13:43:32 -0800 (PST) (envelope-from gfm@mira.net) Received: (qmail 446 invoked from network); 22 Nov 1998 21:42:53 -0000 Received: from dp-m-r074.werple.net.au (203.17.46.74) by mira.net with SMTP; 22 Nov 1998 21:42:53 -0000 From: gfm@mira.net (Graham Menhennitt) To: freebsd-current@FreeBSD.ORG Subject: Adaptec 1542B still not detected Date: Sun, 22 Nov 1998 21:45:19 GMT Message-ID: <3659842e.234385067@mira.net> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id NAA15927 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just updated my 3.0-current system via cvsup. A kernel built with the latest still fails to detect my Adaptec 1542B. I reported this a couple of weeks ago and even posted a fix. Could somebody please make a patch and commit it. Thanks, Graham In /usr/src/sys/dev/aha/aha.c at the bottom of the "probe" routine: if (aha->boardid <= 0x42) { + int dummy; + for(dummy = 0; dummy < 1000; dummy++) + ; status = aha_inb(aha, GEOMETRY_REG); if (status != 0xff) return (ENXIO); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message