mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Fix an incorrect FreeBSD version test.
This commit is contained in:
parent
579ec1a53f
commit
f40b4cabee
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174484
@ -3099,7 +3099,7 @@ static u_int32_t arcmsr_attach(device_t dev)
|
||||
return ENXIO;
|
||||
}
|
||||
ARCMSR_LOCK_ACQUIRE(&acb->qbuffer_lock);
|
||||
#if __FreeBSD_version >= 700099
|
||||
#if __FreeBSD_version >= 700044
|
||||
if(xpt_bus_register(acb->psim, dev, 0) != CAM_SUCCESS) {
|
||||
#else
|
||||
if(xpt_bus_register(acb->psim, 0) != CAM_SUCCESS) {
|
||||
|
Loading…
Reference in New Issue
Block a user