summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/include
AgeCommit message (Collapse)Author
1997-11-09New endian.h design. All architectures now use a common file for the bulkNiklas Hallqvist
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32.
1997-11-04remove prototype for fusword(); now in shared m68k cpu.hkstailey
1997-09-21$OpenBSD$Niklas Hallqvist
1997-09-11activate sun3 SCSI DVMAkstailey
1997-09-08remove more stuff redundant to m68k/param.hkstailey
1997-09-08include <m68k/param.h>kstailey
remove some redundant (and conflicting) #defines. There may be more redundant #defines that I will clean up later.
1997-09-07switch from private Mach derived conversion macros to m68k oneskstailey
1997-07-24multiple inclusion protection; brenner@umr.eduTheo de Raadt
1997-04-05fpu_type -> fputypekstailey
1997-02-22ramdisk now has raw version, disklabelskstailey
1997-02-19merge in some NetBSD pmap codekstailey
1997-02-14back out changes to rei functionkstailey
1997-02-14move prototype of spl0() to param.hkstailey
1997-02-14add prototype of spl0(), but should it go here?kstailey
1997-02-14put back FC_CONTROLkstailey
1997-02-14remove stuff that is in <m68k/cpu.h>kstailey
1997-02-14remove stuff that is in <m68k/cpu.h>kstailey
1997-02-14remove old #define of splx() and update rei funciton in locore.skstailey
1997-02-14change spl0 from macro to assember function in locore.skstailey
1997-02-14change inline version of _spl() to macrokstailey
1997-02-14add tagkstailey
1997-02-14move spl() stuff from psl.h to param.hkstailey
1997-02-13prototypes (strike one)kstailey
1997-02-13prototypeskstailey
1997-02-04ipfilteringkstailey
1997-01-16all modified code can now compile with -Werror -Wall -Wstrict-prototypeskstailey
CAVEAT: turning off -O2 produces warnings about "defined but not used" functions from libkern.h removed internal copy of gets() replaced with call to getsn() fixed #ifdef ... #endif mismatch in swapgeneric.c fixed printf() in if_ie.c that was missing an argument fixed si.c so that it compiles added tags to all edited files
1997-01-07backed out prev. netbsd merge except for smaller proc tablekstailey
1996-12-31sync with 17-Dec-1996kstailey
1996-12-27merged into autoconf.h and control.hkstailey
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-12-11MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefoTheo de Raadt
1996-12-02increase default data limit to size needed for make buildkstailey
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theNiklas Hallqvist
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds
1996-11-23sync with NetBSD -- copyright changes onlykstailey
1996-11-23sync with NetBSDkstailey
1996-11-16EM_M68K -> EM_68Kkstailey
1996-11-15added DO_AOUT for kvm_mkdb; added ELF defines tookstailey
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-08Added protection against multiple inclusions.kstailey
Added CTL_MACHDEP definitions. "The Way Out Is The Way In" -- Laraaji
1996-10-12use my eeprom.h with sun-alike definitionsTheo de Raadt
1996-10-11sync + our changesTheo de Raadt
1996-05-29enable ELF/a.out/ECOFF in machine/exec.hTheo de Raadt
1996-05-03sync with 0430.Michael Shalayeff
1996-01-31sync with netbsdTheo de Raadt
1995-12-21from netbsd; cpu_setstack() is depricatedTheo de Raadt
1995-12-14update from netbsd (verbatim)Theo de Raadt
1995-11-13from netbsdTheo de Raadt
1995-11-13from netbsd:Need to define KERNTEXTOFF for kvm_mkdbTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt