Age | Commit message (Expand) | Author |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-18 | Print error codes in panic message. | Brad Smith |
2004-12-02 | Add pci_decompose_tag() for sparc64. | Brad Smith |
2004-11-30 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod Vallat |
2004-11-29 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod Vallat |
2004-11-09 | Always free memory on failure in c{e,s}4231_alloc(); from Patrick Lafiti. | Miod Vallat |
2004-11-02 | Use PROM mappings, if available, whenever we are the console device or not; | Miod Vallat |
2004-10-01 | add a blink_led API (shaves ~1k from GENERIC) rather than have the same | Jason Wright |
2004-10-01 | more register defns | Jason Wright |
2004-09-29 | Ratibibugle now useless evcnt structures. | Miod Vallat |
2004-09-29 | map correct register set for the blinky lights and the slot description | Jason Wright |
2004-09-28 | use prom mappings when availavk | Jason Wright |
2004-09-28 | debugging stuff nuke I will | Jason Wright |
2004-09-28 | get the offsets of imap/iclr correct (zs now interrupts more than once) | Jason Wright |
2004-09-28 | Like Yoda Jason trying to speak is. | Miod Vallat |
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 |