freebsd-dev/sys/mips/cavium
Juli Mallett 0c7964a064 o) Use octeon_fpa_alloc_phys in a situation in which we don't need a usable
pointer, rather than octeon_fpa_alloc.
o) Report half duplex status properly.
o) Do not unconditionally update the last known link status in the softc.  If
   report_link isn't set, when octeon_rgmx_config_speed is called the first
   time it will tell the driver (essentially) that we have already marked the
   interface up.  Likewise, don't change media speed and duplex if only the
   link status is at issue. [1]
o) Remove manual changing of link state and let octeon_rgmx_config_speed do the
   heavy lifting. [1]

Reviewed by:	[1] imp
Sponsored by:	Packet Forensics
2010-03-13 04:55:47 +00:00
..
dev/rgmii o) Use octeon_fpa_alloc_phys in a situation in which we don't need a usable 2010-03-13 04:55:47 +00:00
asm_octeon.S Add Cavium's standard copyright to those files that are currently 2010-01-28 20:46:40 +00:00
driveid.h Add Cavium's standard copyright to those files that are currently 2010-01-28 20:46:40 +00:00
files.octeon1
obio.c Export knowledge of the special bus space we use for the console to 2010-01-25 19:27:20 +00:00
obiovar.h trim unused members of the softc. 2010-01-28 20:38:52 +00:00
octeon_ebt3000_cf.c Check for device faults and for failures to set DRQ when expected, rather 2010-03-06 05:49:15 +00:00
octeon_ebt3000_cf.h Add Cavium's standard copyright to those files that are currently 2010-01-28 20:46:40 +00:00
octeon_machdep.c Don't force single user on Octeon anymore. 2010-03-11 22:25:53 +00:00
octeon_pcmap_regs.h o) Simplify the implementation of bus read/write functions, and eliminate some 2010-03-05 22:48:34 +00:00
std.octeon1
uart_bus_octeonusart.c Eliminate octeonregs.h. It was a copy of maltaregs.h with 2010-01-23 06:42:47 +00:00
uart_cpu_octeonusart.c Export knowledge of the special bus space we use for the console to 2010-01-25 19:27:20 +00:00
uart_dev_oct16550.c