CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2011/07/05 16:40:57
Modified files: sys/dev/pci : ips.c sys/dev/ic : aic7xxx_openbsd.c Log message: Call bzero(&saa, sizeof(saa)) each time we use saa to attach something. Doesn't matter right now because scsibus_attach_args only has one field and it's mandatory, but I'm planning to move some more fields from scsi_link to scsibus_attach_args+scsibus_softc. ok dlg@