Source-Changes-D archive

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

Re: CVS commit: src/sys/arch/alpha/include



On Sun, Jul 17, 2011 at 03:33:56PM +1000, matthew green wrote:
> 
> > Module Name:        src
> > Committed By:       dyoung
> > Date:               Sun Jul 17 01:08:12 UTC 2011
> > 
> > Modified Files:
> >     src/sys/arch/alpha/include: sysarch.h
> > 
> > Log Message:
> > Don't #include <machine/bus_defs.h> from this header unless _KERNEL
> > is #defined.  While this header is installed in the alpha userland,
> > however, <machine/bus_defs.h> is not.
> > 
> > Don't declare any of the alpha_bus_ or alpha_pci_ symbols unless _KERNEL
> > is #defined.  I cannot find anything but libarch in the base system
> > that uses the symbols.  Anything using alpha_pci_ symbols ought to use
> > pci(3), instead.  Up next: don't use those symbols in libarch.
> 
> what makes you think that libalpha isn't used?  it sure does
> sem to be to me:
> 
> src/external/mit/xorg/server/xorg-server/hw/vfb/Makefile:106:DPADD+=      
> ${LIBALPHA}
> src/external/mit/xorg/server/xorg-server/hw/xnest/Makefile:109:DPADD+=    
> ${LIBALPHA}
> src/external/mit/xorg/server/xorg-server/hw/xfree86/Xorg/Makefile:75:DPADD+=  
>     ${LIBALPHA}
> src/external/mit/xorg/server/xorg-server/hw/xfree86/utils/ioport/Makefile:30:DPADD+=
>       ${LIBALPHA}
> src/external/mit/xorg/server/xorg-server/hw/xfree86/utils/pcitweak/Makefile:28:DPADD+=
>     ${LIBALPHA}
> src/external/mit/xorg/server/xorg-server/hw/xfree86/utils/scanpci/Makefile:31:DPADD+=
>      ${LIBALPHA}

Hadn't searched the X11 sources.  Can't libpci replace many of the
libalpha uses?

Dave

-- 
David Young             OJC Technologies
dyoung%ojctech.com@localhost      Urbana, IL * (217) 344-0444 x24


Home | Main Index | Thread Index | Old Index