summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2011-01-29spaces that make my eyes bleed. no binary change.Marco Peereboom
2011-01-29Fix two logic errors:Kevin Lo
2011-01-28we deal with polled ccbs erroring out properly, we dont have to complainDavid Gwynne
2011-01-28ahci0: timed out 1, active 0, count 0 during pmp probe timeouts should beDavid Gwynne
2011-01-27Fix newlines for error on attach case. with & ok dlg.Darren Tucker
2011-01-27while closing the device, don't sleep with the PCATCH flag, otherwiseAlexandre Ratchov
2011-01-26Add port multiplier support, has been in snaps for a while with no reportedDale Rahn
2011-01-26syncKevin Lo
2011-01-26sort previousKevin Lo
2011-01-26syncKevin Lo
2011-01-26Attansic L1D/L2C PCI idsKevin Lo
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
2011-01-24unbreak 6200 support by forcing Tx/Rx chains masks since ROMDamien Bergamini
2011-01-23Factor out block level I/O handling code and correctly handle I/Os thatJoel Sing
2011-01-22Ensure that boot storage area exists and is large enough, beforeJoel Sing
2011-01-21syncKevin Lo
2011-01-21Add Atheros F1 and F2 PHYs from FreeBSDKevin Lo
2011-01-21Get rid of the use of goto's within vte_iff funtion; from BradKevin Lo
2011-01-20add IT8721 supportOleg Safiullin
2011-01-19- regenJasper Lievisse Adriaanse
2011-01-19- fix Radeon HD 3870 audio entry, from Greg Jones.Jasper Lievisse Adriaanse
2011-01-18- regen after grange's last commit.Jasper Lievisse Adriaanse
2011-01-18Another ati and nvidia video from yason@linklevel.netAlexander Yurchenko
2011-01-17syncKevin Lo
2011-01-17Add the Moschip mcs7832; from BradKevin Lo
2011-01-17syncKevin Lo
2011-01-17Add id for Broadcom BCM57712; from BradKevin Lo
2011-01-16* instead of NULLing pointers to interface descriptors in the uaa, markJacob Meuser
2011-01-15* add 'udi_serial' to struct usb_device_info.Jacob Meuser
2011-01-15carrier leakage calibration workaround for high temperature is notDamien Bergamini
2011-01-15Fix multicast handlingKevin Lo
2011-01-15syncKevin Lo
2011-01-15Add drivers for the RDC R6040 Ethernet chipsetKevin Lo
2011-01-13syncAlexander Yurchenko
2011-01-13A few devices found on Dell Inspirion N5010; from yason@linklevel.netAlexander Yurchenko
2011-01-13Get rid of "forever" loop in the interrupt handler such that we drop out of theMark Kettenis
2011-01-13Add new file for upcoming change. ok dlg@ deraadt@Dale Rahn
2011-01-12Only init the nameidata parts that are strictly needed insteadThordur I. Bjornsson
2011-01-12Reset the state member of the ata_xfer to ATA_S_SETUP before reusing itMark Kettenis
2011-01-12A bunch more explicit_bzero calls for key materialTheo de Raadt
2011-01-12stray tabMarco Peereboom
2011-01-12explicit zeroing of key information in the softraid ioctl codeTheo de Raadt
2011-01-12more explicit_bzero to delete keys.Marco Peereboom
2011-01-12lots of explicit_bzero for things which contain parts of keysTheo de Raadt
2011-01-12use explicit_bzero() for key materials, including that in the session.Theo de Raadt
2011-01-12explicit_bzero() of key material in drivers few people useTheo de Raadt
2011-01-11use ic->ic_ibss_chan instead of ic->ic_bss->ni_chan for Rx radiotapDamien Bergamini
2011-01-11for key material that is being being discarded, convert bzero() toTheo de Raadt
2011-01-11bring back carrying over state from the previous RC4 instance whenDamien Miller
2011-01-11all the bzeros in rnd are important, use explicit_bzeroTed Unangst