summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2003-06-25fix _set_ functions as found while debugging an@stpMichael Shalayeff
2003-06-24... and it must compile, too. Doh.Miod Vallat
2003-06-24io_alloc must provide working bus_space tag and handles...Miod Vallat
2003-06-24a.out emulation for dynamic binaries: intercept the right system callsMarc Espie
2003-06-24Use the common Power9000 definitions.Miod Vallat
2003-06-24Add a "where" argument to the sparc64 interrupt code. This lets usHenric Jungheim
2003-06-24Revert the addition of the blanking code - it will corrupt displays after longMiod Vallat
2003-06-24For now depend on the gccism __CHAR_UNSIGNED__ to define if we have (un)signedDale Rahn
2003-06-23bus_space_*_raw*_1() do not exist; drahn@ okMichael Shalayeff
2003-06-23*_raw_*_1() functions do not existMichael Shalayeff
2003-06-23no need to check nintr late in the code... it's verified pretty earlyJason Wright
2003-06-23Properly account for fast interrupt vectors; this was accidentally brokenMiod Vallat
2003-06-23strange things happen if we ack latched lasi ints on older machinesMichael Shalayeff
2003-06-23Remove some debugging cruft.Jason Wright
2003-06-23Attachment glue for stp and tslot drivers, and add them, as well as wi0,Miod Vallat
2003-06-23Driver for the pcmcia slots in the Tadpole SPARCbook machines.Miod Vallat
2003-06-23Split the stp driver into its core, and md attachment routines, and provideMiod Vallat
2003-06-23Add a very straightforward subset of the bus_space API, where all functionsMiod Vallat
2003-06-23Handle SBus cards with an "interrupts" property but no "intr" property.Miod Vallat
2003-06-23Fix NAP/DOZE sleeping on powerpc. also on newer 745x machines use NAP notDale Rahn
2003-06-20Screen blanker routine for Creator, adapted from the X11 sunffb driver code.Miod Vallat
2003-06-19ack all unmasked cpu interrupts here to cancel effect of device probing activ...Michael Shalayeff
2003-06-18oops, missed this part of the hme vlan stuffJason Wright
2003-06-18configure the interface to properly support vlan framesJason Wright
2003-06-18Oops, previous commit removed the rcsid by mistake.Miod Vallat
2003-06-18Rename p9k to pninek, since device base names with digits are confusing;Miod Vallat
2003-06-18When reporting unknown sbus hardware, also report the hardware class (audio,Miod Vallat
2003-06-17New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445Miod Vallat
2003-06-17Extend the sunfb structure to take care of the PROM cursor positionMiod Vallat
2003-06-17typosJean-Francois Brousseau
2003-06-16Use a slightly better way to intuit the memory/mmio PCI regions,Dale Rahn
2003-06-16Nuke a few more data and code superseded by the fb api.Miod Vallat
2003-06-16Adapt to the fbxxx() API.Miod Vallat
2003-06-16Provide the same fbxxx() api as on sparc, in order to factorize more codeMiod Vallat
2003-06-16correct sense of rate check... oops.Jason Wright
2003-06-16rate setting is best effort, not precise, so figure out the closest sampleJason Wright
2003-06-16Check for the backlight control on the stdout_node (the LCD) rather thanDale Rahn
2003-06-15Fix the logic in the interrupt handler, and reenable colormap updatesMiod Vallat
2003-06-15don't define _LP64 here.Brad Smith
2003-06-14add support for: ulinear_le, ulinear_be, ulinear:16 (partially based onJason Wright
2003-06-13eraserows() was missing a coordinate address latch.Miod Vallat
2003-06-13g/c an useless define.Miod Vallat
2003-06-13no more "option _LP64".Brad Smith
2003-06-13em fitsTheo de Raadt
2003-06-13Fix lower right edge bounds for quad operations.Miod Vallat
2003-06-13Accelerated text console routines, using the Power 9100 drawing engine.Miod Vallat
2003-06-12Add an interrupt handler, and use it to defer colormap updates to the endMiod Vallat
2003-06-12cannot ever use purge() since dmaed memory is not necessarily aligned alwaysMichael Shalayeff
2003-06-12There is no sense in calling one function when you really wantHenric Jungheim
2003-06-12final bits of obvious UCB term 3 removalTheo de Raadt