NetBSD-Bugs archive

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

PR/52606 CVS commit: src/sys/dev/pci



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

From: "Jaromir Dolecek" <jdolecek%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52606 CVS commit: src/sys/dev/pci
Date: Sun, 22 Oct 2017 13:13:56 +0000

 Module Name:	src
 Committed By:	jdolecek
 Date:		Sun Oct 22 13:13:55 UTC 2017
 
 Modified Files:
 	src/sys/dev/pci: cmdide.c pciidevar.h
 
 Log Message:
 do not share queue between the non-indepedant channels; instead make
 sure only one of the channels is ever active on the same controller
 
 fixes PR kern/52606 by Martin Husemann, thanks for report and testing
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.42 -r1.43 src/sys/dev/pci/cmdide.c
 cvs rdiff -u -r1.48 -r1.49 src/sys/dev/pci/pciidevar.h
 
 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