Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 11/06/1998 20:39:04
Module Name: src
Committed By: jonathan
Date: Sat Nov 7 04:39:04 UTC 1998
Modified Files:
src/sys/arch/i386/i386: disksubr.c
Log Message:
Pull MBR-scanning code and NetbSD-partition-finding into a separate
function, rathe than duplicating in readdisklabel() and writedisklabel().
XXX should really make MBR code MI, and share with other MBR-using ports
(e.g., arc, arm32 MBR label-scanning code).