cvs commit: src/sys/compat/ndis ntoskrnl_var.h subr_ntoskrnl.c
Bill Paul
wpaul at FreeBSD.org
Mon Mar 28 09:36:07 PST 2005
wpaul 2005-03-28 17:36:06 UTC
FreeBSD src repository
Modified files:
sys/compat/ndis ntoskrnl_var.h subr_ntoskrnl.c
Log:
Tweak to hopefully make lookaside lists work on amd64: in Windows, the
nll_obsoletelock field in the lookaside list structure is only defined
for the i386 arch. For amd64, the field is gone, and different list
update routines are used which do their locking internally. Apparently
the Inprocomm amd64 driver uses lookaside lists. I'm not positive this
will make it work yet since I don't have an Inprocomm NIC to test, but
this needs to be fixed anyway.
Revision Changes Path
1.31 +3 -1 src/sys/compat/ndis/ntoskrnl_var.h
1.59 +4 -0 src/sys/compat/ndis/subr_ntoskrnl.c
More information about the cvs-src
mailing list