Subject: partition lookup code
To: None <tech-kern@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-kern
Date: 06/18/2002 00:47:47
	sys/arch/*/*/disksubr.c contains very similar code for:
	- searching disklabel on DOS MBR partition
	- searching disklabel on specific location
	  (location varies by platform)
	- some other disklabel lookup function

	i'm wondering if someone have made these functions MI...

itojun