[Bug 280212] Highpoint drivers (hptrr, etc) missing from 13.x

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 10 Jul 2024 22:01:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280212

--- Comment #4 from Herbert J. Skuhra <herbert@gojira.at> ---
(In reply to Vladimir Druzenko from comment #3)
Sorry, but have you checked the suggested workaround?
The drivers are obviously missing on all 13.x releases:

$ curl -O
http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/amd64/13.2-RELEASE/kernel.txz
$ tar -tzf kernel.txz  |grep hpt
./boot/kernel/hptiop.ko
$ curl -O
http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/amd64/13.1-RELEASE/kernel.txz
$ tar -tzf kernel.txz  |grep hpt
./boot/kernel/hptiop.ko
$ curl -O
http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/amd64/13.0-RELEASE/kernel.txz
$ tar -tzf kernel.txz  |grep hpt
./boot/kernel/hptiop.ko
$ curl -O
http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/amd64/14.0-RELEASE/kernel.txz
$ tar -tzf kernel.txz  |grep hpt
./boot/kernel/hptiop.ko
./boot/kernel/hptnr.ko
./boot/kernel/hptrr.ko
./boot/kernel/hpt27xx.ko
./boot/kernel/hptmv.ko

-- 
You are receiving this mail because:
You are the assignee for the bug.