summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/stand/boot/arcbios.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-291-2/+2
* Put back the kl_n_shift variable, removed by mistake in 1.18, causing themiod2012-10-181-15/+35
* Bring the `let decide ARCBios address at runtime' code to the SGI bootblocks,miod2012-09-291-8/+48
* Support for the POWER Indigo2 R10000 systems (IP28). Currently running withmiod2012-05-251-1/+3
* Prevent the Ethernet driver to be opened twice when using a bootp() path;miod2012-03-191-3/+7
* Teach the bootblocks how to load kernel from tftp (i.e. when OSLoadPartitionmiod2012-03-191-5/+10
* Make this compile without warnings in all modes, and do not use NULL whenmiod2011-04-091-2/+11
* unstatic variable we need elsewhere, fixes stand build on tezromarco2010-09-141-2/+2
* libsa printf doesn't support sizes in %s specifiers; fix format stringsmiod2009-07-221-2/+2
* Make the 64 bit bootblocks compile again after the <machine/mnode.h> changes.miod2009-06-191-1/+3
* When booting in `install software' mode from the SGI boot menu, do not try tomiod2009-05-301-4/+68
* In addition to the existing IP32 boot block, build a real 64 bit boot blockmiod2009-05-141-106/+62
* Promote types in ARCBios function prototypes from int to long whenevermiod2009-05-091-3/+3
* Remove unwanted code and sync with mips64/arcbios.c.jsing2008-03-271-50/+60
* Cleanup/style(9) code and comments.jsing2008-03-081-42/+34
* Remove duplicate strcmp().jsing2008-02-191-3/+2
* Fix some 64 bit address problems.pefo2004-10-201-5/+3
* Update boot with miods ELF64 symtab fixes and my 32 bit compilespefo2004-09-161-4/+4
* Minor tweaks to make things work in install.pefo2004-08-251-2/+1
* disk boot and tools for sgipefo2004-08-231-0/+308