Age | Commit message (Expand) | Author |
2003-02-22 | don't use home grown timeval comparison when timercmp() is available; pointed... | Jason Wright |
2003-02-22 | rearrange allocations and such so that this actually attaches (still panics | Jason Wright |
2003-02-21 | Print the pa not ldxa(pa) | Jason Wright |
2003-02-21 | - kill several unnecessary static's | Jason Wright |
2003-02-17 | Add support for the Sun Enterprise 450 | Henric Jungheim |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2003-02-10 | unneeded defns | Jason Wright |
2003-01-13 | Don't use a global variable to determine which pci_conf* function to call, | Jason Wright |
2002-12-25 | Initialize color palette from rasops settings (from sparc) rather than | Miod Vallat |
2002-12-22 | Do not attempt to select keyboard layout until it has been determined from | Miod Vallat |
2002-12-10 | Register as the "std" wscons device, not "sun". This is consistent with other | Miod Vallat |
2002-12-10 | Fix spurious \n in dmesg output | Miod Vallat |
2002-12-03 | Use bus_space_vaddr() instead of checking the mapping directly (this will | Jason Wright |
2002-12-02 | Skip the ffb0, ffb1, pcia/slot2 (for psycho), and pcia/slot3 (for psycho) | Jason Wright |
2002-11-29 | Upon detection of an international Sun keyboard with a recognized layout, | Miod Vallat |
2002-11-09 | Instead of relying on uvm_useracc(), get a false sense of security, and | Miod Vallat |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-07 | this removes the functionality of adding allocated | Michael Shalayeff |
2002-10-06 | No more need to initialize the result list before uvm_pglistalloc. | Artur Grabowski |
2002-10-04 | Aasking to load an already loaded map is not a "warn and pray" kinda thing. | Jason Wright |
2002-09-23 | Fix console determination; based on discussion in port-sparc64@netbsd | Jason Wright |
2002-09-17 | I sense too much cut 'n paste. | Artur Grabowski |
2002-09-15 | Fix color choices to match wsemul_sun requirements. | Miod Vallat |
2002-09-10 | Remove some debugging code, KNF, and fix encoding selection. | Jason Wright |
2002-09-10 | Register more wsscreen properties to take advantage of wsemul_sun changes. | Jason Wright |
2002-08-19 | KNF (4 char continuations) | Jason Wright |
2002-08-19 | Take advantage of rasops.updatecursor to keep the prom cursor up to date | Jason Wright |
2002-08-19 | From NetBSD: | Jason Wright |
2002-08-16 | remove debugging code | Jason Wright |
2002-08-06 | catch 'break' and handle appropriately, I thought I had committed this long ago. | Jason Wright |
2002-08-02 | registers should be volatile, also add yet more register defns | Jason Wright |
2002-08-02 | Do correct bounds checking in get/set/put cmap routines. A few of | Todd C. Miller |
2002-08-01 | add support for mapping interrupts. | Jason Wright |
2002-07-30 | allow cf_flags to determine whether console acceleration should be used (defa... | Jason Wright |
2002-07-30 | simplify vgafb_mmap() | Jason Wright |
2002-07-29 | use ROP_OLD for VSCROLL, with this, vertical scroll (copyrows) works (and it'... | Jason Wright |
2002-07-29 | - cache the last value written to FBC_FG and avoid unnecessary fifo writes | Jason Wright |
2002-07-28 | documentation | Jason Wright |
2002-07-28 | more registers; jason@ ok. | Federico G. Schwindt |
2002-07-26 | fifo needs 6 entries before we feed it rectangle command | Jason Wright |
2002-07-26 | - add hardware support for eraserows and erasecols | Jason Wright |
2002-07-26 | - remove duplicate defns | Jason Wright |
2002-07-26 | - Move register defns to their own header file and add a whole bunch of them | Jason Wright |
2002-07-25 | use bus_space_map, not bus_space_map2, and fix failure printf's | Jason Wright |
2002-07-25 | There's no need to override the default mapping to big endian now that rasops... | Jason Wright |
2002-07-25 | Adapt the framebuffer code to the WSDISPLAY_TYPE constant changes, and | Miod Vallat |
2002-07-24 | nuke debugging cruft | Jason Wright |
2002-07-24 | add support for schizo streaming buffers (per PBM), but leave the buffers dis... | Jason Wright |
2002-07-24 | No need to cast &thing to paddr_t* when thing IS a paddr_t | Jason Wright |
2002-07-24 | more use of volatile on registers, cleaning | Jason Wright |