diff options
| author | Thomas Quinot <thomas@FreeBSD.org> | 2003-07-18 16:26:36 +0000 |
|---|---|---|
| committer | Thomas Quinot <thomas@FreeBSD.org> | 2003-07-18 16:26:36 +0000 |
| commit | 95f4c5d29d2ce3e173eb1d64f5c0086568bccf85 (patch) | |
| tree | fa4c214cde233de7e3d15e4af5e8c5143c76aafe /sys/cam | |
| parent | 0183b0b8b87573d62a51fbbc3defc29832dd3ef5 (diff) | |
Notes
Diffstat (limited to 'sys/cam')
| -rw-r--r-- | sys/cam/scsi/scsi_da.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index 1e518e1b0241c..2d7fb8356633a 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -277,7 +277,7 @@ static struct da_quirk_entry da_quirk_table[] = { /* * Intelligent Stick USB disk-on-key - * Reported by: Samuel Tardieu <sam@rfc1149.net> + * PR: kern/53005 */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "USB Card", "IntelligentStick*", "*"}, /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE |
