CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2011/06/23 11:20:16
Modified files: sys/dev : softraid.c softraidvar.h Log message: Simplify softraid(4) to behave like other HBAs by using a single scsibus(4) for all attached disks, rather than one scsibus(4) per disk. This takes advantage of recent improvements in the SCSI midlayer to better support hotplug devices, and also decouples softraid(4) from scsibus(4) device unit numbers. ok jsing@, dlg@, krw@, deraadt@; marco@'s still unconvinced