Re: perils of porting code..

2001-08-16 Thread Bruce Evans
On Wed, 15 Aug 2001, Julian Elischer wrote: > the midway driver.. has the folowing comment. > > 855: #ifdef NBURST > 856: /* be careful. kernel stack is only 8K */ > 857: u_int8_t buffer[BOUNDARY * 2 + 64 * (NBURSTS + > > well, that may have been true

perils of porting code..

2001-08-15 Thread Julian Elischer
the midway driver.. has the folowing comment. 855: #ifdef NBURST 856: /* be careful. kernel stack is only 8K */ 857: u_int8_t buffer[BOUNDARY * 2 + 64 * (NBURSTS + well, that may have been true on NetBSD where this came from, but not in FreeBSD.. Su