Date: Mon, 15 Jan 2007 23:59:47 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 112961 for review Message-ID: <200701152359.l0FNxlPs044506@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=112961 Change 112961 by kmacy@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701152359.l0FNxlPs044506>