Date: Mon, 9 Nov 1998 22:45:14 -0800 (PST) From: "Justin T. Gibbs" <gibbs@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/aha aha.c ahareg.h src/sys/dev/buslogic bt.c btreg.h src/sys/i386/isa adv_isa.c aha_isa.c bt_isa.c src/sys/pci bt_pci.c Message-ID: <199811100645.WAA20820@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 1998/11/09 22:45:14 PST
Modified files:
sys/dev/aha aha.c ahareg.h
Log:
Fix probes when a port address is specified.
Convert from BT'isms to AHA'isms
Don't fail the probe if the illegal command bit is set in the status
register. If the BusLogic MultiMaster probe preceeded us, it may well
have determined that the card we are attaching to was not a true MultiMaster
by sending us a command that fails on the 154X.
Reset the adapter before doing the inquiry. This provides extra sanity
and will also clear the illegal command status bit that my be left over
from the MultiMaster probe.
Revision Changes Path
1.11 +237 -147 src/sys/dev/aha/aha.c
1.4 +57 -52 src/sys/dev/aha/ahareg.h
Modified files:
sys/dev/buslogic bt.c btreg.h
sys/i386/isa adv_isa.c aha_isa.c bt_isa.c
Log:
Fix probes when a port address is specified.
Revision Changes Path
1.9 +98 -23 src/sys/dev/buslogic/bt.c
1.3 +9 -3 src/sys/dev/buslogic/btreg.h
1.7 +2 -2 src/sys/i386/isa/adv_isa.c
1.5 +11 -25 src/sys/i386/isa/aha_isa.c
1.5 +8 -21 src/sys/i386/isa/bt_isa.c
Modified files:
sys/pci bt_pci.c
Log:
Convert to change in ISA compatiblity port handling in the base bt driver.
Revision Changes Path
1.3 +3 -3 src/sys/pci/bt_pci.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?199811100645.WAA20820>
