diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ray/if_ray.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ray/if_ray.c b/sys/dev/ray/if_ray.c index 7805792..8b7d140 100644 --- a/sys/dev/ray/if_ray.c +++ b/sys/dev/ray/if_ray.c @@ -78,8 +78,7 @@ __FBSDID("$FreeBSD$"); * interact with pccardd) if you use other memory mapped cards in the * same pccard slot as currently old mappings are not cleaned up very well * by the bus_release_resource methods or pccardd. - * - * There is no support for running this driver on 4.0. + * XXX Are these workarounds necessary with NEWCARD? * * Ad-hoc and infra-structure modes * ================================ |