Re: [UPDATE] FreeBSD 14.0-BETA3 Now Available

2023-09-30 Thread Glen Barber
Yes, there will at least be BETA5. Glen Sent from my phone. Please excuse my brevity and/or typos. > On Sep 30, 2023, at 2:24 PM, Philip Homburg wrote: > >  >> >> Note, releases from 13.2 and earlier are >> still problematic due to a file name being replaced with a directory of >> the same na

Re: [UPDATE] FreeBSD 14.0-BETA3 Now Available

2023-09-30 Thread Philip Homburg
>Note, releases from 13.2 and earlier are >still problematic due to a file name being replaced with a directory of >the same name. A patch is being tested currently, and we hope to have >this resolved for 14.0-BETA4. I tried upgrading from 13.2 to BETA4 and it seems that the issue is still there.

15 & 14: ram_attach vs. its using regions_to_avail vs. "bus_alloc_resource" can lead to: panic("ram_attach: resource %d failed to attach", rid)

2023-09-30 Thread Mark Millard
ram_attach is based on regions_to_avail but that is a problem for its later bus_alloc_resource use --and that can lead to: panic("ram_attach: resource %d failed to attach", rid); Unfortunately, the known example is use of EDK2 on RPi4B class systems, not what is considered the supported way. The