Source-Changes archive

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

Re: CVS commit: src



> Modified Files:
>       src/share/man/man4/man4.i386: elanpar.4 elanpex.4 elansc.4
>       src/sys/arch/i386/conf: NET4501
>       src/sys/arch/i386/pci: elan520.c
> 
> Log Message:
> Attach elansc(4) at mainbus(4) instead of at pci(4).  Attach pci(4)
> at elansc(4).  Take advantage of a suspend/resume cycle to reconfigure
> the SC520's PCI host-bridge bus for higher performance.  Update
> the manual pages and the NET4501 kernel.

This causes a build of GENERIC to fail:
/home/dogcow/work/nbsrc/sys/arch/i386/pci/elan520.c: In function 'elansc_match':
/home/dogcow/work/nbsrc/sys/arch/i386/pci/elan520.c:161: warning: implicit 
declaration of function 'pcimatch'

And for that matter, nothing in sys/ seems to call pcimatch explicitly.
Or even implicitly, AFAICT.



Home | Main Index | Thread Index | Old Index