Deleted Added
full compact
47c47
< * $Id: adv_isa.c,v 1.4 1998/09/15 07:03:39 gibbs Exp $
---
> * $Id: adv_isa.c,v 1.5 1998/10/10 00:44:12 imp Exp $
152,156c152,153
< /*
< * Make sure that we do not conflict with another device's
< * I/O address.
< */
< if (haveseen_isadev(id, CC_IOADDR))
---
> id->id_iobase = port_addr;
> if (haveseen_isadev(id, CC_IOADDR | CC_QUIET))
273,284d269
< /*
< * OK, check to make sure that we're not stepping on
< * someone else's IRQ or DRQ
< */
< if (haveseen_isadev(id, CC_DRQ)) {
< printf("advisaprobe: Aha card at I/O 0x%x's "
< "drq %d conflicts, ignoring card.\n",
< id->id_iobase, id->id_drq);
< adv_free(adv);
< return 0;
< }
<