On Sat, Oct 18, 2014 at 5:55 AM, Masao Uebayashi <uebay...@netbsd.org> wrote: > Module Name: src > Committed By: uebayasi > Date: Fri Oct 17 20:55:21 UTC 2014 > > Modified Files: > src/sys/arch/x86/pci: files.pci > > Log Message: > Fix another indirect circular dependency (agp_* -> (agpbus) -> pchb -> abp_*). > Fixes "no agp*" build. Reported & build-tested by Kurt Schreiner.
Correction: agp_* -> agp -> (agpbus) -> pchb -> agp_* Here agpbus is an interface attribute ("bus").