freebsd-skq/sys/dev/mii
dim 373133f0ad Remove duplicate const specifiers in many drivers (I hope I got all of
them, please let me know if not).  Most of these are of the form:

static const struct bzzt_type {
	[...list of members...]
} const bzzt_devs[] = {
	[...list of initializers...]
};

The second const is unnecessary, as arrays cannot be modified anyway,
and if the elements are const, the whole thing is const automatically
(e.g. it is placed in .rodata).

I have verified this does not change the binary output of a full kernel
build (except for build timestamps embedded in the object files).

Reviewed by:	yongari, marius
MFC after:	1 week
2012-11-05 19:16:27 +00:00
..
acphy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
acphyreg.h
amphy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
amphyreg.h
atphy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
atphyreg.h
axphy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
bmtphy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
bmtphyreg.h
brgphy.c For 5717C/5719C/5720C and 57765 PHYs, do not perform any special 2012-10-11 06:07:48 +00:00
brgphyreg.h
ciphy.c More Cicada/Vitesse PHY ids. 2012-05-25 15:05:17 +00:00
ciphyreg.h
e1000phy.c Recognize the Marvell 88E1145 Quad Gigabit PHY. 2012-10-29 00:17:12 +00:00
e1000phyreg.h
gentbi.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
icsphy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
icsphyreg.h
ip1000phy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
ip1000phyreg.h
jmphy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
jmphyreg.h
lxtphy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
lxtphyreg.h
mii_bitbang.c - Import the common MII bitbang'ing code from NetBSD and convert drivers to 2011-11-01 16:13:59 +00:00
mii_bitbang.h - Import the common MII bitbang'ing code from NetBSD and convert drivers to 2011-11-01 16:13:59 +00:00
mii_physubr.c
mii.c Remove duplicate const specifiers in many drivers (I hope I got all of 2012-11-05 19:16:27 +00:00
mii.h
miibus_if.m
miidevs Merging of projects/armv6, part 5 2012-08-15 04:03:55 +00:00
miivar.h There's no need export the device interface methods of miibus(4). 2011-11-18 22:58:13 +00:00
mlphy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
nsgphy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
nsgphyreg.h
nsphy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
nsphyreg.h
nsphyter.c Probe the National DP83849, which is a dual-port version of the PHYTER. 2012-02-19 12:25:58 +00:00
nsphyterreg.h
pnaphy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
qsphy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
qsphyreg.h
rdcphy.c s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention 2011-11-22 21:55:40 +00:00
rdcphyreg.h
rgephy.c Prefer RL_GMEDIASTAT register to RGEPHY_MII_SSR register to 2012-02-28 05:23:29 +00:00
rgephyreg.h
rlphy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
rlswitch.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
smcphy.c Merging of projects/armv6, part 5 2012-08-15 04:03:55 +00:00
smscphy.c Remove unused variable ma. 2012-09-23 08:44:12 +00:00
tdkphy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
tdkphyreg.h
tlphy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
tlphyreg.h
truephy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
truephyreg.h
ukphy_subr.c
ukphy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
xmphy.c Use DEVMETHOD_END. 2011-11-23 20:27:26 +00:00
xmphyreg.h