summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/dev
AgeCommit message (Expand)Author
2009-11-01Looks like I forgot to add files again. These are the most important filesMiod Vallat
2009-10-26Rename struct confargs to struct mainbus_attach_args for consistency and alsoMiod Vallat
2009-10-26Remove DS1687 vs DS742 runtime detection code; we only attach dsrtc on theMiod Vallat
2009-10-26Add support for the Octane power button to power(4). Took me a while toMiod Vallat
2009-10-26Better crime/mace interrupt handling; interrupt information is no longerMiod Vallat
2009-10-16Get serial console speed from prom, and use it instead of hardcoding 9600 bps,Miod Vallat
2009-10-13Make iof(4) pass its bus speed to children, this in turn allows com(4) toMiod Vallat
2009-10-11Make sure com@io[cf] attachment stanzas with locators win over generic com*Miod Vallat
2009-10-07Attach DS1742 style dsrtc to iof (IOC4) too.Miod Vallat
2009-10-07Small steps towards getting the serial clock correct on IOC4 serial ports.Miod Vallat
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowMiod Vallat
2009-08-18Blind partial support for IOC4 chip, found on IO8 and IO9 base I/O boards onMiod Vallat
2009-08-10The shutdown hook is no longer required now that we shutdown all interfacesJoel Sing
2009-07-26Rework ioc children attachment: instead of having ioc build a semi-bogusMiod Vallat
2009-06-11The MAC multicast filter is set in mec_iff() hence there is need to do thisJoel Sing
2009-05-18Cleanup the ioctl and receive filter code for mec(4). This alsoJoel Sing
2009-05-16need that include file...Theo de Raadt
2009-05-15Oops, forgot to add this file, part of the dsrtc DS174x changes.Miod Vallat
2009-05-15TOD clock support for IOC3 flavours with DS174x chips (which are rebadgedMiod Vallat
2009-05-08IP30 Dallas clock runs in non-BCD mode, so make sure to check which modeMiod Vallat
2009-04-20Some recent IOC3 do not have Dallas timekeepers, so perform a few more testsMiod Vallat
2009-04-19Parse and display the part number and the serial number, instead of falselyMiod Vallat
2009-04-13The start of Origin 200 support. Based on some code contributed by pefo@Miod Vallat
2009-04-13Also match on Uniqueware family 0x91, and correctly report the third byteMiod Vallat
2009-04-12Interrupt support for IOC3 and its subdevices (currently limited to theMiod Vallat
2009-02-24Add support for hardware acceleration to gbe(4). This provides an acceleratedJoel Sing
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-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-17Unbreak com@ioc probing.Joel Sing
2008-09-16- remove some unneeded headersJasper Lievisse Adriaanse
2008-06-14Mask the upper 56 bits of the rx ports when reading them, pckbd_input() willMiod Vallat
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