summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2004-03-17 21:45:55 +0000
committerjmg <jmg@FreeBSD.org>2004-03-17 21:45:55 +0000
commit0368fc0848bc1e4c83141137e0eba1609a23fede (patch)
tree4f0a40aca11f000dd639e9eb1122cab5ca22d926 /sys/amd64/isa
parent01e7b3342e5074db1ea0c103fdfa9759729330eb (diff)
downloadFreeBSD-src-0368fc0848bc1e4c83141137e0eba1609a23fede.zip
FreeBSD-src-0368fc0848bc1e4c83141137e0eba1609a23fede.tar.gz
sync comment with i386's isa.c.. This removes a comment that is YEARS
old...
Diffstat (limited to 'sys/amd64/isa')
-rw-r--r--sys/amd64/isa/isa.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/amd64/isa/isa.c b/sys/amd64/isa/isa.c
index c87b2db..bf1ae4e 100644
--- a/sys/amd64/isa/isa.c
+++ b/sys/amd64/isa/isa.c
@@ -86,9 +86,7 @@ isa_alloc_resource(device_t bus, device_t child, int type, int *rid,
u_long start, u_long end, u_long count, u_int flags)
{
/*
- * Consider adding a resource definition. We allow rid 0-1 for
- * irq and drq, 0-3 for memory and 0-7 for ports which is
- * sufficient for isapnp.
+ * Consider adding a resource definition.
*/
int passthrough = (device_get_parent(child) != bus);
int isdefault = (start == 0UL && end == ~0UL);
OpenPOWER on IntegriCloud