Module Name: src Committed By: sborrill Date: Wed Oct 22 12:28:52 UTC 2014
Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Ticket #153 To generate a diff of this commit: cvs rdiff -u -r1.1.2.62 -r1.1.2.63 src/doc/CHANGES-7.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-7.0 diff -u src/doc/CHANGES-7.0:1.1.2.62 src/doc/CHANGES-7.0:1.1.2.63 --- src/doc/CHANGES-7.0:1.1.2.62 Sun Oct 19 16:12:22 2014 +++ src/doc/CHANGES-7.0 Wed Oct 22 12:28:52 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.0,v 1.1.2.62 2014/10/19 16:12:22 martin Exp $ +# $NetBSD: CHANGES-7.0,v 1.1.2.63 2014/10/22 12:28:52 sborrill Exp $ A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014 until the 7.0 release: @@ -1812,3 +1812,10 @@ sys/arch/i386/include/Makefile.inc 1.3 Disable SSE and AVX for kernel modules. [joerg, ticket #152] +usr.sbin/sysinst/mbr.c 1.4 + + On architectures that have no BIOS (and so do not set a BIOS + geometry), we need to initialize the globals bsec, bcyl and bhead + before using them. + [martin, ticket #153] +