Deleted Added
full compact
47c47
< * $Id: adv_isa.c,v 1.3 1997/02/22 09:35:51 peter Exp $
---
> * $Id: adv_isa.c,v 1.4 1998/09/15 07:03:39 gibbs Exp $
151a152,158
> /*
> * Make sure that we do not conflict with another device's
> * I/O address.
> */
> if (haveseen_isadev(id, CC_IOADDR))
> continue;
>
265a273,284
> /*
> * 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;
> }
>
297a317
>