Date: Mon, 28 Mar 2005 17:36:06 +0000 (UTC) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/ndis ntoskrnl_var.h subr_ntoskrnl.c Message-ID: <200503281736.j2SHa6uP059810@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503281736.j2SHa6uP059810>
