Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-17 | a driver for the usb device controller. at the moment it only hardwires the | David Gwynne | |
physical port on a zaurus to the host controller. needs lots of cleanup. ok drahn@ | |||
2005-02-17 | allow intr_establish to be used with any in gpio | David Gwynne | |
ok drahn@ | |||
2005-02-17 | Setup ri_bits before invoking rasops_init(), in case we want to use RI_CLEAR | Miod Vallat | |
in ri_flg someday. | |||
2005-02-17 | ehternet -> ethernet | Miod Vallat | |
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau | |
- sturct -> struct (spotted by pedro) - elimination of consecutive 'the' words ok jmc@, henning@, krw@, robert@, some whining by jolan@ | |||
2005-02-17 | USBVERBOSE | David Gwynne | |
ok deraadt@ drahn@ | |||
2005-02-17 | since usb kthreads are run before / is mounted there is no longer any need | David Gwynne | |
to set the flag on usb to get devices (eg, a keyboard which can be useful if you boot with the -a flag) to attach early. reenable ehci since devices are now attached after the controllers are configured and no longer confused as to which one of them owns a device. ok jsg@ deraadt@ | |||
2005-02-16 | Touchscreen sample stabilization, do multiple reads, average best two. | Dale Rahn | |
2005-02-16 | Filter spurious coordinates on pen up in abolute mode, | Matthieu Herrb | |
2nd and 3rd button emulation in absolute mode, make it the default. ok drahn@. | |||
2005-02-16 | enable rl(4), rlphy(4), pcscp(4) and isp(4) with option ISP_COMPILE_FW | Martin Reindl | |
ok drahn@, brad@ | |||
2005-02-16 | Fix indentation to match similar code block below. | Aaron Campbell | |
2005-02-15 | Add commented entries for Ralink RT2500 driver (ral) | Damien Bergamini | |
2005-02-15 | Enable phys found in various USB devices on more archs. | Jonathan Gray | |
ok brad@, dlg@ | |||
2005-02-14 | remove unused headers (you can guess what i based this code on) and make | David Gwynne | |
the prototypes consistent. ok drahn@ | |||
2005-02-14 | enable atu after lots of prodding by jsg. reported working by Barry Dexter | David Gwynne | |
A. Gonzaga. ok henning@ brad@ | |||
2005-02-14 | Behave correctly in interrupt handlers if no tty has been allocated yet. | Miod Vallat | |
Prevents monkeys pounding on your serial terminal from panicing your kernel before getty gets spawned on the serial ports. dcm(4) looks safe from this problem from code inspection. | |||
2005-02-13 | remove race w/ improper spllowersoftclock() use; miod@ ok; not tested due to ↵ | Michael Shalayeff | |
lack of hw | |||
2005-02-13 | Remove duplicate prototype with <sys/systm.h> | Miod Vallat | |
2005-02-13 | beliving -> believing typo; | Alexander Yurchenko | |
spotted by miod (from the be300 dmesg ;-) | |||
2005-02-13 | Remove __P usage in sys that has crept back in. | Jonathan Gray | |
'Looks fine' millert@, ok miod@ | |||
2005-02-12 | Use cons_decl() instead of rolling our own prototypes. | Miod Vallat | |
2005-02-12 | consinit_active is not used anymore. | Miod Vallat | |
2005-02-12 | enable bktr(4) as it works well; jakemsr@jakemsr.com pr4095 | Peter Valchev | |
2005-02-12 | fix typo | David Gwynne | |
ok drahn@ | |||
2005-02-12 | remove the need for duplicate knowledge between autoconfig and the driver. | David Gwynne | |
ok drahn@ | |||
2005-02-12 | whitespace fix | David Gwynne | |
ok drahn@ | |||
2005-02-11 | for reference purposes it makes more sense to have NetBSD RCSID here; | Martin Reindl | |
also fix a typo in comment | |||
2005-02-10 | Nasty, fix tedu's test case. This needs to be | Tobias Weingartner | |
looked at after release again. Lots of testing. Partial ok from drah@, hshoexer@, others. | |||
2005-02-06 | - get rid of unused code | Martin Reindl | |
- KNF - typos - sync some parts with NetBSD input and review by miod@ | |||
2005-02-03 | remove commented out ncr, siop handles the devices, with and ok dale | Henning Brauer | |
2005-02-03 | enable siop, ok mickey drahn | Henning Brauer | |
2005-02-01 | enable writeback, with a workaround for the xscale pte updates. | Dale Rahn | |
2005-01-31 | spaces | Alexander Yurchenko | |
2005-01-31 | tickadj is already declared in sys/kernel.h. | Alexander Yurchenko | |
ok pefo@ | |||
2005-01-31 | Un-__P. | Alexander Yurchenko | |
ok pefo@ | |||
2005-01-31 | Move md_clk_attach() prototype to mips64/dev/clockvar.h. | Alexander Yurchenko | |
ok pefo@ | |||
2005-01-31 | fix botched tag. | Dale Rahn | |
2005-01-31 | Be sure to always return an error for unrecognized ioctls. Found by matthieu@ | Miod Vallat | |
2005-01-31 | Use pxa2x0_gpio_get_function() to restore alternate pin functions | Uwe Stuehler | |
correctly after writes to the backlight DAC. | |||
2005-01-31 | Make LCD brightness adjustable by wsconsctl(1), and fix the base address | Uwe Stuehler | |
of scoop1 to make it work. ok drahn@ | |||
2005-01-30 | Hack to allow emulation of mouse buttons for now, incorrectly shares | Dale Rahn | |
global between zkbd and zts, until a better solution is found. | |||
2005-01-28 | debug print should not be enabled. | Dale Rahn | |
2005-01-28 | Add zts, touch screen driver for zaurus. | Dale Rahn | |
Currently in it's early stage, instead of an absolute pointing device, it currently does relative, and only in polled mode. | |||
2005-01-28 | Allow zkbd to work in ddb and at the root selection prompt, tested/ok uwe@ | Dale Rahn | |
2005-01-27 | In windowmove(), put another hardware blitter synchronization before | Miod Vallat | |
returning, so that rasops bursts including non-accelerated operations do not have side effects. | |||
2005-01-27 | Fill all fields of intrhand structures not created by bus_intr_allocate(). | Miod Vallat | |
2005-01-27 | long unused and/or documented in better places already | Martin Reindl | |
'no strong objection' hugh@ | |||
2005-01-27 | Add pcmcia_intr_string() to format the intr string for pcmcia attach | Todd C. Miller | |
routines. | |||
2005-01-26 | only attach ohci on chips that actually have the controller | David Gwynne | |
ok drahn@ | |||
2005-01-26 | Moved to sys/arch/zaurus/dev/zaurus_apm.c | Uwe Stuehler | |