NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/44262: ppb may fail to setup some PCIe busses correctly
The following reply was made to PR kern/44262; it has been noted by GNATS.
From: Bernd Ernesti <veego%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/44262: ppb may fail to setup some PCIe busses correctly
Date: Sat, 15 Jan 2011 10:26:35 +0100
Is this PR solved with the following commits?
Module Name: src
Committed By: jmcneill
Date: Mon Jan 10 12:23:21 UTC 2011
Modified Files:
src/sys/dev/pci: pcireg.h ppb.c
Log Message:
ppb_fix_pcix changes:
- rename to ppb_fix_pcie
- support version PCI-E 2.0
- print version and device/port type information
- use constants from pcireg.h instead of magic numbers
changes:
ppb2 at pci0 dev 21 function 0: vendor 0x15ad product 0x07a0 (rev. 0x01)
ppb2: unsupported PCI Express version
to:
ppb2 at pci0 dev 21 function 0: vendor 0x15ad product 0x07a0 (rev. 0x01)
ppb2: PCI Express 2.0 <Root Port of PCI-E Root Complex>
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/dev/pci/pcireg.h
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/pci/ppb.c
----------------------------------------------------------------------------
Module Name: src
Committed By: cegger
Date: Mon Jan 10 14:19:36 UTC 2011
Modified Files:
src/sys/dev/pci: ppb.c
Log Message:
add missing break
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/pci/ppb.c
Home |
Main Index |
Thread Index |
Old Index