Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/15/2004 07:19:01
Module Name: src
Committed By: thorpej
Date: Fri Oct 15 07:19:01 UTC 2004
Modified Files:
src/sys/kern: init_main.c subr_disk.c
src/sys/sys: disk.h
Log Message:
- Eliminate the need to call disk_init().
- disk_count needs to be protected with disklist_slock, too.
To generate a diff of this commit:
cvs rdiff -r1.240 -r1.241 src/sys/kern/init_main.c
cvs rdiff -r1.62 -r1.63 src/sys/kern/subr_disk.c
cvs rdiff -r1.26 -r1.27 src/sys/sys/disk.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.