summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2011-01-07some minor improvements to rnd.Ted Unangst
2011-01-07substantial rewrite. put a very thin mutex at the entropy-collectionTheo de Raadt
2011-01-07since randomwrite() also has no blocking operations at all, we need toTheo de Raadt
2011-01-07the midlayer uses -1 as a wildcard when processing requests for probes orDavid Gwynne
2011-01-06For very large operations in randomread(), use a local rc4 instanceTheo de Raadt
2011-01-06Remove dead links.Damien Bergamini
2011-01-06only athn at uhub (not pci or cardbus) needs firmloadDamien Bergamini
2011-01-06cleanup athn_usb_rx_frame().Damien Bergamini
2011-01-06implement fast channel change.Damien Bergamini
2011-01-06create STA entry for our BSS upon association.Damien Bergamini
2011-01-06init and destory the bufq in the ioctl handler, asThordur I. Bjornsson
2011-01-06make all /dev/*random nodes respond; in fact, don't even worry aboutTheo de Raadt
2011-01-06"athn* at uhub? port ?"Damien Bergamini
2011-01-05Ignore MCFG tables with an empty bus range. Makes stu@'s amd64 machineMark Kettenis
2011-01-05cosmetic, no binary change.Damien Bergamini
2011-01-05cut vnd over to using bufq's again.Thordur I. Bjornsson
2011-01-05remove debug codeTheo de Raadt
2011-01-05mark unused fields in struct rndstatsTheo de Raadt
2011-01-04Support machdep.lidsuspend support in apm(4) land, at least on thinkpadsTheo de Raadt
2011-01-04Add support for Memory Mapped Configuration space access. This gives usMark Kettenis
2011-01-04in arc4_stir() only grab 64 bytes from the MD5 output. Grabbing moreTheo de Raadt
2011-01-03remove sc->sc_kbcslot, as is always PCKBC_AUX_SLOTAlexandr Shadchin
2011-01-03use host_flags directly as they're initialized during attach time.Federico G. Schwindt
2011-01-03the flags method of the ac97 host interface is optional. check thatJacob Meuser
2011-01-03syncAlexander Yurchenko
2011-01-03Add Radeon HD 3450 AGP; from yason@linklevel.netAlexander Yurchenko
2011-01-02Prevent a few more NULL pointer dereferences in troublesome situations; fromMiod Vallat
2011-01-02Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softcJordan Hargrave
2011-01-01Do not fold the MD5 in half. This might have made sense to someone whenTheo de Raadt
2011-01-01fix spacingAlexandre Ratchov
2011-01-01regenDamien Bergamini
2011-01-01the ACCTON is an AR9280+AR7010, not an AR9271, so update id accordingly.Damien Bergamini
2011-01-01cleanup, no binary change.Damien Bergamini
2011-01-01more AR9380/AR9485 bits.Damien Bergamini
2011-01-01unbreak kernel builds; sorry guys.Damien Bergamini
2011-01-01add code to read OTPROM on the AR9485Damien Bergamini
2011-01-01comment cleanupTheo de Raadt