mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
Sync with sys/i386/isa/isa.c revision 1.117.
This commit is contained in:
parent
de693de8e7
commit
2992cdbc3f
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
|
||||
* $Id: pc98.c,v 1.53 1998/10/13 09:44:09 kato Exp $
|
||||
* $Id: pc98.c,v 1.54 1998/10/22 05:58:45 bde Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -535,7 +535,7 @@ config_isadev_c(isdp, mp, reconfig)
|
|||
printf("%s%d", dp->name, isdp->id_unit);
|
||||
if (id_alive != -1) {
|
||||
if (isdp->id_iobase == -1)
|
||||
printf(" at ?");
|
||||
printf(" at");
|
||||
else {
|
||||
printf(" at 0x%x", isdp->id_iobase);
|
||||
if (isdp->id_iobase + id_alive - 1 !=
|
||||
|
|
|
|||
Loading…
Reference in a new issue