Age | Commit message (Expand) | Author |
2009-04-19 | Correctly handle bus_dma_tag with _dma_mask == 0. | Miod Vallat |
2009-04-19 | Parse and display the part number and the serial number, instead of falsely | Miod Vallat |
2009-04-19 | Use correct device index for Ethernet interrupt handler. | Joel Sing |
2009-04-19 | Fix interrupt mapping for devices behind PCI-PCI bridges. | Mark Kettenis |
2009-04-19 | Add heuristics to tell IP27 and IP35 apart, as they will need to be handled | Miod Vallat |
2009-04-19 | A much more reliable logic to find out the second interrupt of the ioc boards. | Miod Vallat |
2009-04-18 | Attach to IP35 Xbridge too. | Miod Vallat |
2009-04-18 | Attach pci busses with pba_bus being zero, and not our bridge unit number, | Miod Vallat |
2009-04-18 | Fewer hardcoded values and simpler code in ip30 interrupt handling. | Miod Vallat |
2009-04-18 | Simplify ethernet interrupt dispatching, since it is not shared with anything | Miod Vallat |
2009-04-15 | Disable DEBUG now, it floods too much information. | Miod Vallat |
2009-04-15 | A firsh shot at IP27 interrupts; currently the code assumes it runs on | Miod Vallat |
2009-04-15 | Change the way the widget interrupt register is computed and have it become | Miod Vallat |
2009-04-15 | Oops, referenced an include file which I don't plan to commit yet. | Miod Vallat |
2009-04-15 | Only enable the passthrough interrupt for serial ports, and let com(4) manage. | Miod Vallat |
2009-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
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-13 | Add missing option BOOT_CONFIG | Miod Vallat |
2009-04-13 | Remove commented out debug options. | Miod Vallat |
2009-04-12 | Interrupt support for IOC3 and its subdevices (currently limited to the | Miod Vallat |
2009-04-12 | Add code to prevent the MI pci code to cause IOC3 devices to freeze and | Miod Vallat |
2009-04-12 | Needs <machine/atomic.h> to compile. | Miod Vallat |
2009-04-12 | Get com console global variables from <dev/ic/comvar.h> instead of declaring | Miod Vallat |
2009-03-30 | bzero pci attach args | Mark Kettenis |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-03-20 | Switch sgi to __HAVE_GENERIC_SOFT_INTERRUPTS. | Miod Vallat |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2009-03-15 | Include .S files in make depend. | Miod Vallat |
2009-03-07 | When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do not | Miod Vallat |
2009-02-24 | Add support for hardware acceleration to gbe(4). This provides an accelerated | Joel Sing |
2009-02-10 | enable run(4) everywhere where ural(4) and rum(4) are enabled. | Damien Bergamini |
2009-02-10 | Unbreak sgivol. When writing to the raw device use the native blocksize. | Joel Sing |
2009-01-25 | Remove /dev/drum and related code. | Miod Vallat |
2009-01-14 | add and enable uaudio as it's working fine for me | Jasper Lievisse Adriaanse |
2008-12-30 | savecore(8) wants dumpmag to be an unsigned long. | Miod Vallat |
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-10 | - add and enable rum(4) | Jasper Lievisse Adriaanse |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-17 | Garbage collect unused variable from sys_rec structure. | Joel Sing |
2008-09-17 | Unbreak com@ioc probing. | Joel Sing |
2008-09-16 | - remove some unneeded headers | Jasper Lievisse Adriaanse |
2008-09-01 | Bring comment into line with reality. We use sgi label info but don't | Kenneth R Westerback |
2008-09-01 | Allow sgi to spoof the native label. But don't spoof when just | Kenneth R Westerback |
2008-08-28 | - enable uvideo on sgi, it's working for me with a quickcam e 3500 plus | Jasper Lievisse Adriaanse |
2008-08-25 | - add a bunch of enabled usb devices that have been tested. | Jasper Lievisse Adriaanse |
2008-08-25 | Make sgivol(8) use the device sector size for reads and writes. This allows | Joel Sing |
2008-08-25 | Add bus_space_read_raw_region_* and bus_space_write_raw_region_* bus space | Joel Sing |
2008-08-25 | Add device majors for USB character devices in OpenBSD/sgi. | Joel Sing |