CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2013/01/04 16:19:40
Modified files: sys/dev/pci : rtsx_pci.c sdhc_pci.c Log message: Attach rtsx(4) only to devices using the 'undefined' PCI class, and do not ever attach sdhc(4) to devices matching the rtsx(4) vendor/product ID. Fixes an issue reported by Dave Anderson where on his hardware both drivers attached to apparently the same device which then failed to work reliably. ok deraadt