Discussion:
CVS commit: src/sys/arch/alpha
Masao Uebayashi
2014-10-17 18:14:42 UTC
Permalink
Module Name: src
Committed By: uebayasi
Date: Fri Oct 17 18:14:42 UTC 2014

Modified Files:
src/sys/arch/alpha/alpha: machdep.c
src/sys/arch/alpha/include: sigdebug.h

Log Message:
Fix build of RAWHIDE kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.345 -r1.346 src/sys/arch/alpha/alpha/machdep.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/alpha/include/sigdebug.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Masao Uebayashi
2014-10-17 18:31:07 UTC
Permalink
Module Name: src
Committed By: uebayasi
Date: Fri Oct 17 18:31:07 UTC 2014

Modified Files:
src/sys/arch/alpha/conf: files.alpha
src/sys/arch/alpha/pci: pci_machdep.c

Log Message:
PCI controller doesn't rely on (depend on) AGP bus, but provide it. If one
specific architecture is known to have some specific AGP implementation, such
suggestion must be done in the "selection" part, not the "definition" part.

This is also an indirect (across bus attachment), circular dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 src/sys/arch/alpha/conf/files.alpha
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/alpha/pci/pci_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Loading...