CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2011/07/04 16:17:23
Modified files: sys/dev/ic : aic7xxx_openbsd.c aic7xxx_openbsd.h sys/dev/pci : ahc_pci.c Log message: Use the SDEV_2NDBUS flag like isp(4) instead of the current scsi_link::scsibus hack to determine which channel the link is associated with. "looks sane" dlg@, but haven't found any testers yet; committing so further SCSI refactorings can go in. dlg@ or I will back out or fix if anything breaks.