summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-03-17 17:36:07 +0000
committerimp <imp@FreeBSD.org>2005-03-17 17:36:07 +0000
commit747c1f55e0c001c36f6fcfe931ab805e93aca352 (patch)
tree492887ef2a3a5373997d4dd6f496f2645319939c /sys
parentd936a4eb7ba349bb16cd6d8106fa0de642f504a1 (diff)
downloadFreeBSD-src-747c1f55e0c001c36f6fcfe931ab805e93aca352.zip
FreeBSD-src-747c1f55e0c001c36f6fcfe931ab805e93aca352.tar.gz
Now that the Adaptec 2842 has its own probe routine, no need to have
a comment saying its probe routine needs to be fixed.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/eisa/eisaconf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c
index a4e7a80..ce0aba6 100644
--- a/sys/dev/eisa/eisaconf.c
+++ b/sys/dev/eisa/eisaconf.c
@@ -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;
OpenPOWER on IntegriCloud