Date: Sun, 22 Nov 1998 21:45:19 GMT From: gfm@mira.net (Graham Menhennitt) To: freebsd-current@FreeBSD.ORG Subject: Adaptec 1542B still not detected Message-ID: <3659842e.234385067@mira.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3659842e.234385067>