NetBSD/sys/arch
thorpej 0aa48d5c55 New delay(), more carefully coded:
- Use explicit assembly; don't want the compiler optimizing things too
  much here.
- Subtract 2 for each iteration of the loop, rather than 3.  The loop
  consists of only 2 instructions (even the C version compiled to a
  loop of 2 instructions).

The latter change has squashed a fairly annoying timing bug in the
mii_bitbang module as used by the `ex' driver on my AlphaStation 500.

XXX delay() should maybe be rewritten again, to use the rpcc instruction.
1999-12-03 07:29:57 +00:00
..
alpha New delay(), more carefully coded: 1999-12-03 07:29:57 +00:00
amiga Very initial support for booting PPC kernels on P5 boards. 1999-11-28 22:10:47 +00:00
arm32 Increase packet counter before passing packets to BPF. 1999-11-30 17:02:39 +00:00
atari Fix typo (&& -> &). 1999-11-28 20:30:57 +00:00
bebox bring in content of GENERIC.v6 into GENERIC. 1999-11-21 14:00:37 +00:00
evbsh3 Add 1999-11-15 19:00:25 +00:00
hp300 Fix typo (&& -> &). 1999-11-28 20:30:57 +00:00
hpcmips remove nonrequired include file line (fb.h) 1999-12-02 18:50:54 +00:00
i386 add support for 3c905b-Combo 1999-12-02 13:21:48 +00:00
m68k pmap_enter() change. 1999-11-18 15:19:26 +00:00
mac68k Use a bitwise-and to test CC_IPURGE, not a logical-and. This could have led 1999-11-28 11:10:47 +00:00
macppc Now make an ofwboot.xcf, and XCOFF version of ofwboot. Uses the new 1999-11-23 01:35:37 +00:00
mips Decouple DECstation binding, use 'dev/dec/mcclock_pad32.h' for 1999-12-03 02:56:37 +00:00
mmeye defopt COM_DEBUG, COM_HAYESP, and COM16650 1999-11-22 03:53:38 +00:00
mvme68k Fix typo (&& -> &). 1999-11-28 20:30:57 +00:00
newsmips bring in content of GENERIC.v6 into GENERIC. 1999-11-21 14:00:37 +00:00
next68k Fix typo (&& -> &). 1999-11-28 20:30:57 +00:00
ofppc bring in content of GENERIC.v6 into GENERIC. 1999-11-21 14:00:37 +00:00
pc532 bring in content of GENERIC.v6 into GENERIC. 1999-11-21 14:00:37 +00:00
pica bring in content of GENERIC.v6 into GENERIC. 1999-11-21 14:00:37 +00:00
pmax Change debugging printf() so that it compiles if enabled. 1999-12-03 03:34:36 +00:00
powerpc Need opt_compat_netbsd.h. 1999-11-22 13:26:59 +00:00
sh3 Add 1999-11-15 19:00:25 +00:00
sparc oops; remove part of the previous that was not intended (yet). 1999-11-30 07:56:28 +00:00
sparc64 Apparently sys/sysctl.h includes vm/vm_map.h which makes use of vaddr_t, 1999-11-27 20:05:45 +00:00
sun3 minor stylistic change 1999-11-22 19:15:12 +00:00
vax bring in content of GENERIC.v6 into GENERIC. 1999-11-21 14:00:37 +00:00
x68k Add a dummy read just after enabling receiver interrupt. 1999-12-03 00:14:06 +00:00
Makefile Install NetBSD/sparc64 headers on NetBSD/sparc systems. 1999-11-20 16:35:24 +00:00