Date: Mon, 27 Sep 1999 19:39:46 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa_compat.h src/sys/dev/aha aha_isa.c Message-ID: <199909280239.TAA14905@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 1999/09/27 19:39:46 PDT
Modified files:
sys/i386/isa isa_compat.h
sys/dev/aha aha_isa.c
Log:
Newbusification of aha. dfr sent me the first cut, and I made it
work. Be more verbose when one cannot allocate IRQ, et al since this
is a common configuration problem. The cards have the IRQ soft wired
into their BIOS and do not try to do collision detection. This can
cause problems when this IRQ is the same as another card/device.
The PNP hasn't been tested. My PNP board is in a deployed system.
I'll sneak in testing of it sometime later. I've been able to mount
the 3.3R cdrom that arrived today and access files off it.
Submitted by: dfr
Revision Changes Path
1.15 +5 -5 src/sys/i386/isa/isa_compat.h
1.13 +166 -130 src/sys/dev/aha/aha_isa.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909280239.TAA14905>
