Age | Commit message (Expand) | Author |
2003-06-25 | fix _set_ functions as found while debugging an@stp | Michael Shalayeff |
2003-06-24 | ... and it must compile, too. Doh. | Miod Vallat |
2003-06-24 | io_alloc must provide working bus_space tag and handles... | Miod Vallat |
2003-06-24 | a.out emulation for dynamic binaries: intercept the right system calls | Marc Espie |
2003-06-24 | Use the common Power9000 definitions. | Miod Vallat |
2003-06-24 | Add a "where" argument to the sparc64 interrupt code. This lets us | Henric Jungheim |
2003-06-24 | Revert the addition of the blanking code - it will corrupt displays after long | Miod Vallat |
2003-06-24 | For now depend on the gccism __CHAR_UNSIGNED__ to define if we have (un)signed | Dale Rahn |
2003-06-23 | bus_space_*_raw*_1() do not exist; drahn@ ok | Michael Shalayeff |
2003-06-23 | *_raw_*_1() functions do not exist | Michael Shalayeff |
2003-06-23 | no need to check nintr late in the code... it's verified pretty early | Jason Wright |
2003-06-23 | Properly account for fast interrupt vectors; this was accidentally broken | Miod Vallat |
2003-06-23 | strange things happen if we ack latched lasi ints on older machines | Michael Shalayeff |
2003-06-23 | Remove some debugging cruft. | Jason Wright |
2003-06-23 | Attachment glue for stp and tslot drivers, and add them, as well as wi0, | Miod Vallat |
2003-06-23 | Driver for the pcmcia slots in the Tadpole SPARCbook machines. | Miod Vallat |
2003-06-23 | Split the stp driver into its core, and md attachment routines, and provide | Miod Vallat |
2003-06-23 | Add a very straightforward subset of the bus_space API, where all functions | Miod Vallat |
2003-06-23 | Handle SBus cards with an "interrupts" property but no "intr" property. | Miod Vallat |
2003-06-23 | Fix NAP/DOZE sleeping on powerpc. also on newer 745x machines use NAP not | Dale Rahn |
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 |