summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2005-02-27Move wsdisplay-only prototypes declarations in the #if NWSDISPLAY > 0 blockMiod Vallat
so that kernels with no frame buffer drivers can compile; spotted by marc@
2005-02-27Document how to set CONSCODE to point to an SGC device if one wants to forceMiod Vallat
the console.
2005-02-27Split sti softc in two structures, one device-related for regular deviceMiod Vallat
attachment and interface, one screen-attached for the real work. The attachment code is now required to decide whether sti_end_attach() is run immediately, or as a startuphook. This allows hp300 to initialize sti early, and use it as a console; hppa is functionally unchanged, as it uses the PROM console until the root device is mounted.
2005-02-27Invoke hp300_cninit() twice, with a global variable letting theMiod Vallat
console-dependent routines know which pass they are being invoked in. The first pass is the usual console detection code. The second pass runs after uvm is initialized, and will allow devices which need VM services to run to claim the console.
2005-02-27Decide whether to force serial console on the 425e based upon the serviceMiod Vallat
switch, which is a physical switch on this model, unlike other frodo-based hp300. Service mode will now select serial console, while normal mode will select graphics console.
2005-02-27Use the DMA defines from dev/ic/lsi64854reg.h whenever possible; no functionalMiod Vallat
change. ok deraadt@
2005-02-25Enable re(4) on alpha.Jonathan Gray
2005-02-24Don't use inline assembly for cpuid instruction, it clobbersAlexander Yurchenko
registers that are used by gcc. Use cpuid() function instead like all others do. Problem noticed by david@. ok tom@
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 ↵Michael Shalayeff
it does not work; found w/ Moritz Kiese <mbk@mytum.de> on c180; add a debug print and fix pcxu entry
2005-02-24add wax@uturn; found on c180Michael Shalayeff
2005-02-23shrinkDavid Gwynne
ok drahn@
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
handler where it belongs code had been de-inlined to the wrong file.
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
- Separate wsconsctl display.backlight from display.brightness parameter. - Set brightness to approximately 40% on startup, since we cannot read the current brightness level yet. - Restore the current brightness on resume. ok drahn@
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
alternate root device if boot -a.
2005-02-22Initial suspend/resume code with additional powerhooks. Enter/exitUwe Stuehler
suspend mode with power button or zzz. May not work for everyone yet. ok drahn@ and deraadt@
2005-02-22add hme(4) RX TCP/UDP checksum offloadBrad Smith
Based on a diff posted to sparc@ by Pyun YongHyeon
2005-02-22typoAlexander Yurchenko
2005-02-22regenMichael Shalayeff
2005-02-22based on hinge buttons, do screen blanking. uwe and i agree thatTheo de Raadt
later on we should look at debouncing the buttons, as the current code may lead to rapid display on/off cycles, which might be hard on the battery; uwe ok
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
- simplify the asm constraints in mrg_aline_super() - generate a SIGILL for user-mode A-line traps - cleanup, KNF, whitespace nitpicking and minor other updates ok miod@
2005-02-20Feature-sync boot() with other platforms:Miod Vallat
- run shutdown hooks. - do not turn reboot into halt if cold and invoked from ddb. ok deraadt@
2005-02-20Do not pass 68060-specific compiler flags anymore.Miod Vallat
2005-02-20Link uboot with libgcc for quad arithmetic now that gcc won't emit theseMiod Vallat
instructions natively.
2005-02-19add dc@cardbusBrad Smith
2005-02-19set the gpios in the right placeDavid Gwynne
ok drahn@
2005-02-18remove all the cruft i had in there while trying to figure this stuff outDavid Gwynne
ok drahn@
2005-02-18enable pxaudc. clean up the ohci line in the RAMDISK while im hereDavid Gwynne
ok drahn@
2005-02-18fix zlib's homepage; ok henning@, jmc@Robert Nagy
2005-02-17== has a higher priority than &, so put braces wherever necessary; from cloder@Miod Vallat
2005-02-17How he wanted it work, from/ok miod@Dale Rahn
2005-02-17untested, no ok, and it broke. revert.Dale Rahn
2005-02-17whitespace nitDavid Gwynne
ok drahn@
2005-02-17a driver for the usb device controller. at the moment it only hardwires theDavid Gwynne
physical port on a zaurus to the host controller. needs lots of cleanup. ok drahn@
2005-02-17allow intr_establish to be used with any in gpioDavid Gwynne
ok drahn@
2005-02-17Setup ri_bits before invoking rasops_init(), in case we want to use RI_CLEARMiod Vallat
in ri_flg someday.
2005-02-17ehternet -> ethernetMiod Vallat
2005-02-17miscellaneous typo fixes:Jean-Francois Brousseau
- sturct -> struct (spotted by pedro) - elimination of consecutive 'the' words ok jmc@, henning@, krw@, robert@, some whining by jolan@