PERFORCE change 112961 for review
Kip Macy
kmacy at FreeBSD.org
Mon Jan 15 23:59:48 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=112961
Change 112961 by kmacy at kmacy_serendipity:sam_wifi on 2007/01/15 23:59:10
remove check forbidding INTR_FAST on cardbus, evidently it isn't needed any more
Affected files ...
.. //depot/projects/wifi/sys/dev/pccbb/pccbb.c#12 edit
Differences ...
==== //depot/projects/wifi/sys/dev/pccbb/pccbb.c#12 (text+ko) ====
@@ -354,14 +354,6 @@
struct cbb_softc *sc = device_get_softc(dev);
int err;
- /*
- * Well, this is no longer strictly true. You can have multiple
- * FAST ISRs, but can't mix fast and slow, so we have to assume
- * least common denominator until the base system supports mixing
- * and matching better.
- */
- if ((flags & INTR_FAST) != 0)
- return (EINVAL);
ih = malloc(sizeof(struct cbb_intrhand), M_DEVBUF, M_NOWAIT);
if (ih == NULL)
return (ENOMEM);
More information about the p4-projects
mailing list