remove stale comment since these limits have been increased YEARS ago...

This commit is contained in:
John-Mark Gurney 2004-03-17 19:04:58 +00:00
parent 7863752724
commit cb8c2e1cd2

View File

@ -89,9 +89,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);