Age | Commit message (Expand) | Author |
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 |
2002-07-24 | - don't need mmio or io registers mapped for console use | Jason Wright |
2002-07-18 | - Add support for both of the schizo iommu's(There is an iommu per pbm) | Jason Wright |
2002-07-18 | s/0/NULL in pointer comparison | Jason Wright |
2002-07-18 | Match compatible sab82532 | Jason Wright |
2002-07-18 | another name, 'parallel' | Jason Wright |
2002-07-18 | another prom name, 'audio' | Jason Wright |
2002-06-15 | add my name here as suggested by jason@ | Federico G. Schwindt |
2002-06-12 | add mmap implementation and skeleton interrupt mapping | Jason Wright |
2002-06-11 | Fix (include sys/pciio.h) | Jason Wright |
2002-06-11 | s/pcitag/sc_pcitag so it compiles (sorry matthieu) | Jason Wright |
2002-06-11 | add a new ioctl to wscons (currently implemented only on sparc64) | Matthieu Herrb |
2002-06-11 | More registers | Jason Wright |
2002-06-11 | remove call to debugger | Jason Wright |
2002-06-11 | UPA driver for the Blade1000 | Jason Wright |
2002-06-11 | UPA attachment for creator | Jason Wright |
2002-06-11 | split creator driver into bus specific and common code. | Federico G. Schwindt |
2002-06-11 | Remove upa_softc from here (it will return, but it's in the way for now) | Jason Wright |
2002-06-09 | more of those crazy registers | Jason Wright |
2002-06-08 | Move stuff around like a crazy man... (split into var/reg) | Jason Wright |
2002-06-08 | Initial (not quite fully working) driver for the schizo on the blade1000 | Jason Wright |
2002-06-08 | make pci_conf_{read|write} indirect functions so we can overload them | Jason Wright |
2002-06-07 | remove static | Jason Wright |
2002-06-04 | Convert vgafb from rcons to rasops | Jason Wright |