Date: Sat, 18 Oct 2014 17:43:10 +0900
   From: Masao Uebayashi <uebay...@gmail.com>

   On Sat, Oct 18, 2014 at 5:55 AM, Masao Uebayashi <uebay...@netbsd.org> wrote:
   > 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").

As an aside, the way agp attaches right now is silly and ought to be
inverted -- it should be agp at agp_* at pci*, with the PCI ids
matched in agp_* and the generic agp ioctls in agp.  If Someone^TM
finds a few spare moments to do and test that...  (ENOHARDWARE here.)

Reply via email to