mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
Revert 1.21; this was local code that should not have been
committed.
This commit is contained in:
parent
ce6a61aaa0
commit
d938c3689d
1 changed files with 5 additions and 5 deletions
|
|
@ -38,8 +38,8 @@
|
|||
#include <net/if_arp.h>
|
||||
#include <net/if_media.h>
|
||||
|
||||
#include <dev/eisa/eisa_busreg.h>
|
||||
#include <dev/eisa/eisa_busvar.h>
|
||||
|
||||
#include <dev/eisa/eisaconf.h>
|
||||
|
||||
#include <dev/ep/if_epreg.h>
|
||||
#include <dev/ep/if_epvar.h>
|
||||
|
|
@ -122,8 +122,8 @@ ep_eisa_probe(device_t dev)
|
|||
if ((inw(iobase + EP_W0_ADDRESS_CFG) & 0x1f) != 0x1f)
|
||||
return ENXIO;
|
||||
|
||||
eisa_add_iospace(dev, iobase, EP_EISA_IOSIZE);
|
||||
eisa_add_iospace(dev, port, EP_IOSIZE);
|
||||
eisa_add_iospace(dev, iobase, EP_EISA_IOSIZE, RESVADDR_NONE);
|
||||
eisa_add_iospace(dev, port, EP_IOSIZE, RESVADDR_NONE);
|
||||
|
||||
conf = inw(iobase + EISA_IOCONF);
|
||||
/* Determine our IRQ */
|
||||
|
|
@ -171,7 +171,7 @@ ep_eisa_probe(device_t dev)
|
|||
break;
|
||||
}
|
||||
|
||||
eisa_add_irq(dev, irq, int_trig);
|
||||
eisa_add_intr(dev, irq, int_trig);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue