freebsd-src/stand/libofw
Warner Losh daaf594e84 stand/ofw: ofw_disk isn't really a disk
The rest of the code in the tree assumes that a DEVT_DISK uses a
disk_devdesc to represent the device. However ofw_disk diesn't, so we
can't use disk_fmtdev, nor disk_parsedev. ofw needs to have a
dv_match-like routine to use devpasrse, though, since we have two
drivers (net and block) that claim the same sort of devices (eg
/path/to/ofw-dev) based on the device-type property. In the interim, we
can't use devmatch and ofw_disk's and the default net driver's parsing
is offloaded ofw_parsedev.

Sponsored by:		Netflix
Differential Revision:	https://reviews.freebsd.org/D37347
2022-11-30 15:30:33 -07:00
..
devicename.c stand/ofw: Access the parsing routine more directly 2022-11-30 15:30:32 -07:00
libofw.h stand/ofw: ofw_disk isn't really a disk 2022-11-30 15:30:33 -07:00
Makefile zfs: Remove devicename_stubs 2022-11-30 15:30:32 -07:00
ofw_console.c
ofw_copy.c veloader use vectx API for kernel and modules 2020-03-08 17:42:42 +00:00
ofw_disk.c stand/ofw: ofw_disk isn't really a disk 2022-11-30 15:30:33 -07:00
ofw_memory.c Fix 64-bit build of libofw. 2020-09-08 23:22:11 +00:00
ofw_module.c
ofw_net.c ofw_net: Use c99 initializers 2022-11-29 14:49:06 -07:00
ofw_reboot.c
ofw_time.c
openfirm.c ofw: Cast function pointer to proper type 2022-11-27 13:23:28 -07:00
openfirm.h powerpc64le: stand fixes 2021-10-20 15:48:33 -03:00