# Texas Instruments PCIxx12 specific devd event # # Disable MMC/SD on the Flash Media Controller so that the # SDA Standard Compilant SD Host Controller is used instead # (set Bit Number 1 (MMC_SD_DIS) in General Control Register) # nomatch 110 { match "vendor" "0x104c"; match "device" "0x803b"; action "dbsf=$dbsf; pciconf -wb $dbsf 0x4c $((0x$(pciconf -rb $dbsf 0x4c)|0x2))"; };