summaryrefslogtreecommitdiffstats
path: root/src/drivers/bus
diff options
context:
space:
mode:
authorMichael Brown2007-07-03 21:39:47 +0200
committerMichael Brown2007-07-03 21:39:47 +0200
commitb5311c2c88124623314636f3610359a78973117d (patch)
tree43762039bf15965d6e638a9ec374f7eee3b34e54 /src/drivers/bus
parentShould be using the generic device probe mechanism, when (if) they (diff)
downloadipxe-b5311c2c88124623314636f3610359a78973117d.tar.gz
ipxe-b5311c2c88124623314636f3610359a78973117d.tar.xz
ipxe-b5311c2c88124623314636f3610359a78973117d.zip
This comment is no longer relevant.
Diffstat (limited to 'src/drivers/bus')
-rw-r--r--src/drivers/bus/isapnp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/drivers/bus/isapnp.c b/src/drivers/bus/isapnp.c
index b34108c7..7903208d 100644
--- a/src/drivers/bus/isapnp.c
+++ b/src/drivers/bus/isapnp.c
@@ -46,11 +46,6 @@
* is known and all cards have been allocated CSNs, there's nothing to
* be gained by re-scanning for cards.
*
- * However, we shouldn't make scanning the ISAPnP bus an INIT_FN(),
- * because even ISAPnP probing can still screw up other devices on the
- * ISA bus. We therefore probe only when we are first asked to find
- * an ISAPnP device.
- *
* External code (e.g. the ISAPnP ROM prefix) may already know the
* read port address, in which case it can store it in
* #isapnp_read_port. Note that setting the read port address in this