summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-02-06Remove some uneeded code to reduce delta to NetBSD.Jonathan Gray
2005-02-06Fix a merge error that was causing a panic after associating.Jonathan Gray
2005-02-05betterBrad Smith
2005-02-05use mii_phy_match()Brad Smith
2005-02-05use mii_phy_match()Brad Smith
2005-02-05no RTL8201L PHY's here..Brad Smith
2005-02-05use mii_phy_match()Brad Smith
2005-02-05regenJonathan Gray
2005-02-05Some Intel and ATI ids found in a dmesg from fries@.Jonathan Gray
2005-02-05Support for Seeq 80225 PHY a cut down version of the 80223 which can beJonathan Gray
2005-02-05regenJonathan Gray
2005-02-04Seeq 80225 from NetBSD. ok brad@Jonathan Gray
2005-02-04- attach 3com 3c905C PHY with bmtphyBrad Smith
2005-02-04add hme(4) RX TCP/UDP checksum offloadBrad Smith
2005-02-04fix setting 128bit WEP keys on BIG_ENDIAN arches.Kurt Miller
2005-02-03add 5sec to the xs->timeout to overcompensate for possible delays in quartz_d...Michael Shalayeff
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-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