NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/51756 CVS commit: src/sys/dev/ic



The following reply was made to PR kern/51756; it has been noted by GNATS.

From: "Jonathan A. Kollasch" <jakllsch%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51756 CVS commit: src/sys/dev/ic
Date: Tue, 3 Jan 2017 01:30:16 +0000

 Module Name:	src
 Committed By:	jakllsch
 Date:		Tue Jan  3 01:30:16 UTC 2017
 
 Modified Files:
 	src/sys/dev/ic: siisata.c
 
 Log Message:
 The SiI3124 was implemented at a time when the ATA/ACS2
 DATA SET MANAGEMENT/TRIM command did not exist.  As such, the (presumably
 immutable) lookup table in the chip does not know that this command
 indicates a data write to follow.  Use the PRB Protocol Override
 functionality to tell the chip the protocol we need for this command.
 
 For PR kern/51756.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.29 -r1.30 src/sys/dev/ic/siisata.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index