Report the I/O base address in hex to be consistent with its

specification format.

Approved by:	schweikh (mentor)
MFC after:	2 weeks
This commit is contained in:
Diomidis Spinellis 2003-07-18 21:53:42 +00:00
parent 5c6edbec80
commit 644fbff012
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117746

View File

@ -99,7 +99,7 @@ enabler_main(argc, argv)
}
if (argc)
usage("no parameter for argument");
printf("drv %s%d, mem 0x%lx, size %d, io %d, irq 0x%x, flags 0x%x\n",
printf("drv %s%d, mem 0x%lx, size %d, io 0x%x, irq 0x%x, flags 0x%x\n",
drv.name, drv.unit, drv.mem, drv.memsize, drv.iobase,
drv.irqmask, drv.flags);
sprintf(name, CARD_DEVICE, slot);