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

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

Log Message:
Sync with news68k/disksubr.c rev 1.11-1.13:
- Fix -Wsign-compare warnings.
- Drop trailing white space.
- 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.10 -r1.11 src/sys/arch/newsmips/newsmips/disksubr.c

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