Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/23/1996 07:30:01
matthias
Wed Oct 23 00:20:10 PDT 1996
Update of /cvsroot/src/sys/vm
In directory netbsd1:/home/matthias/netbsd/sys/vm

Modified Files:
	vm_glue.c 
Log Message:
* The kernel-stack no longer needs to be wired-down on the pc532.


matthias
Wed Oct 23 00:25:40 PDT 1996
Update of /cvsroot/src/sys/scsi
In directory netbsd1:/home/matthias/netbsd/sys/scsi

Modified Files:
	scsiconf.c 
Log Message:
* At least the Teac FC-1 Shugart-SCSI bridgeboard does motor on/off
management by itself. But when it gets a start unit request, it keeps
the floppy motor running all the time. This adds code for dealing with
yet another quirk (SDEV_NOSTARTUNIT) that prevents sd.c from sending
start unit requests. A entry for the Teac FC-1 is added to the quirk
table.


matthias
Wed Oct 23 00:25:42 PDT 1996
Update of /cvsroot/src/sys/scsi
In directory netbsd1:/home/matthias/netbsd/sys/scsi

Modified Files:
	scsiconf.h 
Log Message:
* At least the Teac FC-1 Shugart-SCSI bridgeboard does motor on/off
management by itself. But when it gets a start unit request, it keeps
the floppy motor running all the time. This adds code for dealing with
yet another quirk (SDEV_NOSTARTUNIT) that prevents sd.c from sending
start unit requests. A entry for the Teac FC-1 is added to the quirk
table.


matthias
Wed Oct 23 00:25:45 PDT 1996
Update of /cvsroot/src/sys/scsi
In directory netbsd1:/home/matthias/netbsd/sys/scsi

Modified Files:
	sd.c 
Log Message:
* At least the Teac FC-1 Shugart-SCSI bridgeboard does motor on/off
management by itself. But when it gets a start unit request, it keeps
the floppy motor running all the time. This adds code for dealing with
yet another quirk (SDEV_NOSTARTUNIT) that prevents sd.c from sending
start unit requests. A entry for the Teac FC-1 is added to the quirk
table.