Age | Commit message (Expand) | Author |
2004-09-28 | driver for "clock-board" (mainly blinky lights, but also has information abou... | Jason Wright |
2004-09-28 | missing \n | Jason Wright |
2004-09-27 | Important stuff: blinky lights for fhc | Jason Wright |
2004-09-27 | setup ign based on board number | Jason Wright |
2004-09-27 | shift value for the ign | Jason Wright |
2004-09-27 | compute the board number of each fhc | Jason Wright |
2004-09-27 | setup control register correctly and clear interrupts before attaching children | Jason Wright |
2004-09-27 | map registers for fhc@mainbus | Jason Wright |
2004-09-27 | check malloc return correctly; from Patrick Latifi | Jason Wright |
2004-09-24 | Whoops, need to include the IGN... zs@fhc now sorta works (kinda...) | Jason Wright |
2004-09-24 | fix up attachment of zs@fhc | Jason Wright |
2004-09-24 | setup interrupt handling for fhc attached devices | Jason Wright |
2004-09-24 | clean | Jason Wright |
2004-09-24 | need linear mappings for the intrmap/clr register sets | Jason Wright |
2004-09-24 | fhc registers (enough for now anyway) | Jason Wright |
2004-09-23 | Correctly test for prom memory mapping failure. Fortunately no system we | Miod Vallat |
2004-09-23 | prepare 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-22 | firehose controller driver (not quite working) for the e4500 (and others) | Jason Wright |
2004-09-22 | driver for the "central" controller on the E4500 (and others) [fhc and others... | Jason Wright |
2004-09-13 | for pcons tty and kernel console (ie. boot -a) input, replace prom ^H | Theo de Raadt |
2004-08-10 | Print the newline after vgafb_mapregs(), not before since vgafb_mapregs() | Todd C. Miller |
2004-07-17 | Wait for output to be drained when sabtty is the console output port; | Miod Vallat |
2004-03-19 | Off-by-ones, requests for (x * PAGE_SIZE) + 1 bytes would not allocate the | Miod Vallat |
2004-03-02 | Rework the card insertion/removal detection logic: | Miod Vallat |
2004-02-29 | More colormap games for 8-bit framebuffers to enjoy the inverted cursor too. | Miod Vallat |
2003-12-20 | Pass -Wformat | Miod Vallat |
2003-12-16 | Don't need linear mappings here either | Jason Wright |
2003-12-16 | don't do a linear mapping (prevents warnings on the leopard) | Jason Wright |
2003-12-04 | Typos | Miod Vallat |
2003-10-05 | If attaching a wsdisplay console causes a font switch, do not update the PROM | Miod Vallat |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-28 | Add RI_FULLCLEAR to the rasops flags. Accelerated drivers (cgsix, creator, | Miod Vallat |
2003-06-25 | Let the stp driver use different bus_space_tag_t for its own device access, | Miod Vallat |
2003-06-24 | Add a "where" argument to the sparc64 interrupt code. This lets us | Henric Jungheim |
2003-06-24 | Revert the addition of the blanking code - it will corrupt displays after long | Miod Vallat |
2003-06-23 | no need to check nintr late in the code... it's verified pretty early | Jason Wright |
2003-06-23 | Remove some debugging cruft. | Jason Wright |
2003-06-23 | Split the stp driver into its core, and md attachment routines, and provide | Miod Vallat |
2003-06-20 | Screen blanker routine for Creator, adapted from the X11 sunffb driver code. | Miod Vallat |
2003-06-18 | When reporting unknown sbus hardware, also report the hardware class (audio, | Miod Vallat |
2003-06-17 | Extend the sunfb structure to take care of the PROM cursor position | Miod Vallat |
2003-06-16 | Nuke a few more data and code superseded by the fb api. | Miod Vallat |
2003-06-16 | Adapt to the fbxxx() API. | Miod Vallat |
2003-06-16 | Provide the same fbxxx() api as on sparc, in order to factorize more code | Miod Vallat |
2003-06-12 | There is no sense in calling one function when you really want | Henric Jungheim |
2003-06-11 | It is important not to forget "membar(MemIssue)". Got missed | Henric Jungheim |
2003-06-11 | Much of the sbus, psycho, and schizo bus_dma code is the same, so let's | Henric Jungheim |
2003-06-11 | The "min" and "max" functions cast to "u_int", which can lead to surprising | Henric Jungheim |