summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
AgeCommit message (Collapse)Author
2005-05-06generate vim-compatible tag files, from netbsdPedro Martelletto
2005-05-06Add tags to sgi.Marco Peereboom
<miod> commit your stuff. <miod> make tags work.
2005-05-01To allow for MD override of in4_cksum()...Brad Smith
ok deraadt@
2005-05-01spellingDavid Krause
2005-05-01spacing; ok miod@ deraadt@David Krause
2005-04-30start the job of making things look more alikeTheo de Raadt
2005-04-30nice docs at top of GENERICTheo de Raadt
2005-04-28remove junk from 8 years agoTheo de Raadt
2005-04-28- sort optionsJason McIntyre
- sync usage() - other minor tweaks
2005-04-27simple man page for sgivolTheo de Raadt
2005-04-27spacingTheo de Raadt
2005-04-27spacingTheo de Raadt
2005-04-27if SystemPartition contains a cdrom boot specifier, whack theTheo de Raadt
OSLoadPartition variable to point to partition 0 of the same unit.
2005-04-27avoid the o{open,read,lseek} interfaces, and use the regular ones, becauseTheo de Raadt
we want to be able to handle gzip files
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-04-15make sure aligment does not return zero block sizeMichael Shalayeff
2005-03-08Cosmetics...Thierry Deval
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies.
2005-03-05Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code.Thierry Deval
Ok deraadt@, miod@
2005-02-22typoAlexander Yurchenko
2005-02-20Feature-sync boot() with other platforms:Miod Vallat
- run shutdown hooks. - do not turn reboot into halt if cold and invoked from ddb. ok deraadt@
2005-02-17ehternet -> ethernetMiod Vallat
2005-01-31Un-__P.Alexander Yurchenko
ok pefo@
2005-01-31Move md_clk_attach() prototype to mips64/dev/clockvar.h.Alexander Yurchenko
ok pefo@
2005-01-25Enable mavb(4).Mark Kettenis
go for it miod@
2005-01-24Fix MACE ISA ringbuffer alignment.Mark Kettenis
2005-01-24Tweak mixer label. Whitespace.Mark Kettenis
2005-01-18Move rm7000.h file from sgi to mips64.Alexander Yurchenko
ok pefo@ miod@
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
From NetBSD NetBSD PR 27678 for details ok mcbride@
2005-01-02Hookup mavb driver (but leave it commented out in GENERIC).Mark Kettenis
2005-01-02Add IPL_AUDIO/splaudio().Mark Kettenis
2005-01-02Fix typo.Mark Kettenis
2005-01-02Add a few missing constants.Mark Kettenis
2005-01-02Split out register definitions.Mark Kettenis
2005-01-02Add OpenBSD tag. Better mixer support.Mark Kettenis
2005-01-02Moosehead A/V Board audio driver.Mark Kettenis
2004-12-25Use 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-14typos; ok pefo@Alexander Yurchenko
2004-12-13Remove duplicate declarations already in <sys/conf.h>, as well as duplicateMiod Vallat
pts/ptc declaration on majors 20 and 21. No functional change.
2004-12-13Use PAGE_SIZE instead of hardcoded 4096 value.Alexander Yurchenko
ok miod@ pefo@
2004-12-02Make 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-27Fix for building in another directory using config -s. ok deraadt@, miod@.Matthieu Herrb
2004-11-16Strip kernels compiled with DEBUG=-g leaving an unstripped kernel as bsd.gdb.Mark Kettenis
ok miod@
2004-11-08Simple 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-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@