summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1998-05-05Config file for my rPC44imp
1998-05-04Use cpuspeed (and hard coded values) to print clock speed on '040 models.Jason Downs
1998-05-03First stab at defining virtual space for rPC44 for X11imp
1998-05-03Don't use option MADHATTER. It is rather silly, and there is no reason notgene
to pull in the internal video mappings for these models. Includes support for internal video on the LC475, Centris and Quadras in the 600s, and Q800 and Q900 models. Poof. We support far more than NetBSD.
1998-05-03Fallout from recent merge of macinfo.h to cpu.h.gene
Also, fallout from interrupt glue structure becoming mroe dynamic using locore-changeable variables to store ipl levels.
1998-05-03Fallout from new cpu.h work.gene
Also, in the cpu.h merge, we grabbed a few new machine classes. Add MRG mappings for several of them.
1998-05-03Associated fallout from removing macinfo.h and merging to cpu.h.gene
1998-05-03* Deprecate macinfo.h pulling all relevant defines into cpu.h.gene
* Move interrupt glue and associated stuff out to intr.h * Do some MIification. This brings us a lot closer to looking like the other ports.
1998-05-02If computed value for d_nsectors truncated to 0, set it to 32 andTodd C. Miller
adjust d_ncylinders instead of just setting d_nsectors to 1 (which is not useful for putting a filesystem on a device).
1998-05-02Add defaults for d_secsize and d_secpercyl if they are zero (should not happen)Todd C. Miller
1998-05-02Fix problem with zip drive correctly this time. The real deal isTodd C. Miller
that the hp300 scsi subsystem does not glean d_secpercyl from the device so we have to calculate a reasonable value. In the case of a zip drive, the calculated value gets truncated to zero. This change adds a sanity check and forces the calculated d_secpercyl to be >= 1. Also includes some minor code reorg.
1998-05-02typeTodd C. Miller
1998-05-02Fix pastoTodd C. Miller
1998-04-30iommu flushing workaround is only needed on MS2 machines, apparentlyTheo de Raadt
1998-04-30Updated sparc audioJason Wright
1998-04-30Only use scsi geometry to fake up a label if we were able to getTodd C. Miller
the capacity. Fixes a panic with fictitious labels on zip drives.
1998-04-27cleanup messages a bitTheo de Raadt
1998-04-27Adapt to new bus_space functions after fixing namespace issues.gene
1998-04-27Add bus_space.c.gene
1998-04-27Correct namespace collisions for bus_space_probe and split outgene
bus_space functions into a separate source file ala NetBSD.
1998-04-26Get audio framework from MI-land, scrap the local variant. Some NetBSD mergingNiklas Hallqvist
1998-04-26use a rel. path for compat/ossaudioNiels Provos
1998-04-26attach audio device to sound cardsNiels Provos
1998-04-26update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>Niels Provos
1998-04-25whitespaceJason Downs
1998-04-25convert i386 to MNNMichael Shalayeff
1998-04-25fix some more printf's where a long arg was specified that is u_int32_tTodd C. Miller
1998-04-25kcore.h stub, uses m68k include.Jason Downs
1998-04-25Use generic m68k format kcore by default.Jason Downs
1998-04-25spellingDavid Leonard
1998-04-25set d_bbsize and d_sbsize in spoofed label to values correct for ffsTodd C. Miller
1998-04-25print keyboard type; mho@stacken.kth.seTheo de Raadt
1998-04-22prototypes; rykerTheo de Raadt
1998-04-20no need for debug options by default, now that the bug is deadTheo de Raadt
1998-04-20fix the problem w/ /boot being fragmented in a non-contigMichael Shalayeff
blocks. fixed by flushing the previous blocks completely before starting new record for a new block(s) location.
1998-04-18%0x support went awayTheo de Raadt
1998-04-18i386 bootblocks that work for 2.3. A tale too long to tellTheo de Raadt
1998-04-17put arch type into hw.model, sun4 installboot now works; jasonTheo de Raadt
1998-04-17s/inline/__inline/ for X11's sake (-ansi)Niklas Hallqvist
1998-04-13the problem is in /boot, not in biosbootTheo de Raadt
1998-04-11Well, the changes make do not workTheo de Raadt
1998-04-09From netbsd: detect clock correctly, fix order of zbus probeNiklas Hallqvist
1998-04-07enable _insque and _remque; donTheo de Raadt
1998-04-06type fixPer Fogelstrom
1998-04-06fix some typesPer Fogelstrom
1998-04-06-lock.hPer Fogelstrom
1998-04-06somewhat more correct trapsignal callPer Fogelstrom
1998-04-06new alignement (abi)Per Fogelstrom
1998-04-06New mbr and msdos partPer Fogelstrom
1998-04-06New config stuff + Makefile fix to make gcc 2.8.1 work. Thanks to Dale Rahn!Per Fogelstrom