Fix an incorrect FreeBSD version test.

This commit is contained in:
scottl 2007-12-09 19:24:27 +00:00
parent 7f4a636cb7
commit 9a48b755d2

View File

@ -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) {