git: kernel - quiet repeated DA/CD probes for removable devices
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Apr 5 00:27:06 PDT 2019
commit aec00d3271fe6108453c4ebf45b9e31be6e9e578
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Apr 4 23:46:26 2019 -0700
kernel - quiet repeated DA/CD probes for removable devices
* Don't print errors when repeated probes for cards in sdcard
readers fail, beyond the first instance.
* Fixes console spam when usb card readers are plugged in.
Summary of changes:
sys/bus/cam/cam_ccb.h | 2 +-
sys/bus/cam/cam_periph.c | 13 ++++++++++---
sys/bus/cam/scsi/scsi_cd.c | 12 +++++++++++-
sys/bus/cam/scsi/scsi_da.c | 25 +++++++++++++++++++------
4 files changed, 41 insertions(+), 11 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/aec00d3271fe6108453c4ebf45b9e31be6e9e578
--
DragonFly BSD source repository
More information about the Commits
mailing list