CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2011/06/21 14:23:49
Modified files: sys/dev/ic : dptvar.h dpt.c Log message: Two dpt(4) fixes: 1. Change adapter_softc to point to a per-channel intermediary object instead of pointing to the dpt_softc directly. This removes dpt(4) dependency on scsibus unit numbers. 2. Fix dpt(4) to use a struct scsibus_attach_args instead of a struct scsi_link for attaching the scsibus. (Evidently no one has tried using dpt(4) since Nov 2006...) ok krw@, miod@