diff options
| author | Warner Losh <imp@FreeBSD.org> | 2006-10-19 05:25:53 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2006-10-19 05:25:53 +0000 |
| commit | ea3e117aaf32541c59e1615902a5197cb8ebd170 (patch) | |
| tree | f02fadae5e281804f0dfbff2e33eee57df8c8d6a /sys | |
| parent | eac85b1fe355e7596abc700c2478e6350cea388e (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 7805792a0ae7..8b7d140339d0 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 * ================================ |
