summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus
AgeCommit message (Collapse)Author
2005-12-01fix #endif crudTheo de Raadt
2005-11-25splimp -> splhigh in setroot()/rootconf().Brad Smith
ok miod@ drahn@
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
cruft for old compilers and environments. there may be a 2nd round of polishing after this; ok miod and others
2005-11-19Only run mkdep on SFILES if there is something in it. pointed out by todd@Dale Rahn
2005-11-17Sharp CE-RH2 remote control driverUwe Stuehler
2005-11-12do not print boot_file, noone caresTheo de Raadt
2005-11-11remove old debug code in boot()Theo de Raadt
2005-11-11first key is scanned based on interrupt. but if a key is held downTheo de Raadt
(ie. shift) then we cound on timeouts to re-scan the keyboard. 8 scans a second was too slow. change to 20 scans a second, which makes (hit the keys repeatedly, do not use auto-repeat) NNNNNN work just like nnnnnn does. ok drahn, sort of ok-chatter from miod
2005-11-11make power button cause suspend after .25 seconds (was 3 seconds)Theo de Raadt
and safe-shutdown after 3 seconds (was 6 seconds) ok uwe semi-ok drahn we will see if anyone wants these numbers fudged more in the future
2005-11-04RCS Id tagUwe Stuehler
2005-10-31show the speed status in hw.cpuspeed; ok drahnTheo de Raadt
2005-10-31On suspend/resume save the current time to the RTC earlier and restore it laterDale Rahn
so that the very long delay operations do not slow the clock unnecessarily. Add early support for hw.setperf and hw.cpuspeed for zaurus, it appears to be able to run at 91MHz and 209MHz as well as the std 416MHz with this change. Hopefully it is doing the speed changes correctly.
2005-09-17boot uses abstract 'hd' device names, and 'set tty' worksUwe Stuehler
2005-09-15Stop compiling the texte console rotation code #ifdef __zaurus__, but useMiod Vallat
a flag in the rasops_info structure; drivers which may use it shall declare a specific attribute for the config(8) machinery, so that the necessary code is compiled in. In addition to this, rotated font computation is now done on-demand, and a list of unrotated-rotated font cookie pairs is kept, rather than rotating all built-in wsfonts at initialization time. No user-perceptible functional change. Tested matthieu@ uwe@, ok uwe@
2005-08-28axe gig needs eephy; noted by dlg/jsg, add to required mediaTheo de Raadt
2005-08-18Make zaudio(4) work like a laptop, so that when you plug your headphonesRobert Nagy
into the plug it changes the mute values so the speaker will be muted and the headphones will be unmuted. If you unplug the headphones, it will change everything back to the default state. help and ok from uwe@ pascoe@; tested by others
2005-07-15- add /bsd.rd to FILESJason McIntyre
- for amd64/i386 add /bsd.mp to FILES ok tom@
2005-07-01relax header dependenciesUwe Stuehler
2005-07-01- New macros to identify the zaurus model.Uwe Stuehler
- Updated constants in zaurus_reg.h.
2005-07-01Move all zaurus specific code from pxa2x0_pcic.c into scoop_pcic.cUwe Stuehler
without affecting the way the driver works.
2005-06-17uipaq/ucom support; written by isis@www.cs.umd.eduTheo de Raadt
2005-06-16better comments, and killed the superfluous "wd0 at wdc"Uwe Stuehler
2005-06-16i2c and i2s are separete devices, and zaudio depends on them.Uwe Stuehler
2005-06-16unbust "com at pxaip" attachment so that there is no need to enableUwe Stuehler
"com at pcmcia" in RAMDISK as a workaround.
2005-06-16back out the part of -r1.40 which enabled ubt. sorry.Uwe Stuehler
2005-05-31add pcmcia com* until uwe fixes the codeTheo de Raadt
2005-05-27Kill __HAVE_NWSCONS harder.Miod Vallat
2005-05-27The forgotten part of the merge of pxacom back into com.Uwe Stuehler
Also the *CONSOLE options are no longer needed.
2005-05-27- Merge changes from pxacom back into the common com driver.Uwe Stuehler
Changes to the common com driver (partly from NetBSD): - Multiply before divide in comspeed() to avoid overflow (from NetBSD). - Don't call getc() and send -1 if the output queue is empty. - Take UART clock frequency as a parameter instead of using COM_FREQ. ok deraadt@
2005-05-27oops! printf -> DPRINTFUwe Stuehler
2005-05-27- raise the "critical" battery level a bit to suspend earlierUwe Stuehler
- stop charging if the battery compartment is unlocked - control charging while suspended in zapm_poll(), too - avoid panic when rebooting before the driver is attached
2005-05-26add the "wait for disk to become ready" hack which got removed inUwe Stuehler
the 2.08 version of zboot
2005-05-26Add atapiscsi in parallel with scsibus@usb, this only changes systemDale Rahn
that dont have atapiscsi@wdc, fixes zaurus, ok krw@ todd@
2005-05-26Reset the zaurus audio components after resume, so that subsequent opensChristopher Pascoe
can play sound again.
2005-05-26No need to clock i2s during i2c operations, so don't. Relocate i2cChristopher Pascoe
open/close into init routine.
2005-05-25Resample the hinge value on wakeup, prevent 'hung' keyboard on returnDale Rahn
from suspend.
2005-05-24byeUwe Stuehler
2005-05-24bump to version 2.08, addingUwe Stuehler
- serial console support - hard disk names hd0..hdN earlier version tested by drahn@
2005-05-24serial console supportUwe Stuehler
2005-05-23Cleanup leading and trailing whitespace.Christopher Pascoe
2005-05-23Headphone output and volume control support.Christopher Pascoe
ok dlg@
2005-05-12Minimal terminal line discipline support to stop the boot timeoutUwe Stuehler
after the first keystroke, as on other platforms.
2005-05-11prettier; ok uweTheo de Raadt
2005-05-10enter ddb thru alt-escape.Marc Espie
okay miod@, uwe@
2005-05-09Enable clock to STUART unit, and enable com2 in GENERIC and RAMDISKUwe Stuehler
configurations. The STUARTCONSOLE option doesn't work yet.
2005-05-09Added comments, and a new function to control the infrared LED.Uwe Stuehler
2005-05-09Bump version to 2.07. Since the initial version 2.06, symbol tableUwe Stuehler
loading and a few workarounds have been added.
2005-05-09streamline.Marc Espie
okay drahn@
2005-05-06make tags and links work, and use all sourcesUwe Stuehler
2005-05-02Load the symbol table to the end of data/bss, and account for it whenUwe Stuehler
setting up the kernel page table. Makes ddb more usable (when used together with an unrotated console :)