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