Subject: CVS commit: src/sys/arch/hp300/hp300
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 05/24/2005 10:27:24
Module Name: src
Committed By: tsutsui
Date: Tue May 24 10:27:24 UTC 2005
Modified Files:
src/sys/arch/hp300/hp300: disksubr.c
Log Message:
- make readdisklabel(9) return more usable default label
if disk doesn't have disklabel (sync with news68k)
- most hp300 machines have a boot patition and partition a doesn't
start at 0, so RAW_PART should be used in bounds_check_with_label(9)
- remove unneeded <sys/syslog.h>
- remove b_cylinder definition, which is in <sys/buf.h>
- some other cosmetics
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/arch/hp300/hp300/disksubr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.