Date: Tue, 27 Feb 2007 14:42:59 -0500 From: John Baldwin <jhb@freebsd.org> To: Paolo Pisati <piso@freebsd.org> Cc: Perforce Change Reviews <perforce@freebsd.org> Subject: Re: PERFORCE change 115117 for review Message-ID: <200702271442.59674.jhb@freebsd.org> In-Reply-To: <200702271315.l1RDFnsC050426@repoman.freebsd.org> References: <200702271315.l1RDFnsC050426@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 27 February 2007 08:15, Paolo Pisati wrote: > http://perforce.freebsd.org/chv.cgi?CH=115117 > > Change 115117 by piso@piso_newluxor on 2007/02/27 13:15:32 > > Reduce diff against HEAD. > > Affected files ... > > .. //depot/projects/soc2006/intr_filter/i386/conf/NOTES#7 edit > .. //depot/projects/soc2006/intr_filter/sys/bus.h#8 edit > > Differences ... > > ==== //depot/projects/soc2006/intr_filter/sys/bus.h#8 (text+ko) ==== > > @@ -208,6 +186,7 @@ > INTR_TYPE_MISC = 16, > INTR_TYPE_CLK = 32, > INTR_TYPE_AV = 64, > + INTR_FAST = 128, > INTR_EXCL = 256, /* exclusive interrupt */ > INTR_MPSAFE = 512, /* this interrupt is SMP safe */ > INTR_ENTROPY = 1024 /* this interrupt provides entropy */ > I don't think you meant to readd this. :) -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702271442.59674.jhb>