Simplify the match function a bit by just returning the result from
authorbrad <brad@openbsd.org>
Wed, 9 Jul 2008 02:47:03 +0000 (02:47 +0000)
committerbrad <brad@openbsd.org>
Wed, 9 Jul 2008 02:47:03 +0000 (02:47 +0000)
commita3a3d9469ba019ee24eb74eb372022e218fad9b1
tree6f770a718aeca2c15cb7f8d1662daced5b61c7fb
parent8295c78d7618cbce64c95d373e993f5b6087a53a
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@
sys/arch/i386/pci/auglx.c