Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/12/2001 23:13:27
Module Name: syssrc
Committed By: thorpej
Date: Thu Apr 12 20:13:27 UTC 2001
Modified Files:
syssrc/sys/dev/mscp: mscp.c mscp_disk.c mscp_subr.c
Log Message:
Upon inspection of a 4000/600 dmesg, change the splbios to splubas.
XXX THIS CODE IS SERIOUSLY BROKEN! MSCP DEVICES ARE BLOCK I/O DEVICES,
AND THUS SPLBIO SHOULD BLOCK THEIR INTERRUPTS. The VAX port really
needs to get virtualized spl*() levels.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/mscp/mscp.c
cvs rdiff -r1.28 -r1.29 syssrc/sys/dev/mscp/mscp_disk.c
cvs rdiff -r1.16 -r1.17 syssrc/sys/dev/mscp/mscp_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.