CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2011/07/08 18:39:29
Modified files: sys/dev/sdmmc : sdmmcvar.h sdmmc_scsi.c Log message: Kludge around sdmmc(4)'s poor design: replace "struct scsi_link *" with "struct scsibus_attach_args" in sdmmc_attach_args. ok krw@