summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-02-03unbreak by killing volatile from fxp_mdi_read(). No binary change.Hans-Joerg Hoexer
2005-02-03make prototype match function for ar5k_ar5110_chan2athchanKevin Lo
2005-02-03make prototype match function for fxp_mdi_read.Kevin Lo
2005-02-02regenBrad Smith
2005-02-02ATI Radeon 9200 SE PCI idsBrad Smith
2005-02-01Correctly setup Intel 82801FB and 82801FR SATA; from aurelien6545@free.fr.Alexander Yurchenko
2005-02-01enable writeback, with a workaround for the xscale pte updates.Dale Rahn
2005-02-01backout nfs_subs.c rev1.51 nfs_vfsops.c rev1.54:Peter Valchev
2005-02-01Before carrying on with the mount request, make sure the process hasPedro Martelletto
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-31add a bunch of more codecs from var srcs. this makes almost everything from t...Michael Shalayeff
2005-01-31Be sure to always return an error for unrecognized ioctls. Found by matthieu@Miod Vallat
2005-01-31regenMartin Reindl
2005-01-31The SiS 5513 is really a own design, partially revert my previous commit here.Martin Reindl
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-30Fix two Cirrus Logic codec IDs.Mark Kettenis
2005-01-30dont redefine ETHER_ALIGNDavid Gwynne
2005-01-30Add some more reason counters and use them instead of overloading theDaniel Hartmeier
2005-01-29Check the carpdev link state when we attach to it, makes a firewallRyan Thomas McBride
2005-01-28debug print should not be enabled.Dale Rahn
2005-01-28make RTS follow DTS when CRTSCTS is off, like com(4) and pccom(4); testedDamien Miller
2005-01-28Restore asserting DTR by default, lost when cuaU* support was added;Damien Miller
2005-01-28fix merge errors from r1.18; tested hshoexer & henning; ok henning@ dlg@Damien Miller
2005-01-28Get flags passed down to PHY drivers correctly. This was done onBrad Smith
2005-01-28Add zts, touch screen driver for zaurus.Dale Rahn
2005-01-28When setting kern.tty.maxptys, store the old value in oldp, notTodd C. Miller
2005-01-28Allow zkbd to work in ddb and at the root selection prompt, tested/ok uwe@Dale Rahn
2005-01-27align the buffer when it is allocated, rather than realign the data in itDavid Gwynne
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-27poll can ever deny reads for srandom only; millert@ okMichael Shalayeff
2005-01-27In randompoll() the write check was overriding the results of the read check.Todd C. Miller
2005-01-27long unused and/or documented in better places alreadyMartin Reindl
2005-01-27Use pcmcia_intr_string() for printing the irq (or error) string.Todd C. Miller
2005-01-27Add pcmcia_intr_string() to format the intr string for pcmcia attachTodd C. Miller
2005-01-27Make pcic_isa_chip_intr_establish() silent; irq printing will moveTodd C. Miller
2005-01-26only attach ohci on chips that actually have the controllerDavid Gwynne
2005-01-26add the Belkin F5D6050 802.11b Wireless Device. from netbsdDavid Gwynne
2005-01-26regenDavid Gwynne
2005-01-26add the Belkin F5D6050 802.11b Wireless adapter. from netbsdDavid 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