summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Network driver updatesjchandra2010-10-202-7/+7
* On uniprocessor, warn and fixup hardware cpu mask if more than on CPUjchandra2010-10-201-1/+9
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-152-8/+9
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-152-10/+12
* Keep polling at 50hz as long as link state is changing.jmallett2010-10-131-3/+15
* o) Make it possible to attach a PHY directly to an octe device rather thanjmallett2010-10-138-47/+815
* PCI fix for XLR C revision chips, limit DMA address to the first 2GBjchandra2010-10-062-2/+53
* XLR/XLS network driver (nlge) updates:jchandra2010-10-062-35/+167
* Fix n64 compile.jchandra2010-10-061-1/+1
* Network driver support for more XLR/XLS chip versions.jchandra2010-10-051-18/+129
* Clear any pending interrupts after disabling FMN interrupts. Add debuggingjchandra2010-10-052-20/+63
* Fix asm for XKPHYS read for o32, constriants needed for input registersjchandra2010-10-051-13/+14
* Update message ring handling code for XLR/XLSjchandra2010-10-037-280/+290
* o) Allow devices to override the MDIO read and write functions presented tojmallett2010-10-028-1/+231
* Rather than shifting offsets by three, set register offset to 3. All ourjmallett2010-10-023-16/+15
* Use ABI-aware macros for setting up a fake frame.jmallett2010-10-021-4/+4
* Remove extra cpu setting and commented-out devices, some of which don't exist.jmallett2010-10-021-12/+0
* Make the OCTEON1 configuration look like a normal GENERIC configuration. Injmallett2010-10-021-56/+250
* - Fix values of CS1_EN and CS2_EN flagsgonzo2010-09-292-7/+6
* AR71XX_GPIO_* defines were introduced by adrian@ a while ago,gonzo2010-09-291-15/+0
* Add GPIO bus to config and hints. Also add sample gpioled device.gonzo2010-09-282-0/+15
* Add AR71XX GPIO bus driver.gonzo2010-09-284-0/+530
* Give devices lots of time to settle around programming BARs and commandjmallett2010-09-271-0/+4
* o) Program the Lanner MR-320 for 32-bit mode, too.jmallett2010-09-271-14/+77
* XLS B0 revision PCI support and related changes.jchandra2010-09-273-61/+76
* o) Send mbufs to BPF listeners from within cvm_oct_xmit().jmallett2010-09-253-19/+11
* Handle link updates in a task.jmallett2010-09-255-58/+51
* Make the vast majority of Simple Executive files standard. Perhaps some ofjmallett2010-09-241-18/+17
* o) Add bus_teardown_intr for pci and ciu. This allows the Promise SATAjmallett2010-09-242-1/+27
* Flesh out PCI bus support some:jmallett2010-09-242-12/+412
* Enforce that 'pmap_kenter()' is only used to establish cacheable mappings.neel2010-09-223-8/+6
* n32 fixes for nlge.jchandra2010-09-212-4/+4
* Add 64 bit support to nlge, and additional fixesjchandra2010-09-202-64/+131
* Fix to specify generic bus_add_child.jmallett2010-09-192-0/+4
* Don't use memory that can't be direct-mapped on !n64.jmallett2010-09-191-0/+12
* Fix octusb build.jmallett2010-09-181-1/+1
* Fixes for XLR network accelerator driver (nlge).jchandra2010-09-174-59/+104
* Get rid of the unnecessary redirection of 'is_cacheable_mem()' toneel2010-09-172-4/+2
* Get rid of unused macros.neel2010-09-171-29/+0
* Make a note of which platforms the mac strings come from.thompsa2010-09-171-0/+4
* Use getenv to find the mac address since it could be in the bootloaderthompsa2010-09-171-12/+14
* RMI security accelerator driver update.jchandra2010-09-166-711/+117
* Update rge.h for r212758 - stats incremented using xlr_ldaddwu should bejchandra2010-09-161-6/+7
* Network driver updates.jchandra2010-09-163-131/+124
* Add 64-bit SWARM board kernel configs.neel2010-09-152-0/+43
* Factor out the common parts of the swarm board in SWARM_COMMON and startneel2010-09-153-63/+73
* Make the meaning of the 'mask' argument to 'set_intr_mask(mask)' consistentneel2010-09-155-5/+5
* Port r212559 to mips.neel2010-09-141-2/+0
* Enforce that pmap_mapdev() always returns uncacheable mappings.neel2010-09-141-9/+17
* TARGET_64BIT isn't needed anymore, GC it (partial merge from tbemd).imp2010-09-132-2/+0
OpenPOWER on IntegriCloud