Age | Commit message (Expand) | Author |
2009-11-09 | Make sure we correctly return failure in l1_serial_ppp_read() when a read | Miod Vallat |
2009-11-09 | Only invoke the L1 code if IP35. | Miod Vallat |
2009-11-08 | Add code to send L1 commands and parse command results; use it to add a way | Miod Vallat |
2009-11-08 | Figure out the size of the SSRAM used as internal memory by the chip on | Miod Vallat |
2009-11-08 | Do not risk touching nonexisting registers on MENET boards; untested due to | Miod Vallat |
2009-11-07 | According to Brad, bnx(4) is not endian-safe, so remove it from sgi kernels. | Miod Vallat |
2009-11-07 | In case an ioc(4) device has lost its NIC component, do not recognize it | Miod Vallat |
2009-11-07 | A few more PCI Ethernet controllers; from Brad. | Miod Vallat |
2009-11-07 | Add a bunch of PCI audio devices, only compile tested; from Brad. | Miod Vallat |
2009-11-07 | Replace option TGT_ORIGIN200 and TGT_ORIGIN2000 with a single option, | Miod Vallat |
2009-11-07 | Change sgi system identification from a single system type list, to a smaller | Miod Vallat |
2009-11-06 | When rebooting IP27 or IP35 systems, do not request the prom to skip diagnostics | Miod Vallat |
2009-11-04 | MP safe mutex. | Takuya ASADA |
2009-11-03 | Align each RX descriptor to a 4KB boundary; fixes poor RX performance (chip | Miod Vallat |
2009-11-03 | A few cleanups and also reflect duplex state in mcr in addition to tcsr. | Miod Vallat |
2009-11-03 | Offset the start of the RX buffers by two bytes, so that the ethernet | Miod Vallat |
2009-11-02 | Got the RX threshold interrupt working, does not help RX performance though; | Miod Vallat |
2009-11-02 | A few fixes and improvements: | Miod Vallat |
2009-11-02 | When the iec(4) Ethernet address is unkown, pass ff:ff:ff:ff:ff:ff instead of | Miod Vallat |
2009-11-01 | Looks like I forgot to add files again. These are the most important files | Miod Vallat |
2009-11-01 | Driver for the sgi IOC3 onboard Ethernet interface. Tested on Octane only so | Miod Vallat |
2009-10-31 | A chunk from my WIP bootblocks tree went in by mistake in previous commit; | Miod Vallat |
2009-10-31 | Do not override AS and LD, to be cross compilation friendly; noticed by syuu@ | Miod Vallat |
2009-10-31 | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | Igor Sobrado |
2009-10-31 | Blinkenlichten on Octane. | Miod Vallat |
2009-10-30 | Support IP30 secondary cpu bootup. ok miod@ | Takuya ASADA |
2009-10-26 | Rename struct confargs to struct mainbus_attach_args for consistency and also | Miod Vallat |
2009-10-26 | Get rid of unused `frame' member of struct intrhand; only hardclock() needs | Miod Vallat |
2009-10-26 | Make pci_intr_string() on xbridge return both the xbridge irq and the crossbow | 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 | Add new xbow routines to explicitely trigger or clear an interrupt source, | Miod Vallat |
2009-10-26 | Oops; forgot to add this file in previous commit (overhaul of macebus | Miod Vallat |
2009-10-26 | Better crime/mace interrupt handling; interrupt information is no longer | Miod Vallat |
2009-10-23 | Fix logic in ip27_hub_intr_makemasks() to correctly {un,}mask interrupt | Miod Vallat |
2009-10-22 | Completely overhaul interrupt handling on sgi. Cpu state now only stores a | Miod Vallat |
2009-10-22 | With the splx() changes, it is no longer necessary to remember which interrupt | Miod Vallat |
2009-10-22 | Implement bus_space_vaddr() for macepcibr. | Miod Vallat |
2009-10-22 | Make macebus_intr_disestablish() signature sane, and update its caller. | Miod Vallat |
2009-10-22 | The recent cleanups make blatantly visible that the pending_int handler | Miod Vallat |
2009-10-22 | unifdef -DIMASK_EXTERNAL to the mips code. Support for interrupt masking at | Miod Vallat |
2009-10-22 | Replace intrmask_t with uint32_t. This types only describes interrupt masks | Miod Vallat |
2009-10-22 | Introduce a logical xbpci(4) device between xbridge and pci, since more than | Miod Vallat |
2009-10-22 | Correctly initialize the second HUB PI interrupt and calias registers on | Miod Vallat |
2009-10-21 | Replace IP32 hw_setintrmask() .S routine with a two line C routine. | Miod Vallat |
2009-10-21 | In atoi(), only check for a base indication iff the string starts with `0' | Miod Vallat |
2009-10-19 | Correct a target name so that we don't rebuild vers.o (and then | Philip Guenthe |
2009-10-16 | Honour serial console speed on O2 too. | Miod Vallat |
2009-10-16 | Make Octane kernels compile again after recent changes. My bad. | Miod Vallat |
2009-10-16 | Get serial console speed from prom, and use it instead of hardcoding 9600 bps, | Miod Vallat |