PERFORCE change 132490 for review
Rafal Jaworowski
raj at FreeBSD.org
Fri Jan 4 07:40:38 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=132490
Change 132490 by raj at raj_mimi on 2008/01/04 15:39:44
Some cosmetics..
Affected files ...
.. //depot/projects/e500/sys/dev/tsec/if_tsec.c#4 edit
.. //depot/projects/e500/sys/powerpc/booke/machdep.c#5 edit
.. //depot/projects/e500/sys/powerpc/mpc85xx/nexus.c#2 edit
Differences ...
==== //depot/projects/e500/sys/dev/tsec/if_tsec.c#4 (text+ko) ====
@@ -895,7 +895,7 @@
if (id == 0)
return (ENXIO);
- device_set_desc(dev, "TSEC Ethernet Controller");
+ device_set_desc(dev, "Three-Speed Ethernet Controller");
return (BUS_PROBE_DEFAULT);
}
==== //depot/projects/e500/sys/powerpc/booke/machdep.c#5 (text+ko) ====
@@ -274,7 +274,6 @@
debugf(" ccsrbar = 0x%08x\n", bootinfo->bar_base);
debugf(" cpu_clk = 0x%08x\n", bootinfo->cpu_clk);
debugf(" bus_clk = 0x%08x\n", bootinfo->bus_clk);
- debugf(" baudrate = 0x%08x\n", bootinfo->baudrate);
debugf(" eth0_addr = ");
for (i = 0; i < 6; i++)
@@ -285,8 +284,6 @@
for (i = 0; i < 6; i++)
debugf("%02x ", bootinfo->eth1_addr[i]);
debugf("\n");
-
- debugf(" eth_speed = %d\n", bootinfo->eth_speed);
}
void
==== //depot/projects/e500/sys/powerpc/mpc85xx/nexus.c#2 (text+ko) ====
@@ -120,7 +120,7 @@
*/
device_add_child(dev, "ocpbus", 0);
- device_set_desc(dev, "PPC e500 Nexus device");
+ device_set_desc(dev, "MPC85xx Nexus device");
return (0);
}
More information about the p4-projects
mailing list