Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-08 | make comments match the fact that we are on sun4u, plus minor cleanup | Martin Reindl | |
ok mickey@ | |||
2005-09-04 | remove unused NetBSD pci_intr_evcnt() function. | Brad Smith | |
2005-08-01 | I'm Positive these are Type-O. | Miod Vallat | |
2005-07-30 | Don't do nothing -> Don't do anything | Brad Smith | |
2005-07-27 | Back out 1.16. There are cases where we can recover from OF_mapintr | Artur Grabowski | |
failure. ok henning@ | |||
2005-07-17 | Make sure we don't reprogram the colormap upon leaving mapped mode, | Miod Vallat | |
if we are not the console display; prevents a stupid panic. | |||
2005-07-09 | Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif, | Miod Vallat | |
config(8) will not bring us into play unless NFOO > 0 anyway. | |||
2005-07-07 | change panic into printf for pci_intr_disestablish() | Brad Smith | |
2005-06-30 | found this when working on something else... | Marco Peereboom | |
ok fgsch@ | |||
2005-06-07 | revert previous commit and unbreak sparc64. | Kurt Miller | |
okay deraadt | |||
2005-06-06 | -no need to hang onto virtual-dma parameter from prom, free it | Jason Wright | |
-formatting nits | |||
2005-06-06 | Homogeneize dmesg output. | Miod Vallat | |
2005-06-02 | allow for dma maps larger than 64 pages; jason@ ok | Michael Shalayeff | |
2005-05-19 | __unused is used now | Michael Shalayeff | |
2005-05-14 | Factorize most of the high-level logic for Sun serial keyboards in | Miod Vallat | |
sys/dev/sun/sunkbd.c, and move the layout tables to sys/dev/sun/sunkbdmap.c. No functional changes, small sparc64 kernel shrinkage. | |||
2005-04-26 | Remove unused hooks for periodic pcons polling. | Miod Vallat | |
2005-04-26 | Use cons_decl() rather than rolling our own prototypes, and some KNF. | Miod Vallat | |
2005-04-26 | the the | Miod Vallat | |
2005-04-16 | do not provide round_buffer if not needed unless explained why in comments | Michael Shalayeff | |
2005-04-15 | make sure aligment does not return zero block size | Michael Shalayeff | |
2005-04-05 | Off-by-ones in register comparisons. | Miod Vallat | |
2005-04-05 | No extra newline if keyboard plugged but not console. | Miod Vallat | |
2005-03-17 | Increase timeout in fdcresult(), this allows fdformat(8) to work now. | Miod Vallat | |
ok deraadt@ | |||
2005-03-15 | Only warn if pci_{io,mem}_find fails if the returned value is not ENOENT - empty | Miod Vallat | |
ranges are skipped and considered harmless. | |||
2005-03-15 | Take care of updating the PROMs view of the cursor position in the common fb | Miod Vallat | |
code, rather than doing this in only a subset of the fb drivers. | |||
2005-03-12 | Do not drop the user in ddb in DIAGNOSTIC checks unless option FD_DEBUG. | Miod Vallat | |
2005-03-09 | Preliminary support for the floppy drive on Ultrasparcs. Only tested on | Miod Vallat | |
SBus machines so far, although EBus attachment glue is provided but not enabled by default. Also, fdformat(8) does not work correctly yet, although reading and writing is safe; this will hopefully be fixed in the near future. ok deraadt@ | |||
2005-03-07 | Do not bother passing the blanking routine to fbwscons_console_init(), | Miod Vallat | |
as fbwscons_attach() can find it on its own. | |||
2005-03-06 | Shorten dmesg if no keyboard is plugged. | Miod Vallat | |
2005-03-05 | Preliminary xbox support: attaches, memory mapping and interrupts work, but | Miod Vallat | |
DMA transfers are not implemented yet, and are disabled (which causes drivers to SBus cards on the xbox to fail to attach). In practice, this allows frame buffers to work, maybe more devices; DMA support will be worked on in the near future. | |||
2005-01-27 | Fill all fields of intrhand structures not created by bus_intr_allocate(). | Miod Vallat | |
2005-01-05 | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most | Miod Vallat | |
of the work is done in the upper layer, but they get to see the ioctl, so don't always return an error. | |||
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat | |
no functional change. | |||
2004-12-18 | Print error codes in panic message. | Brad Smith | |
From NetBSD ok miod@ | |||
2004-12-02 | Add pci_decompose_tag() for sparc64. | Brad Smith | |
From NetBSD ok deraadt@ | |||
2004-11-30 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod Vallat | |
field of the sunfb structure. This allows multiple instances of the same driver, but with different resolutions (such as a couple of vigra or a TGX cgsix and a TGX+ cgsix) to use distinct wsscreen_descr structures featuring different resolution information. Doing this allows more wsscreen_descr fiddling inside the sparc* fb api, and results in some code shrinkage (about 4KB on sparc GENERIC). [file excluded in previous commit by mistake. spotted by claudio@] | |||
2004-11-29 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod Vallat | |
field of the sunfb structure. This allows multiple instances of the same driver, but with different resolutions (such as a couple of vigra or a TGX cgsix and a TGX+ cgsix) to use distinct wsscreen_descr structures featuring different resolution information. Doing this allows more wsscreen_descr fiddling inside the sparc* fb api, and results in some code shrinkage (about 4KB on sparc GENERIC). | |||
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 | |
should help on SPARCenginc Ultra AXe, does not change anything on other machines. | |||
2004-10-01 | add a blink_led API (shaves ~1k from GENERIC) rather than have the same | Jason Wright | |
logic in 3 files. Devices register a function to be called to turn the led on and off based on load average. (Note: rerun config and make depend) | |||
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 ↵ | Jason Wright | |
about the chassis) | |||
2004-09-28 | missing \n | Jason Wright | |
2004-09-27 | Important stuff: blinky lights for fhc | Jason Wright | |