FreeBSD src
Go to file
Rodney W. Grimes 9ad564373e Bump boot block revision to 1.9 by a dummy edit on disk.c and:
>From: bde@kralizec.zeta.org.au (Bruce Evans)
Subject: cache botch in bootstrap
Date: Sun, 20 Feb 94 18:14:35 +1100
The cache in the bootstrap loader didn't allow for the device changing.

This caused surprisingly little trouble - the cache is only for a single
track (or part of a track), and the first access to a new device is
always for an early sector, so there is no problem unless the last access
to the old device was for an early sector.  I saw the problem on a system
with BSD on wd1 and no label on wd0.  Everything worked if the the device
name wd(1,a) was specified before the default of wd(0,a) was tried, but
when the default was tried, it failed on the first sector because there
was no label, and then the first sector on wd0 was always used instead
of the first sector on wd1, so there was apparently no label on wd1
either.

Bruce
1994-02-22 22:59:40 +00:00
bin Take -lgnuregex back out. Linking with it causes 'make install' to fail. 1994-02-03 04:23:11 +00:00
etc Add NE2100 Per Paul Richards, and whoopsss.... I did this in /usr/src 1994-02-22 17:11:27 +00:00
gnu Alignment fix from John Dyson/David Greenman 1994-02-20 16:06:12 +00:00
include This is the new link.h from Paul K. Keeping history is even probably a bad 1994-02-13 20:47:18 +00:00
lib Add $Id$ to all, clean up multiple spaces 1994-02-21 05:19:06 +00:00
libexec This is Paul K's latest set of ld changes. A commit was necessary at this 1994-02-13 20:43:13 +00:00
sbin This is Paul K's latest set of ld changes. A commit was necessary at this 1994-02-13 20:43:13 +00:00
share/man/man4 English corrected. 1994-02-19 15:50:38 +00:00
sys Bump boot block revision to 1.9 by a dummy edit on disk.c and: 1994-02-22 22:59:40 +00:00
usr.bin This is Paul K's latest set of ld changes. A commit was necessary at this 1994-02-13 20:43:13 +00:00
usr.sbin From: phk@login.dkuug.dk (Poul-Henning Kamp) 1994-02-20 15:41:59 +00:00