summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2005-02-15Enable phys found in various USB devices on more archs.Jonathan Gray
2005-02-14remove unused headers (you can guess what i based this code on) and makeDavid Gwynne
2005-02-14enable atu after lots of prodding by jsg. reported working by Barry DexterDavid Gwynne
2005-02-14Behave correctly in interrupt handlers if no tty has been allocated yet.Miod Vallat
2005-02-13remove race w/ improper spllowersoftclock() use; miod@ ok; not tested due to ...Michael Shalayeff
2005-02-13Remove duplicate prototype with <sys/systm.h>Miod Vallat
2005-02-13beliving -> believing typo;Alexander Yurchenko
2005-02-13Remove __P usage in sys that has crept back in.Jonathan Gray
2005-02-12Use cons_decl() instead of rolling our own prototypes.Miod Vallat
2005-02-12consinit_active is not used anymore.Miod Vallat
2005-02-12enable bktr(4) as it works well; jakemsr@jakemsr.com pr4095Peter Valchev
2005-02-12fix typoDavid Gwynne
2005-02-12remove the need for duplicate knowledge between autoconfig and the driver.David Gwynne
2005-02-12whitespace fixDavid Gwynne
2005-02-11for reference purposes it makes more sense to have NetBSD RCSID here;Martin Reindl
2005-02-10Nasty, fix tedu's test case. This needs to beTobias Weingartner
2005-02-06- get rid of unused codeMartin Reindl
2005-02-03remove commented out ncr, siop handles the devices, with and ok daleHenning Brauer
2005-02-03enable siop, ok mickey drahnHenning Brauer
2005-02-01enable writeback, with a workaround for the xscale pte updates.Dale Rahn
2005-01-31spacesAlexander Yurchenko
2005-01-31tickadj is already declared in sys/kernel.h.Alexander Yurchenko
2005-01-31Un-__P.Alexander Yurchenko
2005-01-31Move md_clk_attach() prototype to mips64/dev/clockvar.h.Alexander Yurchenko
2005-01-31fix botched tag.Dale Rahn
2005-01-31Be sure to always return an error for unrecognized ioctls. Found by matthieu@Miod Vallat
2005-01-31Use pxa2x0_gpio_get_function() to restore alternate pin functionsUwe Stuehler
2005-01-31Make LCD brightness adjustable by wsconsctl(1), and fix the base addressUwe Stuehler
2005-01-30Hack to allow emulation of mouse buttons for now, incorrectly sharesDale Rahn
2005-01-28debug print should not be enabled.Dale Rahn
2005-01-28Add zts, touch screen driver for zaurus.Dale Rahn
2005-01-28Allow zkbd to work in ddb and at the root selection prompt, tested/ok uwe@Dale Rahn
2005-01-27In windowmove(), put another hardware blitter synchronization beforeMiod Vallat
2005-01-27Fill all fields of intrhand structures not created by bus_intr_allocate().Miod Vallat
2005-01-27long unused and/or documented in better places alreadyMartin Reindl
2005-01-27Add pcmcia_intr_string() to format the intr string for pcmcia attachTodd C. Miller
2005-01-26only attach ohci on chips that actually have the controllerDavid Gwynne
2005-01-26Moved to sys/arch/zaurus/dev/zaurus_apm.cUwe Stuehler
2005-01-26New device for the dedicated SSP unit, automatic battery charging, andUwe Stuehler
2005-01-25map Fn to something for now.Dale Rahn
2005-01-25Enable the COMPAT ioctls to allow X to switch VTs.Dale Rahn
2005-01-25Enable mavb(4).Mark Kettenis
2005-01-25Do not write anything when ignoring cl interrupts not for us; this killsMiod Vallat
2005-01-24Ok, this driver is being abused and used on pxa270, however it's OS timer clockDale Rahn
2005-01-24Pass boot arguments from zboot/zbsdmod to the loaded kernel, and copeUwe Stuehler
2005-01-24Switch hp300 wscons code to rasops, for DIO frame buffers.Miod Vallat
2005-01-24Fix MACE ISA ringbuffer alignment.Mark Kettenis
2005-01-24Tweak mixer label. Whitespace.Mark Kettenis
2005-01-24Do not attach hilkbd as console if we are running on a serial console.Miod Vallat
2005-01-24fix a couple of commentsDavid Gwynne