aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/isa
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>2004-03-17 21:45:55 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>2004-03-17 21:45:55 +0000
commit4de27366d1041dc4e820da06fc4296ff991c9903 (patch)
tree4f0a40aca11f000dd639e9eb1122cab5ca22d926 /sys/sparc64/isa
parentcc7e9022768010fa3c03c5b84cc387ff88c66240 (diff)
downloadsrc-4de27366d1041dc4e820da06fc4296ff991c9903.tar.gz
src-4de27366d1041dc4e820da06fc4296ff991c9903.zip
sync comment with i386's isa.c.. This removes a comment that is YEARS
old...
Notes
Notes: svn path=/head/; revision=127146
Diffstat (limited to 'sys/sparc64/isa')
-rw-r--r--sys/sparc64/isa/isa.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sparc64/isa/isa.c b/sys/sparc64/isa/isa.c
index 502e9b1aed72..6779150fa635 100644
--- a/sys/sparc64/isa/isa.c
+++ b/sys/sparc64/isa/isa.c
@@ -202,9 +202,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);