CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2011/05/09 16:25:50
Modified files: sys/dev/ic : wdc.c sys/dev/pci : pciide.c Log message: Initialize the wdc ata_drive_datas structs earlier in wdcattach() so that chip-specific drv_probe routines can assume they've already been initialized. Tested by sthen@ on i386, armish, and amd64, with both affected and non-affected pciide(4) chips. ok dlg@