summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_tl.c')
-rw-r--r--sys/pci/if_tl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c
index f848d0a..a593cd3 100644
--- a/sys/pci/if_tl.c
+++ b/sys/pci/if_tl.c
@@ -354,7 +354,7 @@ static device_method_t tl_methods[] = {
};
static driver_t tl_driver = {
- "tl",
+ "if_tl",
tl_methods,
sizeof(struct tl_softc)
};
OpenPOWER on IntegriCloud