NetBSD/sys
thorpej 540dfebf15 Rather than using individual HP300 model names, map those model names to
properties such as "M68040" and "M68K_MMU_MOTOROLA", used to conditionally
compile code.  This is more in-line with now the other m68k ports do it,
and makes it much easier to find "common ground" among them.

In locore.s, use the MMU-type constants defined my <machine/cpu.h> rather
than "expanded" values.

Because HP300-model names are mapped to CPU/MMU combinations in
<machine/cpu.h>, no change to kernel configuration will be necessary.
1995-12-11 17:09:09 +00:00
..
adosfs merge in changes from 1.1 release branch 1995-11-30 00:56:23 +00:00
arch Rather than using individual HP300 model names, map those model names to 1995-12-11 17:09:09 +00:00
compat Fix a type-size glitch caught by gcc 2.7.2. 1995-12-11 16:32:46 +00:00
conf merge in changes from 1.1 release branch 1995-11-30 00:56:23 +00:00
ddb fix paste-o 1995-11-24 22:13:08 +00:00
dev Adapt to changed mapiodev() interface. 1995-12-11 12:43:14 +00:00
isofs/cd9660 NBPG may not be computable by the preprocessor. Make "do clustered io" 1995-12-01 00:47:33 +00:00
kern If __FORK_BRAINDAMAGE, continue stuffing retval[1] for the benefit of main(). 1995-12-10 08:26:02 +00:00
lib Check return value from sendrecv so that ARP timeout does not cause 1995-12-08 04:12:53 +00:00
miscfs
msdosfs Enable flock(2). 1995-12-01 07:26:58 +00:00
net fix casts; should cast pointers to longs, not ints. 1995-11-20 20:43:33 +00:00
netccitt
netinet Handle PRU_CONTROL (David Maltz; PR#1664). 1995-11-30 16:42:18 +00:00
netiso make netinet work on systems where pointers and longs are 64 bits 1995-11-21 01:07:34 +00:00
netns
nfs
scsi Trim NULs, in addition to spaces, in scsi_strvis(). 1995-12-11 04:43:01 +00:00
stand
sys merge in changes from 1.1 release branch 1995-11-30 00:56:23 +00:00
ufs ffs -> ufs 1995-11-11 22:00:15 +00:00
vm Only expect vm_fork() to return if __FORK_BRAINDAMAGE is defined. 1995-12-09 04:28:16 +00:00
Makefile