Subject: CVS commit: src/sys/arch/news68k/news68k
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 03/30/2003 11:37:17
Module Name:	src
Committed By:	tsutsui
Date:		Sun Mar 30 08:37:17 UTC 2003

Modified Files:
	src/sys/arch/news68k/news68k: disksubr.c

Log Message:
- Since current sdstrategy() calls bounds_check_with_label() implicitly,
  allow overwriting disklabel for RAW_PART in bounds_check_with_label().
- Also allow overwriting disklabel even for !RAW_PART if securelevel == 0
  so that installboot(8) can write bootblock against 'a' partition.
- labelsector is at top of RAW_PART, not 'a' partition.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/news68k/news68k/disksubr.c

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