summaryrefslogtreecommitdiff
path: root/sys/dev/isa/addcom_isa.c
AgeCommit message (Collapse)Author
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-22iobase is a bus_addr_tJason Wright
simplify 'alive' handling check for IRQUNK later
2001-07-21- don't allow wildcarded interruptsJason Wright
- use correct type (bus_addr_t) for iobase - if interrupt allocation fails, abort - clean up interrupt handler (again)
2001-07-20Not mapping registers you know are there (even if they don't work) is aJason Wright
bad idea on ISA when you think about PCMCIA; pointed out by costa and mickey.
2001-07-17don't bother mapping the status registers, we don't use it.Jason Wright
2001-07-17From NetBSD: driver for Addonics FlexPort 8SJason Wright
KNF'd and interrupt routine rewritten in addition to normal porting. (Interrupts don't appear to work the way they are described, so depend on the slave devices doing the right thing).