diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-03-17 17:36:07 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-03-17 17:36:07 +0000 |
| commit | 3c964602bd35ea2f95026831655dcdb0dbc212ea (patch) | |
| tree | 492887ef2a3a5373997d4dd6f496f2645319939c /sys/dev/eisa | |
| parent | f9f5f6114003171a9bdbd247d1650f4ac4c9194d (diff) | |
Notes
Diffstat (limited to 'sys/dev/eisa')
| -rw-r--r-- | sys/dev/eisa/eisaconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c index a4e7a8012204..ce0aba6eb408 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; |
