1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/mips/cavium
Juli Mallett 15fe2454ae o) Expand the CIU driver to be aware of newly-allocated parts of the IRQ range.
o) Add 'octm', a trivial driver for the 10/100 management ports found on some
   Octeon systems.
o) Make the Simple Executive's management port helper routines compile on
   FreeBSD (namely by not doing math on void pointers.)
o) Add a cvmx_mgmt_port_sendm routine to the Simple Executive to send an mbuf
   so there is only one copy in the transmit path, rather than having to first
   copy the mbuf to an intermediate buffer and then copy that to the Simple
   Executive's transmit ring.
o) Properly work out MII addresses of management ports on the Lanner MR-730.
   XXX The MR-730 also needs some patches to the MII read/write routines, but
       this is sufficient for now.  Media detection will be fixed in the future
       when I can spend more time reading the vendor-supplied patches.
2011-01-10 03:48:41 +00:00
..
cryptocteon o) Add the "octusb" controller which supports the first port of the Octeon 2010-07-20 19:32:25 +00:00
octe Now that we correctly enable rx interrupts on all cores, performance has gotten 2011-01-09 23:46:24 +00:00
usb Fix octusb build. 2010-09-18 00:58:44 +00:00
asm_octeon.S o) Add SMP support for Octeon using U-Boot to launch all the processors at the 2010-04-17 03:08:13 +00:00
ciu.c o) Expand the CIU driver to be aware of newly-allocated parts of the IRQ range. 2011-01-10 03:48:41 +00:00
cvmx_config.h o) Expand the CIU driver to be aware of newly-allocated parts of the IRQ range. 2011-01-10 03:48:41 +00:00
files.octeon1 o) Expand the CIU driver to be aware of newly-allocated parts of the IRQ range. 2011-01-10 03:48:41 +00:00
if_octm.c o) Expand the CIU driver to be aware of newly-allocated parts of the IRQ range. 2011-01-10 03:48:41 +00:00
obio.c Fix to specify generic bus_add_child. 2010-09-19 09:18:27 +00:00
obiovar.h trim unused members of the softc. 2010-01-28 20:38:52 +00:00
octeon_ds1337.c Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple Executive 2010-07-20 19:25:11 +00:00
octeon_ebt3000_cf.c Declare the CF GEOM class so that g_modevent will get called, the class will 2010-11-02 23:43:44 +00:00
octeon_machdep.c When allocating memory from bootmem for the kernel to use, try to leave about 2010-12-28 20:11:54 +00:00
octeon_mp.c o) Unmask Central Interrupt Unit interrupts on APs, too. 2011-01-04 02:11:03 +00:00
octeon_nmi.S - Add watchdog driver for Cavium Octeon. At the moment only 2010-11-28 08:11:05 +00:00
octeon_pcmap_regs.h Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple Executive 2010-07-20 19:25:11 +00:00
octeon_rnd.c Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple Executive 2010-07-20 19:25:11 +00:00
octeon_rtc.c Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple Executive 2010-07-20 19:25:11 +00:00
octeon_wdog.c o) Add MIPS_COP_0_EXC_PC accessors to <machine/cpufunc.h>. 2011-01-04 02:33:48 +00:00
octopci_bus_space.c Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple Executive 2010-07-20 19:25:11 +00:00
octopci.c Don't attach the PCI bus driver if the board we're being run on has PCIe. The 2010-11-03 23:29:52 +00:00
octopcireg.h Flesh out PCI bus support some: 2010-09-24 00:14:24 +00:00
octopcivar.h Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple Executive 2010-07-20 19:25:11 +00:00
std.octeon1 Remove the 'machine mips' from DEFAULTS. Put the proper 'machine mips 2010-11-13 22:34:12 +00:00
uart_bus_octeonusart.c Rather than shifting offsets by three, set register offset to 3. All our 2010-10-02 05:38:45 +00:00
uart_cpu_octeonusart.c Rather than shifting offsets by three, set register offset to 3. All our 2010-10-02 05:38:45 +00:00
uart_dev_oct16550.c Rather than shifting offsets by three, set register offset to 3. All our 2010-10-02 05:38:45 +00:00