Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-04 | setroot() was a ugly mix of MI and MD code, with different bugs on different | Theo de Raadt | |
machines. Instead -- build one solid clean MI version, and thenchange all the architectures to use it. ok various people, tested on almost all cases. (it is a 10094 line diff..) | |||
2007-03-18 | Enable pxammc and sdmmc in RAMDISK, too. | Uwe Stuehler | |
2007-03-18 | Support the PXA27x SD/SDIO/MMC controller on Zaurus | Uwe Stuehler | |
We use the suggested workaround for the problem E40 in the PXA27x errata sheet. Unfortunately this limits the bus speed to 9.75Mhz. | |||
2007-02-28 | Add Smart Battery Monitor device driver. Provided by | Alexander Yurchenko | |
Aaron Linville <aaron@linville.org> in PR 5398. | |||
2006-12-09 | Enable udcf(4). | Marc Balmer | |
ok deraadt | |||
2006-11-28 | enable usbf/cdcef, can be used during install (somehow) | Theo de Raadt | |
2006-11-26 | usb client support can be re-enabled | Theo de Raadt | |
2006-11-25 | - disable usbf stuff till the missing header is in; unbreak kernel compile. | Niall O'Higgins | |
2006-11-25 | enable new devices (flash, usbf, cdcef) | Uwe Stuehler | |
2006-11-25 | Initial USB device controller (UDC) and USB CDC Ethernet function support | Uwe Stuehler | |
for PXA27x/Zaurus, not enabled yet; for dlg and dale :) | |||
2006-11-25 | Initial NAND flash support for Zaurus, not enabled yet; prodded by many. | Uwe Stuehler | |
2006-09-27 | Add Maxim/Dallas DS2490 USB 1-Wire adapter driver. | Alexander Yurchenko | |
2006-09-27 | Add files.onewire to all our USB archs, it will be used soon. | Alexander Yurchenko | |
2006-08-18 | add ucycom@uhidev and ucom@ucycom on the usb machines (docs are forthcoming) | Jason Wright | |
2006-08-14 | Enable uslcom(4) and uark(4) on all the USB capable archs. | Jonathan Gray | |
2006-08-11 | add rum(4) on arches where ural(4) is enabled. | Damien Bergamini | |
rum(4) has been tested on i386 by niallo@ and me and on sparc64 by Pablo Mendez Hernandez so I assume it is endian safe and 64bit clean. | |||
2006-07-27 | Compile all kernels with -Wstack-usage-larger-than-2047, now that all | Miod Vallat | |
offending code has been taken out and shot. ok deraadt@ | |||
2006-06-01 | Right at the end of a debug kernel build, the current Makefile copies bsd | Christopher Pascoe | |
(with symbols) to bsd.gdb, then strips bsd. This diff makes it rename the file with symbols, and then asks strip to output the stripped version as bsd. Avoids a potentially lengthy wait when we would otherwise copy the large (50MB+) kernel with debug symbols. ok reyk@ ketennis@ | |||
2006-05-30 | Remove dead toes. | Miod Vallat | |
2006-04-16 | Add commented out cfxga entries. | Miod Vallat | |
2006-03-15 | no more need for aperture | Theo de Raadt | |
2006-02-14 | Homogeneize WSDISPLAY_* option comments (especially on cats) | Miod Vallat | |
2005-12-27 | Instead of using options to configure code, use machine header files | Dale Rahn | |
<machine/intr.h>. On the road to cleanup. | |||
2005-12-20 | switch to using clock4 instead of clock0 so that we get clocks when running | Dale Rahn | |
at 91MHz (clock4 is programmed to be based of the 32.768KHz clock. | |||
2005-11-19 | Only run mkdep on SFILES if there is something in it. pointed out by todd@ | Dale Rahn | |
2005-11-17 | Sharp CE-RH2 remote control driver | Uwe Stuehler | |
2005-08-28 | axe gig needs eephy; noted by dlg/jsg, add to required media | Theo de Raadt | |
2005-07-01 | Move all zaurus specific code from pxa2x0_pcic.c into scoop_pcic.c | Uwe Stuehler | |
without affecting the way the driver works. | |||
2005-06-17 | uipaq/ucom support; written by isis@www.cs.umd.edu | Theo de Raadt | |
2005-06-16 | better comments, and killed the superfluous "wd0 at wdc" | Uwe Stuehler | |
2005-06-16 | i2c and i2s are separete devices, and zaudio depends on them. | Uwe Stuehler | |
2005-06-16 | unbust "com at pxaip" attachment so that there is no need to enable | Uwe Stuehler | |
"com at pcmcia" in RAMDISK as a workaround. | |||
2005-06-16 | back out the part of -r1.40 which enabled ubt. sorry. | Uwe Stuehler | |
2005-05-31 | add pcmcia com* until uwe fixes the code | Theo de Raadt | |
2005-05-27 | The forgotten part of the merge of pxacom back into com. | Uwe Stuehler | |
Also the *CONSOLE options are no longer needed. | |||
2005-05-26 | Add atapiscsi in parallel with scsibus@usb, this only changes system | Dale Rahn | |
that dont have atapiscsi@wdc, fixes zaurus, ok krw@ todd@ | |||
2005-05-09 | Enable clock to STUART unit, and enable com2 in GENERIC and RAMDISK | Uwe Stuehler | |
configurations. The STUARTCONSOLE option doesn't work yet. | |||
2005-05-09 | streamline. | Marc Espie | |
okay drahn@ | |||
2005-05-01 | Fix zaudio dependencies. ok uwe@, pascoe@. | Matthieu Herrb | |
2005-05-01 | spacing; ok miod@ deraadt@ | David Krause | |
2005-04-30 | prettier | Theo de Raadt | |
2005-04-30 | start the job of making things look more alike | Theo de Raadt | |
2005-04-30 | this is not GENERIC | Theo de Raadt | |
2005-04-30 | nice docs at top of GENERIC | Theo de Raadt | |
2005-04-28 | going to need zts on RAMDISK... | Theo de Raadt | |
2005-04-26 | let ramdisks compile after zts changes | Theo de Raadt | |
2005-04-17 | sort usb section | Theo de Raadt | |
2005-04-15 | Add basic audio playback support for the Zaurus SL-C3000. | Christopher Pascoe | |
ok dlg@ drahn@ uwe@ deraadt@ | |||
2005-04-14 | Add basic support for the pxa2x0 DMA controller. | Christopher Pascoe | |
ok deraadt@ dlg@ drahn@ uwe@ | |||
2005-03-31 | order the usb stuff, and remove duplicate config lines for usb at ohci. | David Gwynne | |
fix some spelling while here. ok uwe@ |