freebsd-dev/sys/mips/rmi
Jayachandran C. c42040571e Fixes for XLR network accelerator driver (nlge).
- Process some tx done messages in the transmit path, to ensure that
  the XLR NA tx done FIFO does not overflow.
- Add a message ring handler API to process atmost a given number of
  messages from a specified bucket mask. This will be used to process
  the tx done messages
- Add a callout to restart transmit in the case transmit gets blocked.
- Update enable_msgring_int() and disable_msgring_int(), remove unused
  args and make static.

Obtained from:	Sriram Gorti (srgorti at netlogicmicro dot com)
2010-09-17 10:28:10 +00:00
..
dev Fixes for XLR network accelerator driver (nlge). 2010-09-17 10:28:10 +00:00
board.c Add the workaround for 4xx lite boards after it was lost in the last 2010-08-31 04:18:47 +00:00
board.h Clean up header files in RMI platform code (sys/mips/rmi), and remove 2010-08-30 13:05:21 +00:00
bus_space_rmi_pci.c
bus_space_rmi.c
files.xlr New driver nlge for XLR/XLS Network Accelerator. This will support the XGMAC 2010-08-28 19:02:51 +00:00
fmn.c Fixes for XLR network accelerator driver (nlge). 2010-09-17 10:28:10 +00:00
interrupt.h Clean up header files in RMI platform code (sys/mips/rmi), and remove 2010-08-30 13:05:21 +00:00
intr_machdep.c Updates for the RMI MIPS platform code 2010-09-01 17:35:31 +00:00
iodi.c RMI security accelerator driver update. 2010-09-16 20:23:22 +00:00
iomap.h Clean up header files in RMI platform code (sys/mips/rmi), and remove 2010-08-30 13:05:21 +00:00
Makefile.msgring
mpwait.S
msgring_xls.c
msgring_xls.cfg
msgring.c
msgring.cfg
msgring.h Fixes for XLR network accelerator driver (nlge). 2010-09-17 10:28:10 +00:00
pcibus.h
pic.h Updates for the RMI MIPS platform code 2010-09-01 17:35:31 +00:00
rmi_boot_info.h Clean up header files in RMI platform code (sys/mips/rmi), and remove 2010-08-30 13:05:21 +00:00
rmi_mips_exts.h Network driver updates. 2010-09-16 19:13:55 +00:00
rootfs_list.txt
std.xlr Rename TARGET_XLR_XLS to CPU_RMI to match other CPU_xxx definitions. 2010-08-13 12:56:00 +00:00
tick.c Sync up XLR tick.c with the new MIPS tick.c 2010-08-25 07:33:35 +00:00
uart_bus_xlr_iodi.c
uart_cpu_mips_xlr.c
xlr_csum_nocopy.S
xlr_i2c.c
xlr_machdep.c Clean up and update sys/mips/rmi/rmi_mips_exts.h 2010-09-09 17:45:48 +00:00
xlr_pci.c Clean up and update sys/mips/rmi/rmi_mips_exts.h 2010-09-09 17:45:48 +00:00
xlr_pcmcia.c Initial code for XLR CompactFlash driver. 2010-08-28 07:58:10 +00:00
xls_ehci.c