freebsd-dev/stand/i386
Warner Losh de04d704a9 Use the actual struct devdesc at the start of all *_devdesc structs
The current system is fragile and requires very careful layout of all
*_devdesc structures. It also makes it hard to change the base
devdesc. Take a page from CAM and put the 'header' in all the derived
classes and adjust the code to match.

For OFW, move the iHandle h_handle out of a slot conflicting with
d_opendata. Due to quirks in the alignment rules, this worked.
However changing the code to use d_opendata storage now that it's a
pointer is hard, so just have a separate field for it.

All other cleanups were to make the *_devdesc structures match where
they'd taken some liberties that were none-the-less compatible enough
to work.
2018-03-12 21:39:49 +00:00
..
boot0 Centralize several variables. 2018-02-02 06:32:26 +00:00
boot0sio
boot2 Further style(9) changes. 2018-02-21 18:32:06 +00:00
btx Centralize several variables. 2018-02-02 06:32:26 +00:00
cdboot Centralize several variables. 2018-02-02 06:32:26 +00:00
common Remove the 'mini libstand in libstand' that util.[ch] provided. These 2017-12-15 23:16:53 +00:00
gptboot Tag unreachable places as such. I left the while (1); in place since 2018-01-26 22:22:21 +00:00
gptzfsboot Avoid setting -Wno-tentative-definition-incomplete-type with gcc. 2017-12-07 22:11:23 +00:00
kgzldr Centralize several variables. 2018-02-02 06:32:26 +00:00
libfirewire Centralize several variables. 2018-02-02 06:32:26 +00:00
libi386 Use the actual struct devdesc at the start of all *_devdesc structs 2018-03-12 21:39:49 +00:00
loader Use the actual struct devdesc at the start of all *_devdesc structs 2018-03-12 21:39:49 +00:00
mbr Centralize several variables. 2018-02-02 06:32:26 +00:00
pmbr Centralize several variables. 2018-02-02 06:32:26 +00:00
pxeldr
zfsboot Hoist btx include stuff to i386/Makefile.inc 2017-12-19 04:06:02 +00:00
zfsloader
boot.ldscript
Makefile stand: Fix build after r330249 2018-03-01 21:46:01 +00:00
Makefile.inc Hoist btx include stuff to i386/Makefile.inc 2017-12-19 04:06:02 +00:00