freebsd-nq/sys/boot/mips/beri
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
..
boot2 Use LDFLAGS with CC instead of _LDFLAGS. 2017-02-22 23:58:54 +00:00
common Use compiler driver to link BERI boot loaders 2017-01-05 19:17:14 +00:00
loader loader: remove open_disk cache 2017-03-16 12:04:43 +00:00
Makefile
Makefile.inc