Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/x86/pci



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

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


Home | Main Index | Thread Index | Old Index