Age | Commit message (Expand) | Author |
2009-11-01 | Looks like I forgot to add files again. These are the most important files | Miod Vallat |
2009-10-26 | Rename struct confargs to struct mainbus_attach_args for consistency and also | Miod Vallat |
2009-10-26 | Remove DS1687 vs DS742 runtime detection code; we only attach dsrtc on the | Miod Vallat |
2009-10-26 | Add support for the Octane power button to power(4). Took me a while to | Miod Vallat |
2009-10-26 | Better crime/mace interrupt handling; interrupt information is no longer | Miod Vallat |
2009-10-16 | Get serial console speed from prom, and use it instead of hardcoding 9600 bps, | Miod Vallat |
2009-10-13 | Make iof(4) pass its bus speed to children, this in turn allows com(4) to | Miod Vallat |
2009-10-11 | Make sure com@io[cf] attachment stanzas with locators win over generic com* | Miod Vallat |
2009-10-07 | Attach DS1742 style dsrtc to iof (IOC4) too. | Miod Vallat |
2009-10-07 | Small steps towards getting the serial clock correct on IOC4 serial ports. | Miod Vallat |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2009-08-18 | Blind partial support for IOC4 chip, found on IO8 and IO9 base I/O boards on | Miod Vallat |
2009-08-10 | The shutdown hook is no longer required now that we shutdown all interfaces | Joel Sing |
2009-07-26 | Rework ioc children attachment: instead of having ioc build a semi-bogus | Miod Vallat |
2009-06-11 | The MAC multicast filter is set in mec_iff() hence there is need to do this | Joel Sing |
2009-05-18 | Cleanup the ioctl and receive filter code for mec(4). This also | Joel Sing |
2009-05-16 | need that include file... | Theo de Raadt |
2009-05-15 | Oops, forgot to add this file, part of the dsrtc DS174x changes. | Miod Vallat |
2009-05-15 | TOD clock support for IOC3 flavours with DS174x chips (which are rebadged | Miod Vallat |
2009-05-08 | IP30 Dallas clock runs in non-BCD mode, so make sure to check which mode | Miod Vallat |
2009-04-20 | Some recent IOC3 do not have Dallas timekeepers, so perform a few more tests | Miod Vallat |
2009-04-19 | Parse and display the part number and the serial number, instead of falsely | Miod Vallat |
2009-04-13 | The start of Origin 200 support. Based on some code contributed by pefo@ | Miod Vallat |
2009-04-13 | Also match on Uniqueware family 0x91, and correctly report the third byte | Miod Vallat |
2009-04-12 | Interrupt support for IOC3 and its subdevices (currently limited to the | Miod Vallat |
2009-02-24 | Add support for hardware acceleration to gbe(4). This provides an accelerated | Joel Sing |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-17 | Unbreak com@ioc probing. | Joel Sing |
2008-09-16 | - remove some unneeded headers | Jasper Lievisse Adriaanse |
2008-06-14 | Mask the upper 56 bits of the rx ports when reading them, pckbd_input() will | Miod Vallat |
2008-05-01 | Don't forget to bus_space_unmap() after probing for a com chip. | Miod Vallat |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2008-04-07 | SGI 1-Wire Number-In-a-Can drivers. These are regular Dallas/Maxim append-only | Miod Vallat |
2008-04-07 | Simple com@ioc (with interrupt handling disabled until ioc interrupt code is | Miod Vallat |
2008-04-07 | Split clock attachment in two parts: a timecounter attachment (at mainbus), | Miod Vallat |
2008-04-07 | Since uncached virtual addresses will depend upon space identifiers on R1xk | Miod Vallat |
2008-02-21 | There's no need to print the IRQ now that we have direct configuration. | Joel Sing |
2008-02-21 | There's no need to print the IRQ now that we have direct configuration. | Joel Sing |
2008-02-20 | Completely overhault attachment rules on sgi. No more indirect configuration | Miod Vallat |
2008-01-21 | Fix boot time interrupt storm on mec(4) by disabling DMA when stopping the | Joel Sing |
2008-01-20 | Clean up comments. | Joel Sing |
2007-12-31 | Significantly improve the gbe(4) driver, including: | Joel Sing |
2007-12-31 | Move wscons_machdep.c to it's rightful location. This brings OpenBSD/sgi | Joel Sing |
2007-12-27 | power(4) can now make use of the DS1687 register definitions header file. | Joel Sing |
2007-12-18 | move variable declarations where they belong | Jasper Lievisse Adriaanse |
2007-12-18 | - powerbutton -> power button | Jasper Lievisse Adriaanse |
2007-12-18 | add power(4), a driver for the power button found on SGI O2's. | Jasper Lievisse Adriaanse |
2007-12-14 | Enable console support for SGI O2 workstations. Switch between the serial | Joel Sing |