Go to file
jonathan 7bb66692c0 Add fine-grain clock code which uses the 25 MHz TURBOChannel bus-cycle
counter on 5k/240s to interpolate to microsecond-resolution clock
in microtime().  Only the "rev B" ASIC in 5k/240s is known to have
this counter; other models may or may not.  This gives microsecond
resolution at user-level, and up to 40ns resolution (modulo the
nominal 5(?) 40MHz cpu cycles for reads to complete) in the kernel.


Change the IOASIC reset function to set up the DMA mapping for the
53c94.  Allocate 16 Kbytes of DMA buffer for 53c94 ASCs under an IOASIC,
as the 3MAX baseboard and TC options  have 128 Kbytes of static
bounce buffer, and the drivers really _should_ support 16Kbyte
I/O requests. (They don't always.)

Give the LANCE a hard reset on 5k/240s, just to be on the safe side.
(the 5k/240 I use sometimes reported errors at boot time.)
1995-09-25 04:21:01 +00:00
bin Handle %q format directive; from Mike Long (PR #1454). 1995-09-14 16:19:06 +00:00
distrib Second try at import of pc532/floppies. 1995-09-10 06:13:41 +00:00
etc Merge changes and clean up of Matthias Pfaller. 1995-09-20 23:05:20 +00:00
games fix typo: new -> knew 1995-07-17 06:23:06 +00:00
gnu Don't make or install cc1 on the pc532 until we upgrade past 2.4.5. 1995-09-24 06:50:41 +00:00
include Define `dlexit()' in crt<=>rtld interface (active in v4). 1995-09-23 22:26:15 +00:00
lib Don't write a.out files; breaks parallel makes. 1995-09-25 00:57:28 +00:00
libexec Pass on return value. 1995-09-23 22:48:18 +00:00
regress just include stdlib.h to get malloc proto. 1995-04-29 05:44:35 +00:00
sbin Fix the case where stat() fails, so that the file system is still unmounted. 1995-09-22 02:03:48 +00:00
share - Actually commit the bsd.lib.mk changes mentioned above... 1995-09-25 00:53:09 +00:00
sys Add fine-grain clock code which uses the 25 MHz TURBOChannel bus-cycle 1995-09-25 04:21:01 +00:00
usr.bin Revert previous suffix fix. If the .a suffix is present and a .c.a rule is 1995-09-25 02:46:30 +00:00
usr.sbin Better way to deal with byte-order in the RMP packet (might work on a PDP-11!) 1995-09-19 06:27:31 +00:00
Makefile work in the face of a /usr/src/obj directory 1995-02-26 01:10:19 +00:00