Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/01/2004 05:16:04
Module Name:	src
Committed By:	thorpej
Date:		Fri Oct  1 05:16:04 UTC 2004

Modified Files:
	src/sys/conf: files
	src/sys/dev: dk.c
	src/sys/sys: disk.h
Added Files:
	src/sys/dev: dkwedge_gpt.c

Log Message:
Break out the wedge discovery methods into true modules, and add some
infrastructure that allows new ones to be added.  The discovery methods
are prioritized, and only one can exist at a given priority.

The DKWEDGE_METHOD_GPT option causes GPT support to be included.  GPT is
at priority 0; we prefer GPT above all others.


To generate a diff of this commit:
cvs rdiff -r1.687 -r1.688 src/sys/conf/files
cvs rdiff -r1.5 -r1.6 src/sys/dev/dk.c
cvs rdiff -r0 -r1.1 src/sys/dev/dkwedge_gpt.c
cvs rdiff -r1.25 -r1.26 src/sys/sys/disk.h

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