mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-30 08:19:09 +00:00
Correct polarity of packet mode bit.
Problem discovered when 'boot0cfg -B -v -o packet -s 2 ad4' turned off packet mode while reporting it as being enabled.
This commit is contained in:
parent
49e5f5521d
commit
03234cabb7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135249
@ -61,7 +61,7 @@ static const struct {
|
||||
const char *tok;
|
||||
int def;
|
||||
} opttbl[] = {
|
||||
{"packet", 1},
|
||||
{"packet", 0},
|
||||
{"update", 1},
|
||||
{"setdrv", 0}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user