summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus
AgeCommit message (Expand)Author
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
2005-05-01Fix zaudio dependencies. ok uwe@, pascoe@.Matthieu Herrb
2005-05-01spacing; ok miod@ deraadt@David Krause
2005-04-30prettierTheo de Raadt
2005-04-30start the job of making things look more alikeTheo de Raadt
2005-04-30this is not GENERICTheo de Raadt
2005-04-30nice docs at top of GENERICTheo de Raadt
2005-04-28+=Theo de Raadt
2005-04-28going to need zts on RAMDISK...Theo de Raadt
2005-04-26enter zbootTheo de Raadt
2005-04-26install in zaurus MANSUBDIRTheo de Raadt
2005-04-26let ramdisks compile after zts changesTheo de Raadt
2005-04-24Do down-sampling of the high-resolution touch pad events in kernel,Uwe Stuehler
2005-04-21Move i2c open/close from callers into zaudio_standby. Fixes an error path.Christopher Pascoe
2005-04-21provide pgup, pgdown, home and end by using fn with the arrow keys.David Gwynne
2005-04-21correct idiom for snprintf failure handling; ok beckTheo de Raadt
2005-04-20er, maybe notTheo de Raadt
2005-04-20enter zboot for all architecturesTheo de Raadt
2005-04-19describe the zaurus boot(8) program; review/suggestions by jmc@Uwe Stuehler
2005-04-19newline after attach; ok deraadt@Damien Miller
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-04-17sort usb sectionTheo de Raadt
2005-04-16Look for OpenBSD disklabel on the first eight hd devices, and after aUwe Stuehler
2005-04-16support a "clear" command to clear the broken Linux console. grmpf.Uwe Stuehler
2005-04-16let ld find it's _start() symbol.Uwe Stuehler
2005-04-16don't print the additional "exit" message on exit.Uwe Stuehler
2005-04-15Add TODO list for zaudio.Christopher Pascoe
2005-04-15Add basic audio playback support for the Zaurus SL-C3000.Christopher Pascoe
2005-04-14Add basic support for the pxa2x0 DMA controller.Christopher Pascoe
2005-04-13Resume only if the lid is open and the power key pressed. Also fixUwe Stuehler
2005-04-13boot when then timeout expires; prodded by drahn@ dlg@ and othersUwe Stuehler
2005-04-11- eliminate extra powerhook in pxalcd, inspired by ohci changesUwe Stuehler
2005-04-11use zapm functions to power down or restartUwe Stuehler
2005-04-11- generate power change and battery low eventsUwe Stuehler
2005-04-08Synchronize ADS7846 communication and LCD refresh so as to avoid jitterUwe Stuehler
2005-04-08new functions for a unified interface to all chips.Uwe Stuehler
2005-03-31order the usb stuff, and remove duplicate config lines for usb at ohci.David Gwynne
2005-03-30- Enable charging properly, avoiding the stuck "battery full" signal.Uwe Stuehler
2005-03-29Changed On/Off button behaviour (unless the lid is closed):Uwe Stuehler
2005-03-29Shrink kernel image buffer from 8M to 5M (no kernel should be that big),Uwe Stuehler
2005-03-26- Parse boot arguments like on other platforms and handle common flags.Uwe Stuehler
2005-03-18enable ural since it works fine here tooDavid Gwynne
2005-03-16permit ramdisks to compileTheo de Raadt
2005-03-15s/IPL_BIO/IPL_TTY. ok drahn@, deraadt@Uwe Stuehler
2005-03-15Seperate delay for discharge and charge, otherwise discharge period may notDale Rahn
2005-03-15Try harder to prevent spurious touch screen 'down' events.Dale Rahn
2005-03-15Restructure the keyboard code so that the keys in rawkey are always sentDale Rahn
2005-03-13Read the battery voltage once and pass that value around. This fixes aUwe Stuehler
2005-03-11- apm(8) can now report the estimated number of minutes left.Uwe Stuehler