summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/ts102.c
AgeCommit message (Expand)Author
2005-01-27Add pcmcia_intr_string() to format the intr string for pcmcia attachTodd C. Miller
2004-09-29Switch sparc to evcount; ok deraadt@Miod Vallat
2004-05-09Replace the event queue with a bit mask of slots needing attention, asMiod Vallat
2004-05-04Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.Alexander Yurchenko
2003-07-02fix tslot issues (need level-triggered interrupts); from miodTodd T. Fries
2003-06-28Be more careful when processing interrupts - the TS102 queues them, and weMiod Vallat
2003-06-28Be prepared to the fact that the user may unplug a card before it wasMiod Vallat
2003-06-28A better reset sequence; also, probe slots immediately rather than waitingMiod Vallat
2003-06-25We want address incrementation disabled, so correctly ask for it...Miod Vallat
2003-06-25Oops, put back iot/memt affectations in io_alloc/mem_alloc; spotted by todd@Miod Vallat
2003-06-25Extend the sparc bus_space_tag_t to store access endianness in it, andMiod Vallat
2003-06-24... and it must compile, too. Doh.Miod Vallat
2003-06-24io_alloc must provide working bus_space tag and handles...Miod Vallat
2003-06-23Driver for the pcmcia slots in the Tadpole SPARCbook machines.Miod Vallat