summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
AgeCommit message (Expand)Author
2008-01-04- remove two entries that'll never be usedJasper Lievisse Adriaanse
2007-12-31Enable gbe(4) and mkbc(4) now that we have early console support.Joel Sing
2007-12-31Significantly improve the gbe(4) driver, including:Joel Sing
2007-12-31Move wscons_machdep.c to it's rightful location. This brings OpenBSD/sgiJoel Sing
2007-12-27power(4) can now make use of the DS1687 register definitions header file.Joel Sing
2007-12-27Clean up the clock MD code. Move all of the DS1687 register definitions toJoel Sing
2007-12-18move variable declarations where they belongJasper Lievisse Adriaanse
2007-12-18- powerbutton -> power buttonJasper Lievisse Adriaanse
2007-12-18add power(4), a driver for the power button found on SGI O2's.Jasper Lievisse Adriaanse
2007-12-18Expose the clock address space so that it can be used outside of clock(4).Joel Sing
2007-12-14Cleanup some comments.Joel Sing
2007-12-14Enable console support for SGI O2 workstations. Switch between the serialJoel Sing
2007-12-14Add console/cnattach support to mkbc(4). This allows for early attachmentJoel Sing
2007-12-14Have gbe(4) attach as the console if the graphical console is selected viaJoel Sing
2007-12-14Store the ARCBIOS ConsoleOut environment variable so that we can refer toJoel Sing
2007-12-14Allow direct access to the MACE IO memory space. This allows IO devices toJoel Sing
2007-12-07Clean up comments - typos, grammatical errors and style(9).Joel Sing
2007-12-06Fix typos/grammatical error in comments.Joel Sing
2007-11-30Unbreak build. Also tested by jasper@.Joel Sing
2007-11-30Define NORMAL_C_NOP everywhere.Miod Vallat
2007-11-29needs at least S definedTheo de Raadt
2007-11-27add rcs idJasper Lievisse Adriaanse
2007-11-27Initial support for the SGI Graphics Back End (GBE) frame buffer found inJoel Sing
2007-11-27Add BUS_SPACE_MAP_LINEARJoel Sing
2007-11-26few more dribbles of LIBKERN cleanupTheo de Raadt
2007-11-26Fix some style(9) issues.Joel Sing
2007-11-26More LIBKERN bits that go awayTheo de Raadt
2007-11-26Remove libkern.Joel Sing
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-11-25It helps if you initialise timeouts before you try using them...Joel Sing
2007-11-25Get rid of the kernel 'libcompat' framework, and instead use conf/files toTheo de Raadt
2007-11-13Expose mace_bus_dma_tag and extend the crimebus extent. This allows theJoel Sing
2007-11-13Give wscons_machdep.c half a spanking. This allows wsdisplay to compile onJoel Sing
2007-11-11Add spurious interrupt detection to macebus. This allows for the detectionJoel Sing
2007-10-31comment fixes.Joel Sing
2007-10-24In cpu_switchto(), load pmap->pm_tlbpid manually, instead of expectingMiod Vallat
2007-10-22Recognize kernel options specified on the "boot" command line (e.g. boot --c),Miod Vallat
2007-10-18Add support for the Moosehead PS/2 controller as found on SGI O2 workstations.Joel Sing
2007-10-18No need to include <machine/pte.h> here.Miod Vallat
2007-10-14registred -> registeredMiod Vallat
2007-10-14Disable timer/compare interrupts on the macebus. This prevents interruptJoel Sing
2007-10-13Various typos in comments; Joel SingMiod Vallat
2007-10-10Make context switching much more MI:Artur Grabowski
2007-10-02Apply (with slight variants) this elimination of bzero() with M_ZERO:Kenneth R Westerback
2007-07-31typo fixes from joel@ionix.com.auTheo de Raadt
2007-07-30Shuffle the order in which we look for header files, when doingThordur I. Bjornsson
2007-07-18Do not bother trying to make the tlb handler fit - they are too largeMiod Vallat
2007-07-18bus_dmamem_map() maps with a single segment in directly-translated XKPHYSMiod Vallat
2007-07-17emu(4) works on sgi.Jacob Meuser
2007-07-16Change idle_mask to be made of the cop0 SR bits unshifted and the cop0 IC bitsMiod Vallat