Subject: CVS commit: syssrc/sys/dev/scsipi
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 12/15/2002 03:55:45
Module Name: syssrc
Committed By: fvdl
Date: Sun Dec 15 01:55:44 UTC 2002
Modified Files:
syssrc/sys/dev/scsipi: cd.c sd.c
Log Message:
Don't waste too much kernel stack space on (infrequent) ioctl operations,
use malloc instead for temp space.
To generate a diff of this commit:
cvs rdiff -r1.170 -r1.171 syssrc/sys/dev/scsipi/cd.c
cvs rdiff -r1.191 -r1.192 syssrc/sys/dev/scsipi/sd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.