Make hptmv(4) use xpt_alloc_ccb/xpt_free_ccb instead of malloc/free.
Unfortunately I don't have the hardware necessary to test it; testers
welcome.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
The core around this looks pretty weird to me, considering hpt_async() immediately calls panic(). But I don't expect troubles from this change.
sys/dev/hptmv/entry.c | ||
---|---|---|
2011 ↗ | (On Diff #78389) | Since it is not _nowait it is not supposed to fail. |