diff options
Diffstat (limited to 'sys/pci/if_rl.c')
-rw-r--r-- | sys/pci/if_rl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c index 8547e93..c7bf0b4 100644 --- a/sys/pci/if_rl.c +++ b/sys/pci/if_rl.c @@ -221,7 +221,7 @@ static device_method_t rl_methods[] = { }; static driver_t rl_driver = { - "if_rl", + "rl", rl_methods, sizeof(struct rl_softc) }; |