1
0
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:
Scott Long 2007-12-09 19:24:27 +00:00
parent 579ec1a53f
commit f40b4cabee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174484

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