Enable packet mode by default. Disk drives have gotten so large now,

it is often the case the partition one wants to boot is above cylinder 1023.
This commit is contained in:
David E. O'Brien 2004-08-03 15:20:55 +00:00
parent a2e358988f
commit 3d862ddd11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133077

View File

@ -61,7 +61,7 @@ static const struct {
const char *tok;
int def;
} opttbl[] = {
{"packet", 0},
{"packet", 1},
{"update", 1},
{"setdrv", 0}
};