diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2003-11-03 09:22:18 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2003-11-03 09:22:18 +0000 |
| commit | 0be389f3caaecdef16c6b4168f7c0c13ac05cab0 (patch) | |
| tree | 72c2f12755e5178f1105ef8988d802511205c5c9 /sys/pci/if_dc.c | |
| parent | ed70dde057247cfa3af40b2556e24d357dfa5ab6 (diff) | |
Notes
Diffstat (limited to 'sys/pci/if_dc.c')
| -rw-r--r-- | sys/pci/if_dc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c index 41194d8b17c1..ca59ef143734 100644 --- a/sys/pci/if_dc.c +++ b/sys/pci/if_dc.c @@ -332,7 +332,6 @@ SYSCTL_INT(_hw, OID_AUTO, dc_quick, CTLFLAG_RW, &dc_quick, 0, "do not m_devget() in dc driver"); #endif -DRIVER_MODULE(dc, cardbus, dc_driver, dc_devclass, 0, 0); DRIVER_MODULE(dc, pci, dc_driver, dc_devclass, 0, 0); DRIVER_MODULE(miibus, dc, miibus_driver, miibus_devclass, 0, 0); |
