Discussion:
CVS commit: src/sys/dev/pci
Michael Lorenz
2014-10-21 08:46:44 UTC
Permalink
Module Name: src
Committed By: macallan
Date: Tue Oct 21 08:46:44 UTC 2014

Modified Files:
src/sys/dev/pci: radeonfb.c

Log Message:
get rid of RADEONFB_MMAP_BARS which hasn't been useful for years


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/dev/pci/radeonfb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Michael Lorenz
2014-10-21 09:07:07 UTC
Permalink
Module Name: src
Committed By: macallan
Date: Tue Oct 21 09:07:07 UTC 2014

Modified Files:
src/sys/dev/pci: radeonfb.c

Log Message:
remove outdated comments


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/dev/pci/radeonfb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
SAITOH Masanobu
2014-10-23 09:57:37 UTC
Permalink
Module Name: src
Committed By: msaitoh
Date: Thu Oct 23 09:57:37 UTC 2014

Modified Files:
src/sys/dev/pci: pcireg.h

Log Message:
Add comment.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 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.
SAITOH Masanobu
2014-10-23 09:59:56 UTC
Permalink
Module Name: src
Committed By: msaitoh
Date: Thu Oct 23 09:59:56 UTC 2014

Modified Files:
src/sys/dev/pci: pci_subr.c

Log Message:
Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 src/sys/dev/pci/pci_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
SAITOH Masanobu
2014-10-23 13:40:15 UTC
Permalink
Module Name: src
Committed By: msaitoh
Date: Thu Oct 23 13:40:15 UTC 2014

Modified Files:
src/sys/dev/pci: pci_subr.c

Log Message:
Fix a bug that the specification revision of the Power Management function
was incorrectly printed in the output of capability "list".
The value is also printed in the detail output and it has no bug.


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/dev/pci/pci_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
SAITOH Masanobu
2014-10-23 13:44:37 UTC
Permalink
Module Name: src
Committed By: msaitoh
Date: Thu Oct 23 13:44:37 UTC 2014

Modified Files:
src/sys/dev/pci: pci_subr.c

Log Message:
- Cleanup pci_conf_print_caplist. Use table. The reason why it loops twice
is that some capabilities appear multiple times (e.g. HyperTransport cap).
- Print the specification revision of Power Management and AGP not in
the capability list part but in the detail part.


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 src/sys/dev/pci/pci_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
SAITOH Masanobu
2014-10-23 13:45:41 UTC
Permalink
Module Name: src
Committed By: msaitoh
Date: Thu Oct 23 13:45:41 UTC 2014

Modified Files:
src/sys/dev/pci: pcireg.h

Log Message:
Add some HyperTransport related defines. It's required for the MSI.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 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.

Loading...