NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-i386/39698 (unsupported PCI Express version)
Synopsis: unsupported PCI Express version
State-Changed-From-To: open->closed
State-Changed-By: veego%NetBSD.org@localhost
State-Changed-When: Mon, 10 Jan 2011 18:15:04 +0000
State-Changed-Why:
Fixed by jmcneill@ in the following commit:
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
Home |
Main Index |
Thread Index |
Old Index