diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2020-07-05 21:54:45 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2020-07-05 21:54:45 +0000 |
commit | 1f0284c067ef226102b1e4242b22723452a7d176 (patch) | |
tree | 86bf538e483adb655df463be085a7d0d9b85183d /sys/dev/ic/aic7xxx_openbsd.h | |
parent | 067eabbf4984c91b28385d09782c42e320a45b0c (diff) |
Double checking you committed the correct diff sometimes pays
off. Sigh.
Diffstat (limited to 'sys/dev/ic/aic7xxx_openbsd.h')
-rw-r--r-- | sys/dev/ic/aic7xxx_openbsd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/aic7xxx_openbsd.h b/sys/dev/ic/aic7xxx_openbsd.h index 963daca5841..48036ebff8f 100644 --- a/sys/dev/ic/aic7xxx_openbsd.h +++ b/sys/dev/ic/aic7xxx_openbsd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aic7xxx_openbsd.h,v 1.28 2020/07/05 20:17:25 krw Exp $ */ +/* $OpenBSD: aic7xxx_openbsd.h,v 1.29 2020/07/05 21:54:44 krw Exp $ */ /* $NetBSD: aic7xxx_osm.h,v 1.7 2003/11/02 11:07:44 wiz Exp $ */ /* @@ -87,7 +87,7 @@ /****************************** Platform Macros *******************************/ #define SCSI_IS_SCSIBUS_B(ahc, sc_link) \ - (((sc_link)->bus != NULL) && ((sc_link)->bus == (ahc)->sc_channel_b.bus)) + (((sc_link)->bus != NULL) && ((sc_link)->bus == (ahc)->sc_child_b)) #define SCSI_SCSI_ID(ahc, sc_link) \ (SCSI_IS_SCSIBUS_B(ahc, sc_link) ? ahc->our_id_b : ahc->our_id) #define SCSI_CHANNEL(ahc, sc_link) \ |