CVSROOT:        /cvs
Module name:    src
Changes by:     k...@cvs.openbsd.org    2020/08/26 07:57:20

Modified files:
        sys/dev/ata    : atascsi.c 
        sys/dev/ic     : mpi.c 
        sys/dev/pci    : mpii.c 
        sys/dev/usb    : umass_quirks.c umass_scsi.c 
        sys/scsi       : cd.c scsiconf.h sd.c 

Log message:
Remove needless uses of SDEV_ONLYBIG. It was always set when SDEV_UMASS was set,
and was always checked in concert with SDEV_ATAPI. Just rely on SDEV_ATAPI and
SDEV_UMASS in all but the one place sd(4) where SDEV_ONLYBIG is set
independently of SDEV_ATAPI/_UMASS.

ok jmatthew@

Reply via email to