Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-31 | Un-__P. | Alexander Yurchenko | |
ok pefo@ | |||
2005-01-31 | Move md_clk_attach() prototype to mips64/dev/clockvar.h. | Alexander Yurchenko | |
ok pefo@ | |||
2005-01-25 | Enable mavb(4). | Mark Kettenis | |
go for it miod@ | |||
2005-01-24 | Fix MACE ISA ringbuffer alignment. | Mark Kettenis | |
2005-01-24 | Tweak mixer label. Whitespace. | Mark Kettenis | |
2005-01-18 | Move rm7000.h file from sgi to mips64. | Alexander Yurchenko | |
ok pefo@ miod@ | |||
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith | |
From NetBSD NetBSD PR 27678 for details ok mcbride@ | |||
2005-01-02 | Hookup mavb driver (but leave it commented out in GENERIC). | Mark Kettenis | |
2005-01-02 | Add IPL_AUDIO/splaudio(). | Mark Kettenis | |
2005-01-02 | Fix typo. | Mark Kettenis | |
2005-01-02 | Add a few missing constants. | Mark Kettenis | |
2005-01-02 | Split out register definitions. | Mark Kettenis | |
2005-01-02 | Add OpenBSD tag. Better mixer support. | Mark Kettenis | |
2005-01-02 | Moosehead A/V Board audio driver. | Mark Kettenis | |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat | |
no functional change. | |||
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat | |
2004-12-14 | typos; ok pefo@ | Alexander Yurchenko | |
2004-12-13 | Remove duplicate declarations already in <sys/conf.h>, as well as duplicate | Miod Vallat | |
pts/ptc declaration on majors 20 and 21. No functional change. | |||
2004-12-13 | Use PAGE_SIZE instead of hardcoded 4096 value. | Alexander Yurchenko | |
ok miod@ pefo@ | |||
2004-12-02 | Make BUFCACHEPERCENT adjustable through UKC, like all other arches do. | Miod Vallat | |
(This means twice as less buffers on hp300 with unmodified GENERIC kernels now) | |||
2004-11-27 | Fix for building in another directory using config -s. ok deraadt@, miod@. | Matthieu Herrb | |
2004-11-16 | Strip kernels compiled with DEBUG=-g leaving an unstripped kernel as bsd.gdb. | Mark Kettenis | |
ok miod@ | |||
2004-11-08 | Simple cleaning of sgivol, with no functional change (yet): | Miod Vallat | |
- remove hardcoded constants - use strtol() and check for errors instead of using atoi() - use err()/errx()/warnx() when applicable - use bounded string operations whenever possible - use strncpy() instead of a home-grown construct Plus you get the "/usr/mdec/sgivol -p" instant coredump fixed for free. | |||
2004-10-23 | configure() -> cpu_configure() | Michael Coulter | |
ok grange@ | |||
2004-10-22 | xbowmux not yet | Per Fogelstrom | |
2004-10-20 | Fix some 64 bit address problems. | Per Fogelstrom | |
Some function names made more unique. Other changes for the upcoming Origin 200 support. | |||
2004-10-18 | Move exec.h out from sgi to share it with other mips64 ports; with | Alexander Yurchenko | |
a tip from miod@. ok pefo@ miod@ | |||
2004-10-08 | Enable crypto(4), hifn(4) and create /dev/crypto | Ryan Thomas McBride | |
ok miod@ | |||
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko | |
ok miod@ | |||
2004-10-08 | Pasto in comment. | Alexander Yurchenko | |
ok pefo@ miod@ | |||
2004-10-08 | Use ${MKDEP} instead of mkdep. | Alexander Yurchenko | |
ok miod@ | |||
2004-10-05 | Get prototypes through cons_decl(), so that they are always right. | Miod Vallat | |
2004-09-29 | give reset a chance to be active for a short time! | Per Fogelstrom | |
2004-09-27 | Rewrite parts of the interrupt system to achive: | Per Fogelstrom | |
o Remove do_pending code and take a real int instead. The performance impact seems to be very low and it simplifies the code considerably. o Allow interrupt nesting at first level. Run softints with HW ints enabled. | |||
2004-09-27 | comment and clean | Per Fogelstrom | |
2004-09-27 | handle R12K DSD bit on O2's | Per Fogelstrom | |
2004-09-24 | new style interrupt counters; pefo ok | Theo de Raadt | |
2004-09-23 | don't need to set ifp->if_mtu or ifp->if_output in each driver, | Brad Smith | |
{ether,atm,fddi}_ifattach already does this. ok mcbride@ markus@ henning@ | |||
2004-09-23 | use .c versions of certain functions. 32 bit mode | Per Fogelstrom | |
2004-09-22 | Bring in libsa code for proper %llx printf display; necessary for /boot. | Miod Vallat | |
ok deraadt@ | |||
2004-09-22 | Add systrace support. | Miod Vallat | |
2004-09-22 | On single SCSI slot O2's the first disk is numbered 2 (the slot number) | Per Fogelstrom | |
by the ARCS Bios. To make the kernel pick up the right sd number offset the slots if the CPU is a R10K or larger. R10K's and up are those with single disk slots. A more correct solution would be to dig down and check the SCSI ID's, but right now this solutions works OK. | |||
2004-09-21 | nswbuf is long dead; also silence debug printf unless option DEBUG. | Miod Vallat | |
2004-09-21 | /dev/ptm support for sgi. | Miod Vallat | |
2004-09-21 | Nuke commons. | Miod Vallat | |
2004-09-20 | Move <machine/pte.h> to mips64 land. | Miod Vallat | |
2004-09-20 | // is not valid in asm. doh... | Per Fogelstrom | |
2004-09-20 | Homogeneize with other platforms' Makefiles; mainly adds the ability to | Miod Vallat | |
compile a kernel with propolice disabled, and only disable the log() and printf() gcc builtins. | |||
2004-09-20 | splraise can be inlined or not by define | Per Fogelstrom | |
2004-09-20 | Add support for R10K cpu class | Per Fogelstrom | |