Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-05-05 | Config file for my rPC44 | imp | |
1998-05-04 | Use cpuspeed (and hard coded values) to print clock speed on '040 models. | Jason Downs | |
1998-05-03 | First stab at defining virtual space for rPC44 for X11 | imp | |
1998-05-03 | Don't use option MADHATTER. It is rather silly, and there is no reason not | gene | |
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-03 | Fallout 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-03 | Fallout 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-03 | Associated 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-02 | If computed value for d_nsectors truncated to 0, set it to 32 and | Todd 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-02 | Add defaults for d_secsize and d_secpercyl if they are zero (should not happen) | Todd C. Miller | |
1998-05-02 | Fix problem with zip drive correctly this time. The real deal is | Todd 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-02 | type | Todd C. Miller | |
1998-05-02 | Fix pasto | Todd C. Miller | |
1998-04-30 | iommu flushing workaround is only needed on MS2 machines, apparently | Theo de Raadt | |
1998-04-30 | Updated sparc audio | Jason Wright | |
1998-04-30 | Only use scsi geometry to fake up a label if we were able to get | Todd C. Miller | |
the capacity. Fixes a panic with fictitious labels on zip drives. | |||
1998-04-27 | cleanup messages a bit | Theo de Raadt | |
1998-04-27 | Adapt to new bus_space functions after fixing namespace issues. | gene | |
1998-04-27 | Add bus_space.c. | gene | |
1998-04-27 | Correct namespace collisions for bus_space_probe and split out | gene | |
bus_space functions into a separate source file ala NetBSD. | |||
1998-04-26 | Get audio framework from MI-land, scrap the local variant. Some NetBSD merging | Niklas Hallqvist | |
1998-04-26 | use a rel. path for compat/ossaudio | Niels Provos | |
1998-04-26 | attach audio device to sound cards | Niels Provos | |
1998-04-26 | update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos | |
1998-04-25 | whitespace | Jason Downs | |
1998-04-25 | convert i386 to MNN | Michael Shalayeff | |
1998-04-25 | fix some more printf's where a long arg was specified that is u_int32_t | Todd C. Miller | |
1998-04-25 | kcore.h stub, uses m68k include. | Jason Downs | |
1998-04-25 | Use generic m68k format kcore by default. | Jason Downs | |
1998-04-25 | spelling | David Leonard | |
1998-04-25 | set d_bbsize and d_sbsize in spoofed label to values correct for ffs | Todd C. Miller | |
1998-04-25 | print keyboard type; mho@stacken.kth.se | Theo de Raadt | |
1998-04-22 | prototypes; ryker | Theo de Raadt | |
1998-04-20 | no need for debug options by default, now that the bug is dead | Theo de Raadt | |
1998-04-20 | fix the problem w/ /boot being fragmented in a non-contig | Michael 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 away | Theo de Raadt | |
1998-04-18 | i386 bootblocks that work for 2.3. A tale too long to tell | Theo de Raadt | |
1998-04-17 | put arch type into hw.model, sun4 installboot now works; jason | Theo de Raadt | |
1998-04-17 | s/inline/__inline/ for X11's sake (-ansi) | Niklas Hallqvist | |
1998-04-13 | the problem is in /boot, not in biosboot | Theo de Raadt | |
1998-04-11 | Well, the changes make do not work | Theo de Raadt | |
1998-04-09 | From netbsd: detect clock correctly, fix order of zbus probe | Niklas Hallqvist | |
1998-04-07 | enable _insque and _remque; don | Theo de Raadt | |
1998-04-06 | type fix | Per Fogelstrom | |
1998-04-06 | fix some types | Per Fogelstrom | |
1998-04-06 | -lock.h | Per Fogelstrom | |
1998-04-06 | somewhat more correct trapsignal call | Per Fogelstrom | |
1998-04-06 | new alignement (abi) | Per Fogelstrom | |
1998-04-06 | New mbr and msdos part | Per Fogelstrom | |
1998-04-06 | New config stuff + Makefile fix to make gcc 2.8.1 work. Thanks to Dale Rahn! | Per Fogelstrom | |