summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1998-11-10 06:45:14 +0000
committergibbs <gibbs@FreeBSD.org>1998-11-10 06:45:14 +0000
commit7fc0da3e675ef1c67f82fde213aff53f91b391fb (patch)
treec1f37e066796e2ba45112ae43987a9f0ce59fc5f
parent12c10932ccb801caf51fe0c36160a63c47c30821 (diff)
downloadFreeBSD-src-7fc0da3e675ef1c67f82fde213aff53f91b391fb.zip
FreeBSD-src-7fc0da3e675ef1c67f82fde213aff53f91b391fb.tar.gz
Convert to change in ISA compatiblity port handling in the base bt driver.
-rw-r--r--sys/dev/buslogic/bt_pci.c6
-rw-r--r--sys/pci/bt_pci.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/buslogic/bt_pci.c b/sys/dev/buslogic/bt_pci.c
index 302be46..435aff0 100644
--- a/sys/dev/buslogic/bt_pci.c
+++ b/sys/dev/buslogic/bt_pci.c
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bt_pci.c,v 1.1 1998/09/15 07:32:57 gibbs Exp $
+ * $Id: bt_pci.c,v 1.2 1998/10/30 02:06:42 gibbs Exp $
*/
#include "pci.h"
@@ -131,7 +131,7 @@ bt_pci_probe (pcici_t config_id, pcidi_t type)
if (error == 0
&& pci_info.io_port < BIO_DISABLED) {
bt_mark_probed_bio(pci_info.io_port);
- if (bsh != bt_fetch_isa_iop(pci_info.io_port)) {
+ if (bsh != bt_iop_from_bio(pci_info.io_port)) {
u_int8_t new_addr;
new_addr = BIO_DISABLED;
@@ -143,7 +143,7 @@ bt_pci_probe (pcici_t config_id, pcidi_t type)
}
}
bt_free(bt);
- return ("Buslogic Multimaster SCSI host adapter");
+ return ("Buslogic Multi-Master SCSI Host Adapter");
break;
}
default:
diff --git a/sys/pci/bt_pci.c b/sys/pci/bt_pci.c
index 302be46..435aff0 100644
--- a/sys/pci/bt_pci.c
+++ b/sys/pci/bt_pci.c
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bt_pci.c,v 1.1 1998/09/15 07:32:57 gibbs Exp $
+ * $Id: bt_pci.c,v 1.2 1998/10/30 02:06:42 gibbs Exp $
*/
#include "pci.h"
@@ -131,7 +131,7 @@ bt_pci_probe (pcici_t config_id, pcidi_t type)
if (error == 0
&& pci_info.io_port < BIO_DISABLED) {
bt_mark_probed_bio(pci_info.io_port);
- if (bsh != bt_fetch_isa_iop(pci_info.io_port)) {
+ if (bsh != bt_iop_from_bio(pci_info.io_port)) {
u_int8_t new_addr;
new_addr = BIO_DISABLED;
@@ -143,7 +143,7 @@ bt_pci_probe (pcici_t config_id, pcidi_t type)
}
}
bt_free(bt);
- return ("Buslogic Multimaster SCSI host adapter");
+ return ("Buslogic Multi-Master SCSI Host Adapter");
break;
}
default:
OpenPOWER on IntegriCloud