summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-04-13syncDamien Bergamini
2005-04-13New ural devices. Pointed out by Rodolfo Gouveia.Damien Bergamini
2005-04-12simplify vndopen() a bit.Joris Vink
2005-04-11Make sure that the requested size is a multiple of block size inMatthieu Herrb
2005-04-11get rid of the lines on ehci attach that show the version and the companionDavid Gwynne
2005-04-10mostly knf while here remove the todo item regarding deferring attach ofDavid Gwynne
2005-04-10properly handle suspend/resume of ports with devices attached. devicesDavid Gwynne
2005-04-10- Run em_local_timer() once per second instead of running it once per 2 seconds.Brad Smith
2005-04-10Support for ICH6M IDE. Tested on a Dell Latitude D810 byJonathan Gray
2005-04-10regenJonathan Gray
2005-04-10ICH6M IDEJonathan Gray
2005-04-09Use vendor id register for chip matching instead of configurationAlexander Yurchenko
2005-04-09use htole32 and leto32h for register access instead of hardware-basedReyk Floeter
2005-04-08move reset of HAL descriptors to ath.cReyk Floeter
2005-04-08bye bye unportable bitfieldsReyk Floeter
2005-04-08remove dmesg spewage when link changes, ok deraadt, brad, canacarBob Beck
2005-04-08fix parenthesisBrad Smith
2005-04-08- enable reception of VLAN sized framesBrad Smith
2005-04-08no need to spit out portno twiceTheo de Raadt
2005-04-08handle at least the first port of a dual-port ufdti; from freebsdTheo de Raadt
2005-04-08recognize Dell OEM 2312 card.Brad Smith
2005-04-08regenBrad Smith
2005-04-08add QLogic 2312 and 6312 cardsBrad Smith
2005-04-06no longer install the tigon firmware. Bill Paul, who built these firmwaresTheo de Raadt
2005-04-06pad keys with zeros to a supported key length. this is bad but seemsReyk Floeter
2005-04-06Add alert blink.Marco Peereboom
2005-04-06<sys/types.h> is not needed with <sys/param.h>Kevin Lo
2005-04-05regen.Federico G. Schwindt
2005-04-05winmodem found in vaio PCGFR315M; ok deraadt@Federico G. Schwindt
2005-04-05Don't clobber the returned sample rate when the AC97 changes it.Marco S Hyman
2005-04-05prevent non-root users to invoke wanpipe ioctls.Can Erkin Acar
2005-04-05match on nforce4 and nforce2-400 ac97 as well; form netbsdMichael Shalayeff
2005-04-05regenMichael Shalayeff
2005-04-05nforce4 devs and nforce2-400 ac97Michael Shalayeff
2005-04-05from netbsd:Michael Shalayeff
2005-04-05fix wep by adjusting the total packet lengthReyk Floeter
2005-04-05ich6 support from freebsd via [Bjorn] Sandell <biorn@dce.chalmers.se>Michael Shalayeff
2005-04-05fix parenthesis for BGE_RCB_MAXLEN_FLAGSBrad Smith
2005-04-05- Fix for an issue with excessive collisions in half duplex mode.Brad Smith
2005-04-05nuke a second driver for ISA Intel EtherExpress PRO/10 cards whichBrad Smith
2005-04-04Add blink and unblink but tell userland it is responsible for actually doing itMarco Peereboom
2005-04-04add blink and unblink.Marco Peereboom
2005-04-04Fix interrupt sharing on bge, by checking the same way the linuxBob Beck
2005-04-04remove noise statistics. this was generating tons of useless interrupts.Damien Bergamini
2005-04-04syncDamien Bergamini
2005-04-04fix ids. ok jsg@ deraadt@Damien Bergamini
2005-04-04new id for PRO/Wireless 2915ABG. fix desc for PRO/Wireless adapters.Damien Bergamini
2005-04-03ether_input_mbuf() conversion.Brad Smith
2005-04-03fix commentBrad Smith
2005-04-03make wi_ioctl() easier to auditUwe Stuehler