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:
parent
eb60ca1b24
commit
2a01978a07
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85783
@ -1428,7 +1428,7 @@ ed_probe_HP_pclanp(dev, port_rid, flags)
|
||||
return ENXIO;
|
||||
}
|
||||
|
||||
return (ED_HPP_IO_PORTS);
|
||||
return (0);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user