summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2011-01-10add the Buffalo WLI-UC-GNHP.Damien Bergamini
2011-01-10regenDamien Bergamini
2011-01-10add the Buffalo WLI-UC-GNHP.Damien Bergamini
2011-01-10Some nfe(4)/rlphy(4) combos don't work, because the PHY responds to allMark Kettenis
2011-01-10Attach acpihpet only once. The matching code is changed because acpi busMike Belopuhov
2011-01-10update the documentation regarding the *4 vs *6 decision for early RC4Theo de Raadt
2011-01-10move comment block regarding ARC4_MAIN_MAX_BYTESTheo de Raadt
2011-01-10randomread does its own rekeying now, so we don't need the large buf function.Ted Unangst
2011-01-10OK, this is getting silly, but we might as well zero the entropy bufferTheo de Raadt
2011-01-10zero another intermediate key storage areaTheo de Raadt
2011-01-09be more careful with nanotime() calls in early entropy storage, sinceTheo de Raadt
2011-01-09Continue loading acpiec even if _REG fails.. allows HP G62 to work properlyJordan Hargrave
2011-01-09trust the Tx/Rx chains masks in ROM except for the 4965 and 5100Damien Bergamini
2011-01-09cleanup; change the way opns are attached.Damien Bergamini
2011-01-08split randomattach into random_init() and random_start(), so that weTheo de Raadt
2011-01-08syncTheo de Raadt
2011-01-08new radeon; Claus AssmannTheo de Raadt
2011-01-08reserve one xfer for beacons during init.Damien Bergamini
2011-01-08fix LEDs handling.Damien Bergamini
2011-01-08the USB frontend has its own switch_chan() function, so no need toDamien Bergamini
2011-01-08clear pci configuration register 0x41 on resume, like during attach.Damien Bergamini
2011-01-08Removed unused structure memberJordan Hargrave
2011-01-08spacesTheo de Raadt
2011-01-08switch back from PAGE_SIZE for the sake of sparcTheo de Raadt
2011-01-08destatic. ok deraadtTed Unangst