Go to file
thorpej e8823cc3f3 Cleanup of the EPIC/100 driver I did while hacking on the Rhine driver:
* Macroize hardware and software descriptor access (much easier to read).
* Simplify and optimize the transmit loop a bit, and use IFF_OACTIVE as
  appropriate.
* Fix a potential race condition in the transmit loop.  This change has
  made the driver significantly more stable (almost completely eliminated
  the "device timeout" errors that have plagued this driver).
* Implement transmit interrupt pacing.
* Add missing bus_dmamap_sync() calls (on transmit and receive descriptors
  and fraglists).  (Draining the write buffer when accessing these structures
  may have also contributed to the increased stability of this driver on
  the Alpha.)
1999-02-12 05:55:27 +00:00
bin Fix opt_add() prototype. 1999-02-07 15:08:50 +00:00
distrib Add Texinfo stuff and /usr/share/locale files. 1999-02-11 17:41:22 +00:00
etc Use slightly cleaner syntax for release/snapshot target. 1999-02-11 22:48:11 +00:00
games Remove unneeded "mips compiler bug" workaround from original code imported 1999-02-11 02:34:24 +00:00
gnu Need string.h for prototypes. 1999-02-12 01:42:29 +00:00
include Add l64a_r(), a reentrant version of l64a(); found in the Multithreading 1999-02-06 15:04:05 +00:00
lib use clock_settime.2 not clock_settime.c in MAN 1999-02-11 20:42:49 +00:00
libexec Fix for PR 5821 1999-02-12 05:30:11 +00:00
regress Fix typo in previous commit 1999-02-04 18:58:33 +00:00
sbin add BeOS entry, from URA Hiroshi, PR 6974 1999-02-09 19:11:46 +00:00
share pull in bsd.own.mk for MKOBJ 1999-02-12 04:13:26 +00:00
sys Cleanup of the EPIC/100 driver I did while hacking on the Rhine driver: 1999-02-12 05:55:27 +00:00
usr.bin Change NOMAN=1 to MKMAN=no, becuase bsd.own.mk is included before NOMAN 1999-02-12 04:09:02 +00:00
usr.sbin it's unlikely that 1.4 will ship with support for db backends for 1999-02-12 04:24:49 +00:00
Makefile Back out the info dir changes; /usr/share/info was not in pkgsrc's info 1999-02-11 17:56:46 +00:00