CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/20 09:26:02
Modified files:
sys/dev/sdmmc : sdmmc_scsi.c
sys/kern : kern_physio.c
sys/scsi : cd.c sd.c st.c
Log message:
Relax the grip the dead hand of QBUS (a.k.a. MAXPHYS) has on the
throat of physio().
Allows individual devices to eventually be modified to support larger
physio() (a.k.a. 'raw') i/o's if they prove capable of them.
No immediate functional change.
Tested for many weeks by and ok robert@.
