summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
AgeCommit message (Collapse)Author
1998-07-07oops, i did not handle nchrdev correctlyTheo de Raadt
1998-07-07fix chrtoblk() so that it returne ENODEV for entries beyond the end of the tableTheo de Raadt
1998-03-04Adapt comments to realityNiklas Hallqvist
1998-03-03Add -Wno-main for GCC 2.8Niklas Hallqvist
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
<chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis.
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-10-01make rawpart FS_UNUSEDTheo de Raadt
1997-09-26fix PORTAL comment in all sun3 config fileskstailey
1997-09-21$OpenBSD$Niklas Hallqvist
1997-09-15kill Locore.cTheo de Raadt
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-08s/sun3_btop/m68k_btop/kstailey
1997-09-07switch from private Mach derived conversion macros to m68k oneskstailey
1997-08-19sun3 is back upkstailey
1997-08-19temporary work aroundkstailey
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it.
1997-08-08Initialize hwreset.Jason Downs
1997-07-25s/NetBSD/OpenBSD/kstailey
1997-07-25add SysV shared mem for Xkstailey
1997-07-24multiple inclusion protection; brenner@umr.eduTheo de Raadt
1997-07-23Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port.denny
Add options NETATALK to your config to try it out.
1997-07-07two dirs. that are built when compiling kernelskstailey
1997-06-23add "option IPFILTER_LOG" to conf files that already had IPFILTERkstailey
1997-06-23In zs_abort, wrap a #ifdef DDB around a Debugger() invocation.kstailey
Chris Jones via Gene Skonicki.
1997-06-20add my buildskstailey
1997-06-09Ceci n'est pas une pipekstailey
1997-06-09s/options/option/kstailey
1997-05-04now with SCSI and local diskkstailey
1997-04-29turn off DMA, it doesn't workkstailey
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-08SunOS uses trap 2 to clear cpu caches. From NetBSD via scottr and gwr.briggs
1997-04-07cd9660 & partition/block number confusion correctionTheo de Raadt
1997-04-05removed conditional codekstailey
1997-04-05sendsig and sys_sigreturn are in m68k area nowkstailey
1997-04-05fpu_type -> fputypekstailey
1997-04-05fpu_type -> fputypekstailey
1997-04-05fpu_type -> fputypekstailey
1997-04-04remove copy.s as it is in M.I. m68k files nowkstailey
1997-03-02add -fno-defer-pop to CFLAGSkstailey
1997-02-22ramdisk now has raw version, disklabelskstailey
1997-02-22add tag; NetBSD -> OpenBSDkstailey
1997-02-22ufsboot uses strncpy() nowkstailey
1997-02-21do not pass up un-init vftypeTheo de Raadt
1997-02-20gratituous compatibility with NetBSDkstailey
1997-02-20more of samekstailey
1997-02-19merge in some NetBSD pmap codekstailey
1997-02-18VM_MIN_KERNEL_ADDRESS -> virtual_availkstailey