Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-08-22 | iobase is a bus_addr_t | Jason Wright | |
simplify 'alive' handling check for IRQUNK later | |||
2001-07-21 | - don't allow wildcarded interrupts | Jason Wright | |
- use correct type (bus_addr_t) for iobase - if interrupt allocation fails, abort - clean up interrupt handler (again) | |||
2001-07-20 | Not mapping registers you know are there (even if they don't work) is a | Jason Wright | |
bad idea on ISA when you think about PCMCIA; pointed out by costa and mickey. | |||
2001-07-17 | don't bother mapping the status registers, we don't use it. | Jason Wright | |
2001-07-17 | From NetBSD: driver for Addonics FlexPort 8S | Jason 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). |