summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2005-03-05Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code.Thierry Deval
2005-03-05Now that xbox sort-of works on sparc64, port the cgtwelve driver, sinceMiod Vallat
2005-03-05Preliminary xbox support: attaches, memory mapping and interrupts work, butMiod Vallat
2005-03-04for consistency, use preempt(NULL)Martin Reindl
2005-03-04match a bunch more Nubus cards from NetBSD;Martin Reindl
2005-03-03Support APM_IOC_PRN_CTL, and machdep.apmwarn as documented in apm(4), andUwe Stuehler
2005-03-03Unbreak sun4/4c; my bad, spotted by nick@Miod Vallat
2005-03-03Sync a few comments with reality.Miod Vallat
2005-03-03Sort frame buffer section and remove rasops32 dependencies from cgfourteen,Miod Vallat
2005-03-03Do not attempt to read past firmware data in rfx_initialize().Miod Vallat
2005-03-02fix obviously wrong macro (unnoticed since it is currently unused)David Gwynne
2005-03-02Support for SUNW,fas SCSI, currently restricted to the lower 8 targets dueMiod Vallat
2005-03-01Print display resolution as %dx%d, not %d x %d.Miod Vallat
2005-03-01only call eaio_l2() if kernel has support for pcxl2 compiled in; from weissma...Michael Shalayeff
2005-02-28Store interrupt state in one variable not two, remove inlines whichDale Rahn
2005-02-28Provide inittodr and resettodr for xscale, remove them from sa11x0, andUwe Stuehler
2005-02-27Move wsdisplay-only prototypes declarations in the #if NWSDISPLAY > 0 blockMiod Vallat
2005-02-27Document how to set CONSCODE to point to an SGC device if one wants to forceMiod Vallat
2005-02-27Split sti softc in two structures, one device-related for regular deviceMiod Vallat
2005-02-27Invoke hp300_cninit() twice, with a global variable letting theMiod Vallat
2005-02-27Decide whether to force serial console on the 425e based upon the serviceMiod Vallat
2005-02-27Use the DMA defines from dev/ic/lsi64854reg.h whenever possible; no functionalMiod Vallat
2005-02-25Enable re(4) on alpha.Jonathan Gray
2005-02-24Don't use inline assembly for cpuid instruction, it clobbersAlexander Yurchenko
2005-02-24Workaround for a suspend problem when building on the zaurus.Dale Rahn
2005-02-24do not even ask for btlb on 8k cpus as pdc pretends there is some but then it...Michael Shalayeff
2005-02-24add wax@uturn; found on c180Michael Shalayeff
2005-02-23shrinkDavid Gwynne
2005-02-23do not permit a suspend if the lid is closed; uwe okTheo de Raadt
2005-02-23Make no distinction between standby and suspend requests for now.Uwe Stuehler
2005-02-23A healthy dose of 'die static'.Dale Rahn
2005-02-23Add missing copyright.Dale Rahn
2005-02-23fix copyright, use pxa2x0_gpio_intr_string()Dale Rahn
2005-02-23Move code from zaurus machdep to arm/xscale to live with the interruptDale Rahn
2005-02-22Interrupt naming as provided by other interrupt handlers.Dale Rahn
2005-02-22- Shift the brightness scale so that 0% still keeps the backlight on.Uwe Stuehler
2005-02-22call zkbd_hinge() at attach time, to init sc_hinge; drahn okTheo de Raadt
2005-02-22Be sure to attach the console keyboard, if any, before prompting for anMiod Vallat
2005-02-22Initial suspend/resume code with additional powerhooks. Enter/exitUwe Stuehler
2005-02-22add hme(4) RX TCP/UDP checksum offloadBrad Smith
2005-02-22typoAlexander Yurchenko
2005-02-22regenMichael Shalayeff
2005-02-22based on hinge buttons, do screen blanking. uwe and i agree thatTheo de Raadt
2005-02-22sync to pckbd.c change: send enable after resetMichael Shalayeff
2005-02-22Allow SUN4 kernels to compile; spotted by marc@Miod Vallat
2005-02-21enable ralTheo de Raadt
2005-02-21remove unused headerDavid Gwynne
2005-02-20A better console test.Miod Vallat
2005-02-20overhaul macrom code from NetBSD:Martin Reindl
2005-02-20Feature-sync boot() with other platforms:Miod Vallat