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@