Age | Commit message (Expand) | Author |
2003-06-20 | Screen blanker routine for Creator, adapted from the X11 sunffb driver code. | Miod Vallat |
2003-06-19 | ack all unmasked cpu interrupts here to cancel effect of device probing activ... | Michael Shalayeff |
2003-06-18 | oops, missed this part of the hme vlan stuff | Jason Wright |
2003-06-18 | configure the interface to properly support vlan frames | Jason Wright |
2003-06-18 | Oops, previous commit removed the rcsid by mistake. | Miod Vallat |
2003-06-18 | Rename p9k to pninek, since device base names with digits are confusing; | Miod Vallat |
2003-06-18 | When reporting unknown sbus hardware, also report the hardware class (audio, | Miod Vallat |
2003-06-17 | New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445 | Miod Vallat |
2003-06-17 | Extend the sunfb structure to take care of the PROM cursor position | Miod Vallat |
2003-06-17 | typos | Jean-Francois Brousseau |
2003-06-16 | Use a slightly better way to intuit the memory/mmio PCI regions, | Dale Rahn |
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-16 | correct sense of rate check... oops. | Jason Wright |
2003-06-16 | rate setting is best effort, not precise, so figure out the closest sample | Jason Wright |
2003-06-16 | Check for the backlight control on the stdout_node (the LCD) rather than | Dale Rahn |
2003-06-15 | Fix the logic in the interrupt handler, and reenable colormap updates | Miod Vallat |
2003-06-15 | don't define _LP64 here. | Brad Smith |
2003-06-14 | add support for: ulinear_le, ulinear_be, ulinear:16 (partially based on | Jason Wright |
2003-06-13 | eraserows() was missing a coordinate address latch. | Miod Vallat |
2003-06-13 | g/c an useless define. | Miod Vallat |
2003-06-13 | no more "option _LP64". | Brad Smith |
2003-06-13 | em fits | Theo de Raadt |
2003-06-13 | Fix lower right edge bounds for quad operations. | Miod Vallat |
2003-06-13 | Accelerated text console routines, using the Power 9100 drawing engine. | Miod Vallat |
2003-06-12 | Add an interrupt handler, and use it to defer colormap updates to the end | Miod Vallat |
2003-06-12 | cannot ever use purge() since dmaed memory is not necessarily aligned always | Michael Shalayeff |
2003-06-12 | There is no sense in calling one function when you really want | Henric Jungheim |
2003-06-12 | final bits of obvious UCB term 3 removal | Theo de Raadt |
2003-06-12 | final bits of obvious UCB term 3 removal | Theo de Raadt |
2003-06-11 | Get rid of the '#if 1' nonsense. | Dale Rahn |
2003-06-11 | Previously DMA/UDMA was disabled on macppc RAMDISK kernels, I have not | Dale Rahn |
2003-06-11 | It is important not to forget "membar(MemIssue)". Got missed | Henric Jungheim |
2003-06-11 | The upgrade script depends upon that, if mount_foo is present on the ramdisk | Miod Vallat |
2003-06-11 | Add pmsi to GENERIC, PR #3251 | Miod Vallat |
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 |
2003-06-10 | - rip out support for a.out and 32-bit kernels | Brad Smith |
2003-06-09 | more 3/4 cleanup for pefo | Theo de Raadt |
2003-06-09 | pefo 3/4 licence cleanups | Theo de Raadt |
2003-06-08 | snprintf needed here. | Miod Vallat |
2003-06-08 | Enable gus again now that it won't panic during probe. | Miod Vallat |
2003-06-06 | - section reorder | Jason McIntyre |
2003-06-06 | Do not bother taking care of the frame buffer flags in the softc, if the | Miod Vallat |
2003-06-06 | Fix a copied constant, mention why a number doesnt match linux, remove | Dale Rahn |
2003-06-06 | There is no point in flushing the data cache all the time. It just creates | Henric Jungheim |
2003-06-06 | Identify Pentium M CPU | Andreas Gunnarsson |
2003-06-05 | Cleanup and enable kauaiata DMA. Tables should be mostly sane | Dale Rahn |
2003-06-05 | Faster ramdac operation, by reducing the delay between register writes, | Miod Vallat |