summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
AgeCommit message (Expand)Author
2009-04-13Also match on Uniqueware family 0x91, and correctly report the third byteMiod Vallat
2009-04-13Add missing option BOOT_CONFIGMiod Vallat
2009-04-13Remove commented out debug options.Miod Vallat
2009-04-12Interrupt support for IOC3 and its subdevices (currently limited to theMiod Vallat
2009-04-12Add code to prevent the MI pci code to cause IOC3 devices to freeze andMiod Vallat
2009-04-12Needs <machine/atomic.h> to compile.Miod Vallat
2009-04-12Get com console global variables from <dev/ic/comvar.h> instead of declaringMiod Vallat
2009-03-30bzero pci attach argsMark Kettenis
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-20Switch sgi to __HAVE_GENERIC_SOFT_INTERRUPTS.Miod Vallat
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat
2009-03-15Include .S files in make depend.Miod Vallat
2009-03-07When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do notMiod Vallat
2009-02-24Add support for hardware acceleration to gbe(4). This provides an acceleratedJoel Sing
2009-02-10enable run(4) everywhere where ural(4) and rum(4) are enabled.Damien Bergamini
2009-02-10Unbreak sgivol. When writing to the raw device use the native blocksize.Joel Sing
2009-01-25Remove /dev/drum and related code.Miod Vallat
2009-01-14add and enable uaudio as it's working fine for meJasper Lievisse Adriaanse
2008-12-30savecore(8) wants dumpmag to be an unsigned long.Miod Vallat
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-10-10- add and enable rum(4)Jasper Lievisse Adriaanse
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-17Garbage collect unused variable from sys_rec structure.Joel Sing
2008-09-17Unbreak com@ioc probing.Joel Sing
2008-09-16- remove some unneeded headersJasper Lievisse Adriaanse
2008-09-01Bring comment into line with reality. We use sgi label info but don'tKenneth R Westerback
2008-09-01Allow sgi to spoof the native label. But don't spoof when justKenneth R Westerback
2008-08-28- enable uvideo on sgi, it's working for me with a quickcam e 3500 plusJasper Lievisse Adriaanse
2008-08-25- add a bunch of enabled usb devices that have been tested.Jasper Lievisse Adriaanse
2008-08-25Make sgivol(8) use the device sector size for reads and writes. This allowsJoel Sing
2008-08-25Add bus_space_read_raw_region_* and bus_space_write_raw_region_* bus spaceJoel Sing
2008-08-25Add device majors for USB character devices in OpenBSD/sgi.Joel Sing
2008-08-25Unbreak.Joel Sing
2008-08-20Add USER_PCICONF so that pcidump can work.Joel Sing
2008-08-08Admit b_blkno means block number; a block is DEV_BSIZE (a.k.a.Kenneth R Westerback
2008-08-08Wrap long lines and remove useless comment.Joel Sing
2008-08-08Make sgivol use the sgilabel struct from machine/disklabel.h, rather thanJoel Sing
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