summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-02-01unmute GPIO 0 on IDT 92HD73C1 codecs found in Dell machinesJacob Meuser
2010-01-30Build these firmwares on loongson.Miod Vallat
2010-01-28set differential gains on 6250 too (but use a 1.0 factor, not 1.5).Damien Bergamini
2010-01-27change the MRR pattern from 1/1/1/1 to 2/2/2/4Damien Bergamini
2010-01-27- regenJasper Lievisse Adriaanse
2010-01-27- add a bunch of new ati and nvidia devicesJasper Lievisse Adriaanse
2010-01-26syncDamien Bergamini
2010-01-26new run(4) idsDamien Bergamini
2010-01-26backout last, it causes mem conflicts and device trouble;Otto Moerbeek
2010-01-23finally, 6250 parts need crystal calibration too.Damien Bergamini
2010-01-22Correctly return ENXIO on unhandled ioctls; ok marco@Miod Vallat
2010-01-21Do not assume mac address and bss id are stored at 32-bit aligned addresses;Miod Vallat
2010-01-21Use ahci_nvidia_mcp_attach() for nvidia MCP79 ("Ion"), without whichStuart Henderson
2010-01-20Fix collider offsets to correct LBA.Jordan Hargrave
2010-01-20Remove horrible hack in ahc/ahd that made some commands retryKenneth R Westerback
2010-01-19IP checksum is still broken with fragments, turn it off for now.Reyk Floeter
2010-01-16rename bluetooth coexistence flags. no binary change.Damien Bergamini
2010-01-16Enable DC calibration and disable crystal calibration onDamien Bergamini
2010-01-15syncIgor Sobrado
2010-01-15add `Logitech Webcam C200' to the list of supported uvideo(4) devices.Igor Sobrado
2010-01-14SiS devices seem unable to reset dma block index to zero, causingAlexandre Ratchov
2010-01-13Make sure that acpitz is always the last one to replace the globalMarco Peereboom
2010-01-13Fix another long standing double scsi_done() bug. This time when aKenneth R Westerback
2010-01-13As per NetBSD move HAYAKAWA Koichi's licenses to two clause.Jonathan Gray
2010-01-13Don't whack conflicting BARs if they are enabled.Mark Kettenis
2010-01-13Remove a few more settings of ITSDONE in drivers. Only a coupleKenneth R Westerback
2010-01-13Change M_WAITOK --> M_WAITOK | M_CANFAILCharles Longeau
2010-01-12Fix for a legacy free PC, where the keyboard controller doesn't behave.Dale Rahn
2010-01-12Do not check malloc return value against NULL, as M_WAITOK is used.Charles Longeau
2010-01-12Remove dead assignment and newly created unused variable.Charles Longeau
2010-01-11Make the detach function handle the case of a partial attach, and make sureMark Kettenis
2010-01-11When mapping CarBus memory BARs, enforce a minimum alignment of 0x1000. ThisMark Kettenis
2010-01-11rework the polling code to use the semantic krw@ proposed.David Gwynne
2010-01-11Enable IP checksum offloading in ix(4).Reyk Floeter
2010-01-11Don't check ITSDONE since we know it is set in scsi_done(). EliminatesKenneth R Westerback
2010-01-10ATI AHCI seems not to put slot number into the command registerAlexander Yurchenko
2010-01-10Fix two bugs in IPsec/HMAC-SHA2:Markus Friedl
2010-01-10Set XL_FLAG_FUNCREG for "cyclone" variants. This makes them see interruptsMark Kettenis
2010-01-10A couple of missed ITSDONE setting before scsi_done().Kenneth R Westerback
2010-01-10Set ITSDONE in scsi_done() and zap trivial instances of setting itKenneth R Westerback
2010-01-10Do not try to reevaluate the current RX production index on eachChristian Weisgerber
2010-01-09Zap all setting of ITSDONE in drivers that don't look at it. NobodyKenneth R Westerback
2010-01-09a lot of knf loving. hudge diff, no binary change.Dariusz Swiderski
2010-01-09workaround for a HW bug (does not affect 4965AGN) that may sporadicallyDamien Bergamini
2010-01-09Avoid mulitple calls to scsi_done() on the same xs by havingKenneth R Westerback
2010-01-09Add support for the Broadcom BCM57765 ASIC and newer BroadcomChristian Weisgerber
2010-01-09replace an #ifdef IX_CSUM_OFFLOAD with an IFCAP_CSUM_IPv4 capability check,Reyk Floeter
2010-01-09Explicitly turn on mii/gmii/rgmii for the 178/gigabit devicesJonathan Gray
2010-01-09Fix the IP ckecksum offloading logic that disables and breakes offloadingReyk Floeter
2010-01-09Remove typo and magic numbers from #if 0'd block, from Brad.Stuart Henderson