summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
2004-12-05rather then -> rather thanJonathan Gray
2004-11-29Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod Vallat
2004-11-29Port the remaining two sbus framebuffer drivers to sparc64; tvtwo untestedMiod Vallat
2004-11-09Always free memory on failure in c{e,s}4231_alloc(); from Patrick Lafiti.Miod Vallat
2004-09-30Do not pretend we have set up an ifmedia structure if we did not; fixesMiod Vallat
2004-09-29Ratibibugle now useless evcnt structures.Miod Vallat
2004-07-26Remove orphaned prototypes.Miod Vallat
2004-06-21Add support for agten(4) - on Andrey's U2 the PROM is not able to initializeMiod Vallat
2004-06-20Port mgx(4) to sparc64.Miod Vallat
2004-06-20Port the rfx(4) frame buffer driver to sparc64.Miod Vallat
2004-06-20zx(4) support for sparc64, tested on an Ultra 2.Miod Vallat
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
2004-03-03The socket number diagnostic check was simply crying out for unsignedMiod Vallat
2004-03-02Rework the card insertion/removal detection logic:Miod 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-08-01The Vigra VS10-EK is recognized as a cgthree clone, but due to its utterlyMiod Vallat
2003-07-25remove extra arg to printfJason Wright
2003-07-15ansiJason Wright
2003-07-07ansify and remove staticsJason Wright
2003-07-03ansifyJason Wright
2003-07-03ansifyJason Wright
2003-06-27ansi functionsJason Wright
2003-06-27These don't need linear mappings either.Jason Wright
2003-06-27Don't need LINEAR mappings.Jason Wright
2003-06-25fix #if/ifdef issue and use u_int16_t instead of int where appropriateMichael Shalayeff
2003-06-25Typo police: attribute is better written with an 'r'.Miod Vallat
2003-06-25Acknowledge the status interrupt in some odd and usually rare cases, whichMiod Vallat
2003-06-25mimic delays pattern from i82365 on socket enable. actually pull the reset li...Michael Shalayeff
2003-06-25fix all the _BITS and their useMichael Shalayeff
2003-06-25Let the stp driver use different bus_space_tag_t for its own device access,Miod Vallat
2003-06-24Add a "where" argument to the sparc64 interrupt code. This lets usHenric Jungheim
2003-06-23Split the stp driver into its core, and md attachment routines, and provideMiod Vallat
2003-06-18Switch to fbxxx() API.Miod Vallat
2003-06-17A few typos in the Bt initialisation sequence were introduced in 1.29, andMiod Vallat
2003-06-053/4 knockout for peter galbavyTheo de Raadt
2003-06-02Nuke my clause 3 and 4 (and a couple of files jointly (c) with Theo).Jason Wright
2003-05-31real register definitions for the brooktree 451/457/458 on the cgsix andJason Wright
2003-05-14Silence the "lost carrier on FOO port" messages when the port has been setMiod Vallat
2003-05-14Make the "slot" and "offset" locators for sbus drivers optional inMiod Vallat
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-03-28Fix the color inversion of the cursor (now it's not a solid block of black =)Jason Wright
2003-03-28more register defns (from linux)Jason Wright
2003-03-28Use the brand new types instead of WSDISPLAY_TYPE_UNKNOWNJason Wright
2003-03-28If console acceleration was not enabled, do not reinitialize the blitterMiod Vallat
2003-03-27map vid mem based on linebytes and heightJason Wright
2003-03-27Whoops, the rest of the *CURS* ioctl supportJason Wright
2003-03-27add support for *CURS* ioctlsJason Wright
2003-03-27don't need linear maps here eitherJason Wright