Subject: sun-lamp CVS commits
To: None <source-changes@sun-lamp.cs.berkeley.edu>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 12/01/1994 04:00:04
mycroft
Thu Dec  1 03:53:57 PST 1994
Update of /b/source/CVS/src/sys/scsi
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sys/scsi

Modified Files:
	scsi_ioctl.c 
Log Message:
Remove the silly statically allocated array, and simply malloc the data 
structures as needed.  Also, put the buf in the malloc()ed area.  Remove a
duplicate si_free() (though this was harmless before).