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: Thu, 19 Oct 2017 20:11:38 +0000

 Module Name:	src
 Committed By:	jdolecek
 Date:		Thu Oct 19 20:11:38 UTC 2017
 
 Modified Files:
 	src/sys/dev/pci: cmdide.c pciidevar.h
 
 Log Message:
 replace the chek for the shared channel of cmdide(4) a flag of the
 product array, rather than switch inside attach routine
 
 XXX judging from product name, Silicon Image 0680 might be newer than 0649
 XXX and hence have actually independant channels, but I don't have the hw
 XXX so keeping as-is
 
 no functional change, just to improve visibility in course of fixing
 PR kern/52606
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.39 -r1.40 src/sys/dev/pci/cmdide.c
 cvs rdiff -u -r1.47 -r1.48 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