Read K&R and get the { } right :-)
This commit is contained in:
parent
4f9fb771a5
commit
6e65a78aee
@ -34,7 +34,7 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
|
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
|
||||||
* $Id: isa.c,v 1.37 1995/02/17 02:22:54 phk Exp $
|
* $Id: isa.c,v 1.38 1995/02/25 18:29:10 phk Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -456,14 +456,13 @@ config_isadev_c(isdp, mp, reconfig)
|
|||||||
if (!(isdp->id_iobase & 0xf300)) {
|
if (!(isdp->id_iobase & 0xf300)) {
|
||||||
printf(" on motherboard\n");
|
printf(" on motherboard\n");
|
||||||
} else if (isdp->id_iobase >= 0x1000 &&
|
} else if (isdp->id_iobase >= 0x1000 &&
|
||||||
!(isdp->id_opbase & 0x300)) {
|
!(isdp->id_iobase & 0x300)) {
|
||||||
printf (" on eisa slot %d\n",
|
printf (" on eisa slot %d\n",
|
||||||
isdp->id_iobase >> 12);
|
isdp->id_iobase >> 12);
|
||||||
} else {
|
} else {
|
||||||
printf (" on isa\n");
|
printf (" on isa\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
/*
|
/*
|
||||||
* Check for conflicts again. The driver may have
|
* Check for conflicts again. The driver may have
|
||||||
* changed *dvp. We should weaken the early check
|
* changed *dvp. We should weaken the early check
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
|
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
|
||||||
* $Id: isa.c,v 1.37 1995/02/17 02:22:54 phk Exp $
|
* $Id: isa.c,v 1.38 1995/02/25 18:29:10 phk Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -456,14 +456,13 @@ config_isadev_c(isdp, mp, reconfig)
|
|||||||
if (!(isdp->id_iobase & 0xf300)) {
|
if (!(isdp->id_iobase & 0xf300)) {
|
||||||
printf(" on motherboard\n");
|
printf(" on motherboard\n");
|
||||||
} else if (isdp->id_iobase >= 0x1000 &&
|
} else if (isdp->id_iobase >= 0x1000 &&
|
||||||
!(isdp->id_opbase & 0x300)) {
|
!(isdp->id_iobase & 0x300)) {
|
||||||
printf (" on eisa slot %d\n",
|
printf (" on eisa slot %d\n",
|
||||||
isdp->id_iobase >> 12);
|
isdp->id_iobase >> 12);
|
||||||
} else {
|
} else {
|
||||||
printf (" on isa\n");
|
printf (" on isa\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
/*
|
/*
|
||||||
* Check for conflicts again. The driver may have
|
* Check for conflicts again. The driver may have
|
||||||
* changed *dvp. We should weaken the early check
|
* changed *dvp. We should weaken the early check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user