summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-11-02 02:58:24 +0000
committerimp <imp@FreeBSD.org>2008-11-02 02:58:24 +0000
commit1c6d3e0cf3129fe4325ea09554e274cb84a4ff62 (patch)
tree8c87d76b83ce5c9a880b0681023943f98575de99 /sys/mips
parent3375b8347bf4a4a5365a390af7fa3c2adb0ad6cd (diff)
downloadFreeBSD-src-1c6d3e0cf3129fe4325ea09554e274cb84a4ff62.zip
FreeBSD-src-1c6d3e0cf3129fe4325ea09554e274cb84a4ff62.tar.gz
Remove cardbus attachment. It likely was a cut-n-paste left over from
whatever template was used to create this driver. It is not necessary, and wouldn't work anyway since (a) this device will never be in a cardbus tin-can and (b) the driver isn't even PCI, but instead a built-in NIC on the IDT RC32434 on its internal bus.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/idt/if_kr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/mips/idt/if_kr.c b/sys/mips/idt/if_kr.c
index 36fcdc9..45378b0 100644
--- a/sys/mips/idt/if_kr.c
+++ b/sys/mips/idt/if_kr.c
@@ -139,7 +139,6 @@ static driver_t kr_driver = {
static devclass_t kr_devclass;
DRIVER_MODULE(kr, obio, kr_driver, kr_devclass, 0, 0);
-DRIVER_MODULE(kr, cardbus, kr_driver, kr_devclass, 0, 0);
DRIVER_MODULE(miibus, kr, miibus_driver, miibus_devclass, 0, 0);
static int
OpenPOWER on IntegriCloud