Go to file
matt 2633c65da5 This commit fixes two bugs in the de driver. The first is that the
descriptor count gets miscounted on txprobes.  The second (and more
important) is that transmit stalls should now be fixed.  The problem
was not due to lack of ring resources but dmamaps.  When Jason changed
the driver to use pre-allocated maps (instead of the dynamic ones I
used), and when there were no more maps, the driver just gave up instead
of calling tx_intr to free any transmitted but unreclaimed dma maps.
Since there was nothing being transmitted, no transmit interrupts
would fire to restore things (and OACTIVE prevented other transmits
from happenning).  So it stayed starved until another interrupt cause
(like a received packet) "woke" it up.
1998-09-15 02:39:03 +00:00
bin We don't generate .o's anymore for helper programs, so don't CLEANFILES them. 1998-09-12 18:58:41 +00:00
distrib Added microtime(9) man page. 1998-09-15 01:43:52 +00:00
etc Some additions. 1998-09-14 21:09:51 +00:00
games constify (PR#6151, once more by Joseph Myers <jsm28@cam.ac.uk>) 1998-09-14 09:30:57 +00:00
gnu Find the proper general VAX and NetBSD MI definitions. 1998-09-15 02:24:54 +00:00
include __RENAME() the libcompat regexp routines so they will not be used by 1998-09-14 20:25:02 +00:00
lib Make makewhatis find strtok_r(3). 1998-09-14 21:35:34 +00:00
libexec At least make the comments accurate. 1998-09-13 05:53:34 +00:00
regress Make this cross-compile right. 1998-09-12 20:17:43 +00:00
sbin Restrict -l to the superuser as suggested in PR 3973 from <soren@t.dk>. 1998-09-14 17:08:55 +00:00
share Added microtime.9. 1998-09-15 01:40:47 +00:00
sys This commit fixes two bugs in the de driver. The first is that the 1998-09-15 02:39:03 +00:00
usr.bin Fix MLINKS. Define LDADD and DPADD. 1998-09-14 05:34:41 +00:00
usr.sbin Fix pr 5071 better after feedback from the Originator Havard Eidnes. 1998-09-14 21:23:07 +00:00
Makefile No need to shield alpha from gcc 2.7 libgcc any longer. Default is egcs. 1998-08-27 14:11:45 +00:00