mirror of
https://github.com/LIV2/a4091-software.git
synced 2025-12-06 06:22:44 +00:00
Comment out dead code in scsiconf
Fixes CID 330978
This commit is contained in:
parent
daa0ec087b
commit
80dc724ea8
@ -61,7 +61,6 @@
|
||||
#include "scsipiconf.h"
|
||||
|
||||
#else /* !PORT_AMIGA */
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.293 2021/12/21 22:53:21 riastradh Exp $");
|
||||
|
||||
@ -1102,10 +1101,13 @@ scsi_probe_device(struct scsibus_softc *sc, int target, int lun)
|
||||
periph->periph_cap |= PERIPH_CAP_QAS;
|
||||
}
|
||||
}
|
||||
|
||||
#ifndef PORT_AMIGA
|
||||
if (quirks & PQUIRK_CAP_SYNC)
|
||||
periph->periph_cap |= PERIPH_CAP_SYNC;
|
||||
if (quirks & PQUIRK_CAP_WIDE16)
|
||||
periph->periph_cap |= PERIPH_CAP_WIDE16;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Now apply any quirks from the table.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user