freebsd-dev/stand/kboot
Warner Losh ad759c7352 stand: Add disk_fmtdev for dv_fmtdev for all the disk devices
All of the archsw fmtdev functions treat DEVT_DISK as a call to
disk_fmtdev. Set all disks' dv_fmtdev to disk_fmtdev so devformat
will return the same thing.

Sponsored by:		Netflix
Reviewed by:		tsoome (prior version)
Differential Revision:	https://reviews.freebsd.org/D35917
2022-08-11 10:27:16 -06:00
..
arch kboot: implement stripped down termios 2022-07-28 15:35:42 -06:00
conf.c kboot: Move conf.c up to top level 2022-07-28 15:35:42 -06:00
crt1.c stand: Spell License correctly 2022-07-26 16:31:13 -06:00
host_syscall.h kboot: Implement host_ioctl 2022-07-28 15:35:42 -06:00
host_syscalls.c kboot: Implement host_ioctl 2022-07-28 15:35:42 -06:00
hostcons.c kboot: Make console raw when we start 2022-07-28 15:35:42 -06:00
hostdisk.c stand: Add disk_fmtdev for dv_fmtdev for all the disk devices 2022-08-11 10:27:16 -06:00
kbootfdt.c kboot: Convert from getdents to getdents64 2022-07-27 22:29:27 -06:00
main.c kboot: Add host_exit and use it to implement exit() 2022-07-28 15:35:42 -06:00
Makefile kboot: implement stripped down termios 2022-07-28 15:35:42 -06:00
termios_gen.h kboot: implement stripped down termios 2022-07-28 15:35:42 -06:00
termios.c kboot: implement stripped down termios 2022-07-28 15:35:42 -06:00
termios.h kboot: implement stripped down termios 2022-07-28 15:35:42 -06:00
version