freebsd with flexible iflib nic queues
Go to file
Poul-Henning Kamp 5b28a6011f Fix for NFS_NOSERVER
Poul mentioned that he thought this was some kind of timing problem, and
that started me thinking. After a little poking around, I found that
nfs_timer() was completely disabled when NFS_NOSERVER was #defined.
But after looking at nfs_timer(), it seemed like it was something
required by both the client and server code, and disabling it outright
just didn't seem to make any sense. Parts of it relate only to the
NFS server side code, so I disabled those, but I re-enabled the rest
of the function and made sure that it would be called from nfs_init()
(in nfs_subs.c).

With nfs_timer() re-enabled, everything seems to work again. The only
other changes I made were to #ifdef away some variable declarations
in the NFS_NOSERVER case so that gcc would stop complaining about
unused variables.

Reviewed by:	phk
Submitted by:	Bill Paul <wpaul@skynet.ctr.columbia.edu>
1996-06-14 11:13:21 +00:00
bin Backup yacc changes. 1996-06-02 17:06:40 +00:00
eBones Bring in a change that got lost when we spammed over the CVS repository 1996-06-05 22:48:04 +00:00
etc IDE cd fixes: 1996-06-07 15:47:15 +00:00
games Handle sorting in better way 1996-06-09 19:41:31 +00:00
gnu Increase performance using pre-calculated collate table 1996-06-10 01:32:40 +00:00
include Add an independent implementation of addr2ascii(3) and ascii2addr(3) 1996-06-13 20:45:05 +00:00
lib It would help if I actually added the source code for these routines. 1996-06-13 20:45:42 +00:00
libexec Take ypxfrd_xdr.c out of SRCS line. It should be included in librpcsvc, 1996-06-06 03:58:06 +00:00
lkm Add ccd. 1996-06-12 03:49:35 +00:00
release Make the editor work again and we're done. 1996-06-13 17:36:28 +00:00
sbin Our kernel is not called /netbsd. ;) 1996-06-14 10:51:47 +00:00
secure Bring in a change that got lost when we spammed over the CVS repository 1996-06-05 22:48:04 +00:00
share Delete incorrect and misleading suggestion about NULL. I left in 1996-06-13 19:52:42 +00:00
sys Fix for NFS_NOSERVER 1996-06-14 11:13:21 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin Fix a couple of minor typos. Closes PR 1309. 1996-06-11 23:17:03 +00:00
usr.sbin Make the editor work again and we're done. 1996-06-13 17:36:28 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile 1) make -DCLOBBER not remove most of /usr/lib 1996-05-04 07:12:07 +00:00