From owner-cvs-all Tue Sep 21 23: 8:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F74C14D83; Tue, 21 Sep 1999 23:08:13 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA73151; Tue, 21 Sep 1999 23:08:13 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199909220608.XAA73151@freefall.freebsd.org> From: Bill Paul Date: Tue, 21 Sep 1999 23:08:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_al.c if_ax.c if_dm.c if_fxp.c if_mx.c if_pn.c if_rl.c if_sf.c if_sis.c if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/09/21 23:08:13 PDT Modified files: sys/pci if_al.c if_ax.c if_dm.c if_fxp.c if_mx.c if_pn.c if_rl.c if_sf.c if_sis.c if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c Log: Tweak these for what I hope is the last time: change the DRIVER_MODULE() declaration for the interface driver from "foo" to "if_foo" but leave the declaration for the miibus attached to the interface driver alone. This lets the internal module name be "if_foo" while still allowing the miibus instances to attach to "foo." This should allow ifconfig to autoload driver modules again without breaking the miibus attach. Revision Changes Path 1.12 +3 -3 src/sys/pci/if_al.c 1.18 +3 -3 src/sys/pci/if_ax.c 1.13 +3 -3 src/sys/pci/if_dm.c 1.75 +2 -2 src/sys/pci/if_fxp.c 1.28 +3 -3 src/sys/pci/if_mx.c 1.32 +3 -3 src/sys/pci/if_pn.c 1.32 +3 -3 src/sys/pci/if_rl.c 1.13 +3 -3 src/sys/pci/if_sf.c 1.11 +3 -3 src/sys/pci/if_sis.c 1.17 +3 -3 src/sys/pci/if_sk.c 1.12 +3 -3 src/sys/pci/if_ste.c 1.23 +3 -3 src/sys/pci/if_ti.c 1.48 +3 -3 src/sys/pci/if_tl.c 1.24 +3 -3 src/sys/pci/if_vr.c 1.24 +3 -3 src/sys/pci/if_wb.c 1.65 +3 -3 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message