summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/dev
AgeCommit message (Expand)Author
2008-05-01Don't forget to bus_space_unmap() after probing for a com chip.Miod Vallat
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
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-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-02-21There's no need to print the IRQ now that we have direct configuration.Joel Sing
2008-02-21There's no need to print the IRQ now that we have direct configuration.Joel Sing
2008-02-20Completely overhault attachment rules on sgi. No more indirect configurationMiod Vallat
2008-01-21Fix boot time interrupt storm on mec(4) by disabling DMA when stopping theJoel Sing
2008-01-20Clean up comments.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-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-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-11-27add rcs idJasper Lievisse Adriaanse
2007-11-27Initial support for the SGI Graphics Back End (GBE) frame buffer found inJoel Sing
2007-11-26Fix some style(9) issues.Joel Sing
2007-11-25It helps if you initialise timeouts before you try using them...Joel Sing
2007-11-13Give wscons_machdep.c half a spanking. This allows wsdisplay to compile onJoel Sing
2007-10-18Add support for the Moosehead PS/2 controller as found on SGI O2 workstations.Joel Sing
2007-07-31typo fixes from joel@ionix.com.auTheo de Raadt
2007-05-20Check for codec presence in match(), and don't attach if none is found.Miod Vallat
2007-04-26Do not invoke arcbios routines from the moment our page tables are set up,Miod Vallat
2006-06-11Ansify. No binary change on amd64 and i386, not yet built on sgi. ok miod@Matthieu Herrb
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2005-12-09Drop clause 3/4 as per i386 version.Jonathan Gray
2005-11-09splimp -> splnetBrad Smith
2005-04-15make sure aligment does not return zero block sizeMichael Shalayeff
2005-02-17ehternet -> ethernetMiod Vallat
2005-01-31Un-__P.Alexander Yurchenko
2005-01-24Fix MACE ISA ringbuffer alignment.Mark Kettenis
2005-01-24Tweak mixer label. Whitespace.Mark Kettenis
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
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-10-05Get prototypes through cons_decl(), so that they are always right.Miod Vallat
2004-09-29give reset a chance to be active for a short time!Per Fogelstrom
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
2004-08-26Fix a problem where the driver could get stuck in the rx int loop.Per Fogelstrom
2004-08-10spacingTheo de Raadt
2004-08-10Add O2 built in ethernet.Per Fogelstrom
2004-08-10mac-110 on mace from netbsdMichael Shalayeff
2004-08-07add comment about porting work to doPer Fogelstrom