Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 06/30/1999 11:38:03
Module Name:	syssrc
Committed By:	ragge
Date:		Wed Jun 30 18:38:03 UTC 1999

Modified Files:
	syssrc/sys/arch/vax/boot/boot: netio.c

Log Message:
Stop the network interface after kernel is loaded but before starting it.
Not doing this caused packets to be read into memory somewhere after the
kernel was started but before the device was probed, normally in the
system page table. This gave quite unpredictable results...


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/vax/boot/boot/netio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.