Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-15 | no more need for aperture | Theo de Raadt | |
2006-03-12 | remove splimp. | Brad Smith | |
2006-02-14 | Homogeneize WSDISPLAY_* option comments (especially on cats) | Miod Vallat | |
2006-02-02 | Backout lcd_suspend on lid close, found to cause crashes. | Dale Rahn | |
requested by jolan, prodded by bob. | |||
2006-01-17 | Upon halt, invoke resettodr() on arm platforms, unless we have been sitting | Miod Vallat | |
in DDB; tested at least by aanriot@ | |||
2006-01-15 | cope with the int vs long changes to size_t | Theo de Raadt | |
2006-01-10 | need sys/types.h for vaddr_t | Jolan Luff | |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller | |
rename the types using the __ protected namespace (e.g. __size_t). Idea from FreeBSD. | |||
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-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat | |
which duplicates work done by uvm_swap_init(). | |||
2005-12-22 | disable lcd (dma) when screen is closed. in theory this should speed | Theo de Raadt | |
up the memory subsystem performance making the processor run faster. but in tests i do not see this. maybe we also need to tweak the system bus arbiter ARB_CNTRL to grant more bus cycles to the cpu? | |||
2005-12-22 | last change by me was wrong; do not setperf 2x on wakeup | Theo de Raadt | |
2005-12-21 | sysctl machdep.lidsuspend=1 makes screen closures to cause a suspend. | Theo de Raadt | |
(opening the screen does not yet wake the machine up, not yet sure if that is even possible yet) | |||
2005-12-20 | remove old #if 0 chunks no longer needed for debug | Theo de Raadt | |
2005-12-20 | at power events, call zkbd_hinge() to update the lcd state as well; ok drahn | Theo de Raadt | |
bug reported in pr 4944 | |||
2005-12-20 | upon wakeup, take us back to the speed we were at; ok drahn | Theo de Raadt | |
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-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat | |
instead; looked at millert@ | |||
2005-12-16 | move the section on updating bootblocks into the man body | Jason McIntyre | |
of the page; | |||
2005-12-15 | tweaks; | Jason McIntyre | |
2005-12-15 | document horrific bootblock upgrade "procedure" | Theo de Raadt | |
2005-12-14 | Don't hard-code card present and number of socket bits in the PCMCIA bus | Uwe Stuehler | |
configuration register, but control these bits from PCMCIA code. ok drahn@ | |||
2005-12-14 | Remove useless crap that was there from the beginning. One particular | Uwe Stuehler | |
tweak only prevented access to the flash controller. | |||
2005-12-01 | fix #endif crud | Theo de Raadt | |
2005-11-25 | splimp -> splhigh in setroot()/rootconf(). | Brad Smith | |
ok miod@ drahn@ | |||
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt | |
cruft for old compilers and environments. there may be a 2nd round of polishing after this; ok miod and others | |||
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-11-12 | do not print boot_file, noone cares | Theo de Raadt | |
2005-11-11 | remove old debug code in boot() | Theo de Raadt | |
2005-11-11 | first key is scanned based on interrupt. but if a key is held down | Theo 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-11 | make 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-04 | RCS Id tag | Uwe Stuehler | |
2005-10-31 | show the speed status in hw.cpuspeed; ok drahn | Theo de Raadt | |
2005-10-31 | On suspend/resume save the current time to the RTC earlier and restore it later | Dale 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-17 | boot uses abstract 'hd' device names, and 'set tty' works | Uwe Stuehler | |
2005-09-15 | Stop compiling the texte console rotation code #ifdef __zaurus__, but use | Miod 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-28 | axe gig needs eephy; noted by dlg/jsg, add to required media | Theo de Raadt | |
2005-08-18 | Make zaudio(4) work like a laptop, so that when you plug your headphones | Robert 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 FILES | Jason McIntyre | |
- for amd64/i386 add /bsd.mp to FILES ok tom@ | |||
2005-07-01 | relax header dependencies | Uwe Stuehler | |
2005-07-01 | - New macros to identify the zaurus model. | Uwe Stuehler | |
- Updated constants in zaurus_reg.h. | |||
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 | Kill __HAVE_NWSCONS harder. | Miod Vallat | |