summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/spif.c
AgeCommit message (Expand)Author
2006-03-04Do not redefine locally SET/CLR/ISSET macros from <sys/param.h>; no functionalMiod Vallat
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-06-27Don't need LINEAR mappings.Jason Wright
2003-06-24Add a "where" argument to the sparc64 interrupt code. This lets usHenric Jungheim
2003-06-02Nuke my clause 3 and 4 (and a couple of files jointly (c) with Theo).Jason Wright
2003-02-14always need softintr after rxexception (avoids uninitialized variable); point...Jason Wright
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2002-04-08Credit DARPA/USAF appropriately.Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-13Better error handling: unmap registers on failure and better checking onJason Wright
2002-01-13Port of my spif driver to sparc64 (untested)Jason Wright