Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-26 | Moved to sys/arch/zaurus/dev/zaurus_apm.c | Uwe Stuehler | |
2005-01-26 | New device for the dedicated SSP unit, automatic battery charging, and | Uwe Stuehler | |
reporting the remaining battery life to apmd(8). ok drahn@ | |||
2005-01-25 | map Fn to something for now. | Dale Rahn | |
2005-01-25 | Enable the COMPAT ioctls to allow X to switch VTs. | Dale Rahn | |
2005-01-25 | Enable mavb(4). | Mark Kettenis | |
go for it miod@ | |||
2005-01-25 | Do not write anything when ignoring cl interrupts not for us; this kills | Miod Vallat | |
M8120, since cl0 and cl1 share the same interrupt, and cl1 would warn, using cl0 as the console, and an infinite loop would occur. Spotted by Christian Groessler, thanks! | |||
2005-01-24 | Ok, this driver is being abused and used on pxa270, however it's OS timer clock | Dale Rahn | |
rate is different. set the time to the correct value for pxa270, defaulting to the old value on other processors. | |||
2005-01-24 | Pass boot arguments from zboot/zbsdmod to the loaded kernel, and cope | Uwe Stuehler | |
with 32-bit lseek() in zboot (make 'boot' and 'ls' work above 2G). ok drahn@ | |||
2005-01-24 | Switch hp300 wscons code to rasops, for DIO frame buffers. | Miod Vallat | |
Features: - coloured kernel messages - color support in console (use TERM=wsvt25) - pretty Gallant wsfont, rather than the acceptable or ugly (depending upon the frame buffer) ROM font - colormap ioctl support for Gatorbox and Topcat; DaVinci and Renaissance not done due to lack of hardware and/or documentation - even more code factorization tested on hyperion, and 4/6/8bpp catseye/topcat/kathmandu hardware, by millert@ and I | |||
2005-01-24 | Fix MACE ISA ringbuffer alignment. | Mark Kettenis | |
2005-01-24 | Tweak mixer label. Whitespace. | Mark Kettenis | |
2005-01-24 | Do not attach hilkbd as console if we are running on a serial console. | Miod Vallat | |
2005-01-24 | fix a couple of comments | David Gwynne | |
ok drahn@ | |||
2005-01-23 | use register names instead of numbers | Michael Shalayeff | |
2005-01-23 | bus_space_map() sti regions with BUS_SPACE_MAP_CACHEABLE if they have the | Miod Vallat | |
cache bit set in the region descriptor. Halves sti processing time on hp300. ok mickey@ | |||
2005-01-23 | Enable sgc and sti. | Miod Vallat | |
2005-01-23 | Two sti(4) changes necessary for hp300: | Miod Vallat | |
- specify which microcode bank (pa or m68k) to use at attachment time. - compensate for broken 8.02 m68k code which reports wrong frame buffer offset. ok mickey@ | |||
2005-01-23 | generate .size for asm objects too (and kill *end labels) | Michael Shalayeff | |
2005-01-23 | better print for ill insns -- just print a hex instead of questionable marks | Michael Shalayeff | |
2005-01-23 | Kill redundant or unnecessary includes. | Miod Vallat | |
2005-01-22 | Honour wsconsctl display.vblank setting. | Miod Vallat | |
2005-01-22 | Unbreak cats build. My apologies! | Uwe Stuehler | |
ok drahn@ | |||
2005-01-21 | Oops, revert changes not intended to be commited in previous commit. | Miod Vallat | |
2005-01-21 | Overhaul of the pxa2x0_lcd code, to allow early (before autoconf) attachment, | Miod Vallat | |
and collateral changes. Because this driver requires us_dma (and as such, vm services) to work, it can not be selected in consinit(). Instead, add a hook to the arm cpu_startup() which will, on zaurus, switch console from serial (selected in consinit()) to lcd. This also makes the zaurus-specific early pxa2x0_clkman() substitute code cleaner. While there, move boot -c handling later, after the glass console is set up. Tested by drahn@ and uwe@ | |||
2005-01-20 | Enable apm/scoop drivers and report A/C power status correctly. | Uwe Stuehler | |
ok drahn@ | |||
2005-01-20 | missing arch in .Dt; | Jason McIntyre | |
2005-01-20 | ARM is strict alignment (practically) so let the kernel know this. ok miod@ | Dale Rahn | |
2005-01-19 | Oops, repair stand/ by putting copies of the old grf/ite include files | Miod Vallat | |
in stand/include until they are cleaned up. | |||
2005-01-19 | Cleanups, missing licenses and RCS tags. | Uwe Stuehler | |
ok drahn@ | |||
2005-01-19 | Report the appropriate wsdisplay types to WSDISPLAYIO_GTYPE. | Miod Vallat | |
2005-01-19 | APM emulation framework and zaurus scoop driver. Not enabled yet. | Uwe Stuehler | |
ok drahn@, deraadt@ | |||
2005-01-18 | Better keys, now uses the wskbdraw.h header files defines. | Dale Rahn | |
2005-01-18 | Better colormap recovery after X11 exits. | Miod Vallat | |
2005-01-18 | Colormap handling for topcat; Xwsfb now runs. | Miod Vallat | |
2005-01-18 | Enable WSDISPLAY_COMPAT_RAWKBD | Miod Vallat | |
2005-01-18 | X/zkbd is close enough to working. | Dale Rahn | |
2005-01-18 | some cleanup and fix a nasty bug in rawmode. | Dale Rahn | |
2005-01-18 | Add hotplug support. | Dale Rahn | |
2005-01-18 | Add hotplug support. | Dale Rahn | |
2005-01-18 | Clean up pxapcic attachment code, make it closer to easy to split the | Dale Rahn | |
driver. Also attach the slots in reverse order, so that the internal HD on C3000 always is wd0. | |||
2005-01-18 | Move rm7000.h file from sgi to mips64. | Alexander Yurchenko | |
ok pefo@ miod@ | |||
2005-01-18 | In phys_badaddr() when probe fails, restore the correct PROM bus error | Miod Vallat | |
handle callback (i.e. fix a typo). | |||
2005-01-18 | Correct mmap() bounds check. | Miod Vallat | |
2005-01-18 | Nearly working RAWKEY support, needs a lot of cleaning, but getting there. | Dale Rahn | |
first portion of poll support. Shouldn't change std key input. | |||
2005-01-17 | Wait for disk to spin down before reboot. Should avoid unexpected fscks. | Uwe Stuehler | |
ok drahn@ | |||
2005-01-17 | Hypo in comments | Miod Vallat | |
2005-01-17 | remove stale todo-comment | Michael Shalayeff | |
2005-01-17 | Compute sti ROM size and map it exactly, rather than using a supposedly | Miod Vallat | |
large enough constant. | |||
2005-01-17 | proper fault address selection (list all possible pc-based traps) | Michael Shalayeff | |
2005-01-17 | proper non-access fault handlers and probe emulations; testing by pval@ ↵ | Michael Shalayeff | |
miod@ deraadt@ |