Now that the Adaptec 2842 has its own probe routine, no need to have

a comment saying its probe routine needs to be fixed.
This commit is contained in:
Warner Losh 2005-03-17 17:36:07 +00:00
parent f9f5f61140
commit 3c964602bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143759

View File

@ -166,9 +166,7 @@ eisa_probe(device_t dev)
* We abort the probe early in this case since
* continuing on causes a hang on some systems.
* Interestingly enough, the inb has been seen to
* cause the hang. However, aborting here causes
* the Adaptec 2842 probe to fail so that driver
* needs to be fixed separately.
* cause the hang.
*/
if (slot == 0)
break;