summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/ts102.c
AgeCommit message (Expand)Author
2009-04-10Use soft interrupts to dispatch pcmcia device interrupts; this ensures theMiod Vallat
2006-08-11An old dvorak typo was lurking here.Miod Vallat
2006-06-02sbus_establish() and the associated linked list in the sbus softc is now onlyMiod Vallat
2005-11-23use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...Michael Shalayeff
2005-03-29Display the PCMCIA icon when cards are plugged.Miod Vallat
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