NetBSD-Bugs archive

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

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



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

From: "Jonathan A. Kollasch" <jakllsch%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56176 CVS commit: src/sys/dev/pci
Date: Sat, 15 May 2021 13:00:45 +0000

 Module Name:	src
 Committed By:	jakllsch
 Date:		Sat May 15 13:00:45 UTC 2021
 
 Modified Files:
 	src/sys/dev/pci: pcireg.h
 
 Log Message:
 Change PCI_VENDOR_MASK and PCI_PRODUCT_MASK to unsigned values, to prevent
 sign extension of product ID when shifted up into place in PCI_ID_CODE()
 
 Should fix PR 56176.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.153 -r1.154 src/sys/dev/pci/pcireg.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