git: sys/boot: Simplify MAKEBOOTDEV macro
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Wed Feb 10 12:55:52 PST 2016
commit a05cac609bde26230cce35aa408637cf9c5010e9
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Wed Feb 10 15:44:40 2016 +0200
sys/boot: Simplify MAKEBOOTDEV macro
Treat slice as a single part of bootdev.
Previous implementation artificially slit it into
adaptor and controller fields.
No functional change intended.
Taken-from: FreeBSD
Summary of changes:
sys/boot/pc32/boot2/boot2.c | 2 +-
sys/boot/pc32/libi386/bioscd.c | 2 +-
sys/boot/pc32/libi386/biosdisk.c | 5 +----
sys/boot/pc32/loader/main.c | 3 +--
sys/platform/pc64/include/bootinfo.h | 19 ++++++------------
sys/sys/reboot.h | 39 ------------------------------------
6 files changed, 10 insertions(+), 60 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a05cac609bde26230cce35aa408637cf9c5010e9
--
DragonFly BSD source repository
More information about the Commits
mailing list