buildworld update committed

Matthew Dillon dillon at apollo.backplane.com
Mon Mar 22 21:43:39 PST 2004


:It failed after removing the obj directory. And yes the soft link is
:here:
:
:# ls -l /usr/obj/home/src/sys/DFLY/machine 
:lrwxr-xr-x  1 root  wheel  26 Mar 23 04:32 /usr/obj/home/src/sys/DFLY/machine -> /home/src/sys/i386/include
:but there is no apic.h in /sys/i386/include/. This is normal as it
:does not exist in the cvs repository either :-/
:
:Jean-Marc
:
:-- 
:Jean-Marc Zucconi -- PGP Key: finger jmz at xxxxxxxxxxx [KeyID: 400B38E9]

    Hmm.  /usr/src/sys/i386/i386/pmap_inval.c does not include
    machine/apic.h.  It includes machine/apicreg.h.

    Check your sources.  You should have rev 1.2 of pmap_inval.c

----------------------------
revision 1.2
date: 2004/02/21 06:37:07;  author: dillon;  state: Exp;  lines: +1 -1
Synchronize a bunch of things from FreeBSD-5 in preparation for the new
ACPICA driver support.

* Bring in a lot of new bus and pci DEV_METHODs from FreeBSD-5
* split apic.h into apicreg.h and apicio.h
* rename INTR_TYPE_FAST -> INTR_FAST and move the #define
* rename INTR_TYPE_EXCL -> INTR_EXCL and move the #define
* rename some PCIR_ registers and add additional macros from FreeBSD-5
* note: new pcib bus call, host_pcib_get_busno() imported.
* kern/subr_power.c no longer optional.


					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>





More information about the Kernel mailing list