Fix obvious bug where return from probe was botched.

People with HP PCLAN+ NICs can now happily use the card again

PR:		21087
Submitted by:	M. B. Buchanan <buchanan@orbitworld.net>
This commit is contained in:
Jeroen Ruigrok van der Werven 2001-10-31 19:43:33 +00:00
parent eb60ca1b24
commit 2a01978a07
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85783

View File

@ -1428,7 +1428,7 @@ ed_probe_HP_pclanp(dev, port_rid, flags)
return ENXIO;
}
return (ED_HPP_IO_PORTS);
return (0);
}