summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-03-17 07:29:11 +0000
committeradrian <adrian@FreeBSD.org>2012-03-17 07:29:11 +0000
commit9608a1f31cb909510803a8b85a5a76006b2cd121 (patch)
tree1fd25fd15bbd64109298670ef7223e7097778483 /sys/mips
parent7910492ee429899b3425201cb5d7178bbe214375 (diff)
downloadFreeBSD-src-9608a1f31cb909510803a8b85a5a76006b2cd121.zip
FreeBSD-src-9608a1f31cb909510803a8b85a5a76006b2cd121.tar.gz
style(9) changes.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/atheros/ar724x_chip.c19
1 files changed, 10 insertions, 9 deletions
diff --git a/sys/mips/atheros/ar724x_chip.c b/sys/mips/atheros/ar724x_chip.c
index 8eb7b55..d56a26c 100644
--- a/sys/mips/atheros/ar724x_chip.c
+++ b/sys/mips/atheros/ar724x_chip.c
@@ -125,6 +125,7 @@ ar724x_chip_device_stopped(uint32_t mask)
static void
ar724x_chip_set_mii_speed(uint32_t unit, uint32_t speed)
{
+
/* XXX TODO */
return;
}
@@ -221,15 +222,15 @@ ar724x_chip_init_usb_peripheral(void)
}
struct ar71xx_cpu_def ar724x_chip_def = {
- &ar724x_chip_detect_mem_size,
- &ar724x_chip_detect_sys_frequency,
- &ar724x_chip_device_stop,
- &ar724x_chip_device_start,
- &ar724x_chip_device_stopped,
- &ar724x_chip_set_pll_ge,
+ &ar724x_chip_detect_mem_size,
+ &ar724x_chip_detect_sys_frequency,
+ &ar724x_chip_device_stop,
+ &ar724x_chip_device_start,
+ &ar724x_chip_device_stopped,
+ &ar724x_chip_set_pll_ge,
&ar724x_chip_set_mii_speed,
- &ar724x_chip_ddr_flush_ge,
- &ar724x_chip_get_eth_pll,
- &ar724x_chip_ddr_flush_ip2,
+ &ar724x_chip_ddr_flush_ge,
+ &ar724x_chip_get_eth_pll,
+ &ar724x_chip_ddr_flush_ip2,
&ar724x_chip_init_usb_peripheral
};
OpenPOWER on IntegriCloud