diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-11-02 21:43:29 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-11-02 21:43:29 +0000 |
| commit | 05992bb56b3b781ddde5033edde99072f5549b8b (patch) | |
| tree | 0ce20241cd32facbc410911046a1535d62c40c3e /sys/dev/dc | |
| parent | b921a12b3b3aee56c5778cec0010173dda6d35cd (diff) | |
Notes
Diffstat (limited to 'sys/dev/dc')
| -rw-r--r-- | sys/dev/dc/if_dc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c index f4835050d197..41194d8b17c1 100644 --- a/sys/dev/dc/if_dc.c +++ b/sys/dev/dc/if_dc.c @@ -329,7 +329,7 @@ static devclass_t dc_devclass; #ifdef __i386__ static int dc_quick = 1; SYSCTL_INT(_hw, OID_AUTO, dc_quick, CTLFLAG_RW, &dc_quick, 0, - "do not mdevget in dc driver"); + "do not m_devget() in dc driver"); #endif DRIVER_MODULE(dc, cardbus, dc_driver, dc_devclass, 0, 0); |
