freebsd-dev/sys/boot/usb
Toomas Soome b91aad35da loader: remove open_disk cache
As we provide the disk size verification and correction via disk_ioctl
and disk state provided by disk_open(), we can not share the partition
state in disk_devdesc structure. Also the sharing does make a lot of sense
with ufs, as only one partition is open at any given time, but zfs pools
do keep the disk devices open.

To make sure we do get the correct information about the open device,
just remove the cache.

Reviewed by:	allanjude, smh
Approved by:	allanjude (mentor)
Differential Revision:	https://reviews.freebsd.org/D9757
2017-03-16 12:04:43 +00:00
..
storage loader: remove open_disk cache 2017-03-16 12:04:43 +00:00
tools Use MAN= to specify that no man page is provided 2016-01-22 21:33:27 +00:00
bsd_usbloader_test.c Add function needed for linking USB test application. 2016-04-26 15:33:53 +00:00
Makefile Merge from CheriBSD: 2014-08-04 23:00:13 +00:00
Makefile.test
usb_busdma_loader.c Use properly aligned buffer in usb_alloc 2015-11-27 18:13:28 +00:00
usbcore.mk Add support for exynos5_ehci in loader 2015-11-27 18:22:04 +00:00