Date: Fri, 9 Oct 1998 17:44:13 -0700 (PDT) From: Warner Losh <imp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa adv_isa.c bt_isa.c aha_isa.c Message-ID: <199810100044.RAA09045@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 1998/10/09 17:44:13 PDT
Modified files:
sys/i386/isa adv_isa.c bt_isa.c aha_isa.c
Log:
Fix conficts in probe:
o For bt and aha only probe the one I/O range if a specific I/O is specified
in the config file.
o Don't even try to probe I/O ranges that have been seen already.
o If we conflict with an IRQ or DRQ, then fail the probe.
Requested by: bde, gibbs
Approved by: jkh
Revision Changes Path
1.5 +21 -1 src/sys/i386/isa/adv_isa.c
1.3 +28 -1 src/sys/i386/isa/bt_isa.c
1.3 +28 -1 src/sys/i386/isa/aha_isa.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810100044.RAA09045>
