]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add locking to make able to run without the Giant lock being held. This
authorcp <cp@FreeBSD.org>
Sun, 17 Sep 2000 13:26:25 +0000 (13:26 +0000)
committercp <cp@FreeBSD.org>
Sun, 17 Sep 2000 13:26:25 +0000 (13:26 +0000)
commit95ec42afde6869492a2af5d4d2e80b7d5dbf3448
tree35a788fcb4e3aec0c989ad7fcd128aa0a1fff1da
parent10844db3a7dab0b5f067e69e28ea6c590e58dfe5
Add locking to make able to run without the Giant lock being held. This
is enabling as all entries are still called with Giant being held.
Maintaining compatability with NetBSD makes what should be very simple
kinda ugly.

Reviewed by: Jason Evans
sys/dev/fxp/if_fxp.c
sys/dev/fxp/if_fxpvar.h
sys/pci/if_fxp.c
sys/pci/if_fxpvar.h