summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSemen Ustimenko <semenu@FreeBSD.org>2001-02-07 22:34:15 +0000
committerSemen Ustimenko <semenu@FreeBSD.org>2001-02-07 22:34:15 +0000
commite8288d7f9cdff1c2f32160fe2a5697859c128811 (patch)
tree5e02a52c794cc9953a4e146f50f6eee4e9ff1a78
parent1debc9f69d667dd1065f3e5e6b1ca8e87db49b6d (diff)
Notes
-rw-r--r--sys/dev/mii/acphy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/mii/acphy.c b/sys/dev/mii/acphy.c
index 2165e503f99f..96fefa28334f 100644
--- a/sys/dev/mii/acphy.c
+++ b/sys/dev/mii/acphy.c
@@ -99,7 +99,6 @@ static int acphy_detach __P((device_t));
static device_method_t acphy_methods[] = {
/* device interface */
DEVMETHOD(device_probe, acphy_probe),
-A
DEVMETHOD(device_attach, acphy_attach),
DEVMETHOD(device_detach, acphy_detach),
DEVMETHOD(device_shutdown, bus_generic_shutdown),