Anyone know why this does not seem to be on the anoncvs servers yet?
On Tue, 2008-07-08 at 20:47 -0600, Brad Smith wrote: > CVSROOT: /cvs > Module name: src > Changes by: [EMAIL PROTECTED] 2008/07/08 20:47:03 > > Modified files: > sys/arch/i386/pci: auglx.c > > Log message: > Simplify the match function a bit by just returning the result from > pci_matchbyid(). This is the only driver that will match against > this hardware so it is not necessary to return a higher priority > than what pci_matchbyid() returns. > > ok mbalmer@