diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-10-27 08:06:32 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-10-27 08:06:32 +0000 |
commit | b5464f47493b2abb003205f76e8776597eeb176a (patch) | |
tree | 89c336c5467d45d7dd6d516d87f501eafdf30eeb /sys/arch/i386/conf | |
parent | 65620acc2871184197dc498b893432ffb3749cbe (diff) |
Kernel side of disk signature based BIOS->BSD disk number mapping
(a.k.a checksumming). This is a solution for the otherwise hard problem
of knowing what disk a certain BIOS geometry is for. PC BIOSes does not
tell anything about where a certain disk is physically attached, and
the ordering of drives in the BIOS area is not deterministic. for the
moment it is not enabled in any kernel config file, but that will come RSN.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 8a318f28429..3b0ac979366 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.34 1997/09/29 03:52:21 mickey Exp $ +# $OpenBSD: files.i386,v 1.35 1997/10/27 08:06:31 niklas Exp $ # $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $ # # new style config file for i386 architecture @@ -223,3 +223,6 @@ device apm attach apm at bios file arch/i386/i386/apm.c apm needs-count +pseudo-device dkcsum +file arch/i386/i386/dkcsum.c dkcsum needs-flag +file lib/libz/adler32.c dkcsum & !ppp_deflate |