From owner-cvs-all Mon Nov 9 22:45:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA18304 for cvs-all-outgoing; Mon, 9 Nov 1998 22:45:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA18297; Mon, 9 Nov 1998 22:45:11 -0800 (PST) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA20820; Mon, 9 Nov 1998 22:45:14 -0800 (PST) Date: Mon, 9 Nov 1998 22:45:14 -0800 (PST) Message-Id: <199811100645.WAA20820@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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