summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-11 05:20:43 +0000
committerjkh <jkh@FreeBSD.org>1995-05-11 05:20:43 +0000
commit314e83dd6531adbb8d8b550921b0fb547fcbc123 (patch)
treef90e2c9a5d5be67cff99c09472a289b09cfc060d /sys/i386/isa
parent40f38f6b58e37805bd02e9035d2c73904d5d5774 (diff)
downloadFreeBSD-src-314e83dd6531adbb8d8b550921b0fb547fcbc123.zip
FreeBSD-src-314e83dd6531adbb8d8b550921b0fb547fcbc123.tar.gz
Pass me the pointed chapeau - this typo somehow got through my testing.
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/isa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/isa.c b/sys/i386/isa/isa.c
index 93dbfcf..152cae8 100644
--- a/sys/i386/isa/isa.c
+++ b/sys/i386/isa/isa.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
- * $Id: isa.c,v 1.46 1995/04/23 09:13:07 julian Exp $
+ * $Id: isa.c,v 1.47 1995/05/11 02:15:52 jkh Exp $
*/
/*
@@ -174,7 +174,7 @@ haveseen(dvp, tmpdvp, checkbits)
* Only check against devices that have already been found and are not
* unilaterally allowed to conflict anyway.
*/
- if (tmpdvp->id_alive && !tmpdev->id_conflicts) {
+ if (tmpdvp->id_alive && !tmpdvp->id_conflicts) {
char const *whatnot;
whatnot = checkbits & CC_ATTACH ? "attach" : "prob";
OpenPOWER on IntegriCloud