summaryrefslogtreecommitdiffstats
path: root/sys/dev/sbus/stp4020.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* stp(4): tsleep(9) -> tsleep_nsec(9)cheloha2020-02-181-11/+8
* Convert infinite sleeps to {m,t}sleep_nsec(9).mpi2019-12-311-2/+2
* Convert K&R function definitions to modern C. clang is more picky aboutclaudio2018-12-271-100/+35
* Reduces the noise around the global ``ticks'' variable by renamingmpi2016-03-191-8/+8
* oopsderaadt2013-11-191-2/+2
* simplify kthread_create(). no more stdargderaadt2013-11-181-3/+2
* Use soft interrupts to dispatch pcmcia device interrupts; this ensures themiod2009-04-101-10/+61
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ testingmickey2005-11-231-3/+3
* Add pcmcia_intr_string() to format the intr string for pcmcia attachmillert2005-01-271-1/+14
* The socket number diagnostic check was simply crying out for unsignedmiod2004-03-031-3/+4
* Rework the card insertion/removal detection logic:miod2004-03-021-97/+96
* fix #if/ifdef issue and use u_int16_t instead of int where appropriatemickey2003-06-251-11/+10
* Acknowledge the status interrupt in some odd and usually rare cases, whichmiod2003-06-251-1/+17
* mimic delays pattern from i82365 on socket enable. actually pull the reset line before clearing it. this together makes some more cards work and unwedges my wedged wedgy on reboot alright; miod@ ok and testingmickey2003-06-251-7/+11
* fix all the _BITS and their usemickey2003-06-251-30/+13
* Let the stp driver use different bus_space_tag_t for its own device access,miod2003-06-251-8/+8
* Split the stp driver into its core, and md attachment routines, and providemiod2003-06-231-142/+7
* make this more quiet on card insertion.fgsch2002-06-211-12/+7
* rename nell to stp. we do not always follow stupid solaris namesderaadt2002-06-201-9/+9
* - set the size correctly.fgsch2002-06-191-4/+5
* sbus pcmcia bridge driver (nell); from NetBSD.fgsch2002-06-191-0/+1014