summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
AgeCommit message (Expand)Author
2011-07-08When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al...Kenneth R Westerback
2011-07-07The drahn memorial bad kernel build fix: prevent blood pressurePhilip Guenthe
2011-07-06make clean should clean .d files, so as to leave a fresh canvas.Ted Unangst
2011-06-29Replace all instances of "scsibus* at hba?" with a single "scsibus* atMatthew Dempsky
2011-06-26if_downall() cannot be done MI in sys_reboot() because vfs_shutdown()Theo de Raadt
2011-06-24machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andChristian Weisgerber
2011-06-23Fix the error path in bus_dmamem_map.Ariane van der Steldt
2011-06-05Move the bufcachepercent setting code to MI locations -- set it to 42%Theo de Raadt
2011-05-30Remove the freelist member from vm_physsegOwain Ainsworth
2011-05-24On OpenBSD, we've always attached scsibus(4) to umass(4), even forMatthew Dempsky
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-02Add PCI-Cardbus bridges and the most popular pcmcia and cardbus drivers. InMiod Vallat
2011-04-28- enable fenvMartynas Venckus
2011-04-23Do not set kl_hub_widget[] default value more than once. Found the hard wayMiod Vallat
2011-04-23Move assignment of kl_hub_widget[] outside a #ifdef DEBUG ... #endif block,Miod Vallat
2011-04-23Partially revert 1.23, by removing the code which tries to pick the bestMiod Vallat
2011-04-21Fix dma_constraint upper limit computation. Logical or is not the same asMiod Vallat
2011-04-21Print memory sizes as longs. Stolen from sparc64.Miod Vallat
2011-04-21Use 64 bit integer types to compute IP35 memory ranges, to give machinesMiod Vallat
2011-04-21Revert the ``remove the `skip splraise/splx for IPL_NONE mutexes' optimization''Miod Vallat
2011-04-17On IP27 systems, fill the array of node hub widget numbers early, so that allMiod Vallat
2011-04-16Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless ofKenneth R Westerback
2011-04-15More than a decade ago, interrupt handlers on sparc started returning 0Theo de Raadt
2011-04-15In days of yore one could arbitrarily whack buffer flags. Those daysKenneth R Westerback
2011-04-15Convert the kernel Makefiles to autogenerate dependencies during compilationPhilip Guenthe
2011-04-10A last few NULL -> 0 corrections.Miod Vallat
2011-04-09Make this compile without warnings in all modes, and do not use NULL whenMiod Vallat
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2011-04-06The various read*label() have stopped returning error strings for quiteMiod Vallat
2011-04-05Rename a few xbow global variable names to make them less ambiguous.Miod Vallat
2011-04-05Get rid of the ATE code, and do not assume the direct DMA window is set upMiod Vallat
2011-04-03Enable the use of all the memory found on IP27 and IP30 kernels. CommittedMiod Vallat
2011-04-03Add a consistency check for the value returned by pmap_extract() against theMiod Vallat
2011-04-03Make sure dma_constraint is listed in uvm_md_constraints[] when it does notMiod Vallat
2011-04-03In mtx_leave(), make sure resetting mtx_lock is the last operation on theMiod Vallat
2011-04-03Remove the `skip splraise/splx for IPL_NONE mutexes' optimizations. It is notMiod Vallat
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2011-03-18Fix obj directory probing to support cross compiling.Matthew Dempsky
2011-03-13Disable write gathering on devio settings we inherit from ARCS.Miod Vallat
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
2011-03-12Be more paranoid when attempting to parse an IA record, and make sure weMiod Vallat
2011-02-26Force the DUID cache used to generate hw.disknames to be updatedKenneth R Westerback
2011-01-14- use nitems()Jasper Lievisse Adriaanse
2010-12-30If genassym fails, sort on the pipeline will indicate no error resultingTheo de Raadt
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-12-21Convert netisr to a normal soft interrupt instead of hanving MD codeClaudio Jeker
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-12-04Make sgi port compile again.Joel Sing
2010-12-03removed slot argument of function pckbd_cnattachAlexandr Shadchin
2010-12-02After the most recent change, make it possible to make -j again. TheTheo de Raadt