Remove now unnecessary messing with PCI command register.
[dragonfly.git] / sys / vfs / coda / 00READ
1 WARNING:
2         A version of this code has run on stable for a while now.
3         The code has been recently ported to current.  It is mostly
4         working, but hasn't been run long enough to be sure all the
5         bugs are sorted out.  Let me know if there are any problems.
6         In particular, killing venus (or rebooting) when/if venus
7         is hung, may not work correctly.
8
9         This code is not SMP ready.  Most locks are on vnodes
10         and cnodes and go thru the lock manager.  There are a
11         few hashes and queues that need to be locked -- I think that's
12         all that is needed.
13
14
15                                                 rvb@cmu.edu