summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
AgeCommit message (Expand)Author
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-12-18Print error codes in panic message.Brad Smith
2004-12-02Add pci_decompose_tag() for sparc64.Brad Smith
2004-11-30Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod Vallat
2004-11-29Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod Vallat
2004-11-09Always free memory on failure in c{e,s}4231_alloc(); from Patrick Lafiti.Miod Vallat
2004-11-02Use PROM mappings, if available, whenever we are the console device or not;Miod Vallat
2004-10-01add a blink_led API (shaves ~1k from GENERIC) rather than have the sameJason Wright
2004-10-01more register defnsJason Wright
2004-09-29Ratibibugle now useless evcnt structures.Miod Vallat
2004-09-29map correct register set for the blinky lights and the slot descriptionJason Wright
2004-09-28use prom mappings when availavkJason Wright
2004-09-28debugging stuff nuke I willJason Wright
2004-09-28get the offsets of imap/iclr correct (zs now interrupts more than once)Jason Wright
2004-09-28Like Yoda Jason trying to speak is.Miod Vallat
2004-09-28driver for "clock-board" (mainly blinky lights, but also has information abou...Jason Wright
2004-09-28missing \nJason Wright
2004-09-27Important stuff: blinky lights for fhcJason Wright
2004-09-27setup ign based on board numberJason Wright
2004-09-27shift value for the ignJason Wright
2004-09-27compute the board number of each fhcJason Wright
2004-09-27setup control register correctly and clear interrupts before attaching childrenJason Wright
2004-09-27map registers for fhc@mainbusJason Wright
2004-09-27check malloc return correctly; from Patrick LatifiJason Wright
2004-09-24Whoops, need to include the IGN... zs@fhc now sorta works (kinda...)Jason Wright
2004-09-24fix up attachment of zs@fhcJason Wright
2004-09-24setup interrupt handling for fhc attached devicesJason Wright
2004-09-24cleanJason Wright
2004-09-24need linear mappings for the intrmap/clr register setsJason Wright
2004-09-24fhc registers (enough for now anyway)Jason Wright
2004-09-23Correctly test for prom memory mapping failure. Fortunately no system weMiod Vallat
2004-09-23prepare the way for multi-bus attachment of zs (specifically zs@fhc).Jason Wright
2004-09-23- fix the bus_map functions (get the parent node right)Jason Wright
2004-09-22firehose controller driver (not quite working) for the e4500 (and others)Jason Wright
2004-09-22driver for the "central" controller on the E4500 (and others) [fhc and others...Jason Wright
2004-09-13for pcons tty and kernel console (ie. boot -a) input, replace prom ^HTheo de Raadt
2004-08-10Print the newline after vgafb_mapregs(), not before since vgafb_mapregs()Todd C. Miller
2004-07-17Wait for output to be drained when sabtty is the console output port;Miod Vallat
2004-03-19Off-by-ones, requests for (x * PAGE_SIZE) + 1 bytes would not allocate theMiod Vallat
2004-03-02Rework the card insertion/removal detection logic:Miod Vallat
2004-02-29More colormap games for 8-bit framebuffers to enjoy the inverted cursor too.Miod Vallat
2003-12-20Pass -WformatMiod Vallat
2003-12-16Don't need linear mappings here eitherJason Wright
2003-12-16don't do a linear mapping (prevents warnings on the leopard)Jason Wright
2003-12-04TyposMiod Vallat
2003-10-05If attaching a wsdisplay console causes a font switch, do not update the PROMMiod Vallat
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-06-28Add RI_FULLCLEAR to the rasops flags. Accelerated drivers (cgsix, creator,Miod Vallat
2003-06-25Let the stp driver use different bus_space_tag_t for its own device access,Miod Vallat