summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
AgeCommit message (Expand)Author
2008-07-30wi@pci now works.Miod Vallat
2008-07-30Implement bus_space_{read,write}_raw_mult_[248] correctly, it needsMiod Vallat
2008-07-30Proper interrupt values for pci interrupt pins B to D, found in some IRIXMiod Vallat
2008-07-28regenMiod Vallat
2008-07-28Put XBOW in the generated constants, not PCI...Miod Vallat
2008-07-21nam2blk[] needs a "vnd" entry for some things (like softraid)Todd T. Fries
2008-07-20Nuke unused readbsdlabel() function.Kenneth R Westerback
2008-07-20Use NULL instead of 0 for pointer parameters.Kenneth R Westerback
2008-07-16Now that uvm_pglistalloc() does not lose on large memory gaps, do notMiod Vallat
2008-07-01Enable FFS2 on most of the larger RAMDISK media.Brad Smith
2008-06-27add bio & bioctlTodd T. Fries
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-14Mask the upper 56 bits of the rx ports when reading them, pckbd_input() willMiod Vallat
2008-06-12Enable /dev/video* for all USB capable archs. MAKEDEV bits will followMarcus Glocker
2008-06-12Bring biomem diff back into the tree after the nfs_bio.c fix went in.Theo de Raadt
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2008-06-08alpha/conf/RAMDISKTheo de Raadt
2008-05-20Change the OpenBSD/sgi boot loader so that we use libsa loadfile(), ratherJoel Sing
2008-05-18Unbreak glass console on OpenBSD/sgi - if we're supposed to be using theJoel Sing
2008-05-14Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc andMiod Vallat
2008-05-04Unpopulated CRIME memory banks (or logically empty due to CRIME mergingMiod Vallat
2008-05-04convert arm and mips64 platforms to ptoa/atopMartin Reindl
2008-05-01Don't forget to bus_space_unmap() after probing for a com chip.Miod Vallat
2008-04-29Attempt to locate an ELF header and symbol table directly after the kernel.Joel Sing
2008-04-24Remove variables that are no longer used to specify the serial console.Joel Sing
2008-04-24Unbreak IP30 serial console.Joel Sing
2008-04-24Cleanup serial console handling and remove some of the MD code from com.c.Joel Sing
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2008-04-14typo in attachmentTheo de Raadt
2008-04-12Compile kernels with -Wvariable-decl (except on arches with ipmi, for now).Miod Vallat
2008-04-09Add new stub uvm_shutdown() and call it from the right place in MD boot()Theo de Raadt
2008-04-08Split the cdev makro for bpftun into two seperate definitions. tun(4) andClaudio Jeker
2008-04-07SGI 1-Wire Number-In-a-Can drivers. These are regular Dallas/Maxim append-onlyMiod Vallat
2008-04-07Simple com@ioc (with interrupt handling disabled until ioc interrupt code isMiod Vallat
2008-04-07Preliminary IOC3 multi-function chip driver, from jsing@ and I. CurrentlyMiod Vallat
2008-04-07RegenMiod Vallat
2008-04-07A first cut at XBow bus support, very minimal, limited to a local bus only;Miod Vallat
2008-04-07Platform-specific bits for IP30 (Octane). Based on knowledge extracted fromMiod Vallat
2008-04-07Allow for up to 32 memory segments.Miod Vallat
2008-04-07Split clock attachment in two parts: a timecounter attachment (at mainbus),Miod Vallat
2008-04-07Since uncached virtual addresses will depend upon space identifiers on R1xkMiod Vallat
2008-04-07Unclutter machdep.c by moving the IP32-specific initialization code to itsMiod Vallat
2008-04-07Use CCA_CACHED as the default CCA for all cached mappings and addresses.Miod Vallat
2008-04-07In _dmamem_map(), be sure to convert the address from the device view toMiod Vallat
2008-03-30nam2blk[] clearly must contain "rd" ... found by krwTheo de Raadt
2008-03-30Implement bus_space_*8 and bus_space_vaddr.Miod Vallat
2008-03-30Remove former idle_stack.Miod Vallat
2008-03-28If we fail to load the kernel, drop the user into interactive mode of ARCS,Joel Sing
2008-03-27Remove unwanted code and sync with mips64/arcbios.c.Joel Sing