summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
AgeCommit message (Collapse)Author
2004-10-23configure() -> cpu_configure()Michael Coulter
ok grange@
2004-10-22xbowmux not yetPer Fogelstrom
2004-10-20Fix some 64 bit address problems.Per Fogelstrom
Some function names made more unique. Other changes for the upcoming Origin 200 support.
2004-10-18Move exec.h out from sgi to share it with other mips64 ports; withAlexander Yurchenko
a tip from miod@. ok pefo@ miod@
2004-10-08Enable crypto(4), hifn(4) and create /dev/cryptoRyan Thomas McBride
ok miod@
2004-10-08Move dev/cons.c to MI conf/files.Alexander Yurchenko
ok miod@
2004-10-08Pasto in comment.Alexander Yurchenko
ok pefo@ miod@
2004-10-08Use ${MKDEP} instead of mkdep.Alexander Yurchenko
ok miod@
2004-10-05Get prototypes through cons_decl(), so that they are always right.Miod Vallat
2004-09-29give reset a chance to be active for a short time!Per Fogelstrom
2004-09-27Rewrite 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-27comment and cleanPer Fogelstrom
2004-09-27handle R12K DSD bit on O2'sPer Fogelstrom
2004-09-24new style interrupt counters; pefo okTheo de Raadt
2004-09-23don'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-23use .c versions of certain functions. 32 bit modePer Fogelstrom
2004-09-22Bring in libsa code for proper %llx printf display; necessary for /boot.Miod Vallat
ok deraadt@
2004-09-22Add systrace support.Miod Vallat
2004-09-22On 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-21nswbuf is long dead; also silence debug printf unless option DEBUG.Miod Vallat
2004-09-21/dev/ptm support for sgi.Miod Vallat
2004-09-21Nuke commons.Miod Vallat
2004-09-20Move <machine/pte.h> to mips64 land.Miod Vallat
2004-09-20// is not valid in asm. doh...Per Fogelstrom
2004-09-20Homogeneize with other platforms' Makefiles; mainly adds the ability toMiod Vallat
compile a kernel with propolice disabled, and only disable the log() and printf() gcc builtins.
2004-09-20splraise can be inlined or not by definePer Fogelstrom
2004-09-20Add support for R10K cpu classPer Fogelstrom
2004-09-17Remove option EON from kernel and options(4)Mathieu Sauve-Frankel
ok henning@
2004-09-16Correctly read the symbol table pointers passed by the boot code.Miod Vallat
2004-09-16Only one script text is necessary...Miod Vallat
2004-09-16ld.script for boot. cvs add is ok according to deraadt@Per Fogelstrom
2004-09-16Update boot with miods ELF64 symtab fixes and my 32 bit compilesPer Fogelstrom
2004-09-16Don't adjust month from tod clock. clock.c doesPer Fogelstrom
2004-09-16cleanup deafult locators (blah ?); please check that your most hated ↵Michael Shalayeff
architecture is still fluffy (;
2004-09-16Typo in comment.Miod Vallat
2004-09-16``viritual'' is a virtual word and this is a real tree.Miod Vallat
2004-09-16Dead meat.Miod Vallat
2004-09-16Superseded by MI <link.h>Miod Vallat
2004-09-15Add an install: target. Ok miod@, pefo@Matthieu Herrb
2004-09-15Assume default compiler settingsPer Fogelstrom
2004-09-10This is the script used to link the kernel. A flaw in ld makesPer Fogelstrom
setting the load address using 0xffffffff80100000 impossible so a workaround using -0x7.... is used. Hopefully this file will go away and using -N and -Ttext= will work once binutils is fixed.
2004-09-10Fix LEAF usage adding new extra arg. spotted by miod.Per Fogelstrom
2004-09-09Kernel moves to 64 bit. A few more tweaks when binutils is updated.Per Fogelstrom
2004-09-09Kill mb_map and related defines, we don't need one.Miod Vallat
2004-08-26diskboot changesPer Fogelstrom
2004-08-26Fix a problem where the driver could get stuck in the rx int loop.Per Fogelstrom
2004-08-25Minor tweaks to make things work in install.Per Fogelstrom
2004-08-23pefo is a tree breakerTheo de Raadt
2004-08-23fix free page commit handlingPer Fogelstrom
2004-08-23cleanPer Fogelstrom