Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-05-08 | Added ym driver as one of the options | Constantine Sapuntzakis | |
1998-05-08 | Cleaned up AD1848 driver and added driver for Yamaha OPL3-SA3 to tree. | Constantine Sapuntzakis | |
1998-05-08 | use what we can from mips/include | Todd C. Miller | |
1998-05-08 | add subtype 'mips' to machine line | Todd C. Miller | |
1998-05-08 | comment typo | Todd C. Miller | |
1998-05-08 | fix comments | Todd C. Miller | |
1998-05-08 | use generic mips ansi.h | Todd C. Miller | |
1998-05-08 | add _BSD_WINT_T_ like other ansi.h's | Todd C. Miller | |
1998-05-08 | Add support for RFC-comliant deflate protocol | Todd C. Miller | |
1998-05-07 | Write disk label in canonical location, do not scan. With this change | Todd C. Miller | |
you can now fix a label that is in the wrong place via: disklabel rz0 >! foo ; disklabel -R rz0 foo like disklabel says you can. | |||
1998-05-07 | readdisklabel: Look for label in the correct place (LABELSECTOR + LABELOFFSET) | Todd C. Miller | |
first and then fall back to scanning starting at LABELSECTOR. Previously it just did the scan. writedisklabel: Write label to the correct place (LABELSECTOR + LABELOFFSET) if disk is unlabelled. Previously it was written at LABELSECTOR which hosed bootblock writing (as the boot blocks would overwrite the label). | |||
1998-05-07 | Replace bogus check for partition existence with hp300-like one. | Todd C. Miller | |
Also remove warning when opening a partition that overlaps another, no one else does this. | |||
1998-05-07 | don't clear *_WLABEL on close so 'disklabel -W' is persistent like in the ↵ | Todd C. Miller | |
generic scsi system | |||
1998-05-07 | if d_npartitions < RAW_PART, set to RAW_PART so we don't get ENXIO and bail | Todd C. Miller | |
1998-05-06 | Comment out NTP for now as it seems to expose a bug in the use of performance | gene | |
timers on the Pentium. | |||
1998-05-06 | setdisklabel: | Todd C. Miller | |
o extra sanity checks and support for invalidating old label like on other ports. | |||
1998-05-06 | Add joy device to conf.c at minor 26 to match i386 port | imp | |
1998-05-05 | more lun flakes; rh@vip.at, simonb@telstra.com.au | Theo de Raadt | |
1998-05-05 | check for invalid padding length, reported by Dan McDonald (Sun Microsystems) | Niels Provos | |
<danmcd@eng.sun.com> | |||
1998-05-05 | Add commented out joy0 to generic, per i386 port | imp | |
1998-05-05 | First cut at joy.c port from i386 | imp | |
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 | Set blksize to DEV_BSIZE, not 512. | Todd C. Miller | |
1998-05-02 | correct a fat32 write lockup; oki@yk.rim.or.jp | Theo de Raadt | |
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-30 | Fix a few missing changes from the last NetBSD merge. | Jason Wright | |
1998-04-28 | do not zap media flag on SIOCSIFFLAGS; ibo@ragnarok.val-axs.net & ms@xy.org | Theo de Raadt | |
1998-04-28 | Make kernel compile if we have IDE controller but no wd drive. | Angelos D. Keromytis | |
1998-04-28 | silence noisy probe() routines | Theo de Raadt | |
1998-04-27 | cleanup messages a bit | Theo de Raadt | |
1998-04-27 | Silence warning now that a_* is not long. | Todd C. Miller | |
1998-04-27 | sync | Theo de Raadt | |
1998-04-27 | shrink more | Theo de Raadt | |
1998-04-27 | sync | Theo de Raadt | |
1998-04-27 | simplify a few names; this is in every kernel | Theo de Raadt | |
1998-04-27 | Adapt to new bus_space functions after fixing namespace issues. | gene | |