CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2011/07/08 19:50:41
Modified files: sys/dev/ata : atascsi.c sys/dev/ic : gdt_common.c Log message: Fix fallout from my previous SCSI refactoring diff (moving adapter_buswidth to sc_targets): gdt(4) and atascsi(4) still used it in other ways. Apply appropriate fixes; tested on ahci(4). ok krw@