From owner-cvs-all Sat Apr 29 6:42: 2 2000 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 27D7E37B8C6; Sat, 29 Apr 2000 06:41:59 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA67951; Sat, 29 Apr 2000 06:41:58 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200004291341.GAA67951@freefall.freebsd.org> From: Peter Wemm Date: Sat, 29 Apr 2000 06:41:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_aue.c src/sys/pci if_dc.c if_rl.c if_sf.c if_sis.c if_ste.c if_tl.c if_tx.c if_vr.c if_wb.c if_xl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/04/29 06:41:58 PDT Modified files: sys/dev/usb if_aue.c sys/pci if_dc.c if_rl.c if_sf.c if_sis.c if_ste.c if_tl.c if_tx.c if_vr.c if_wb.c if_xl.c Log: Depend on miibus. Note that if_aue doesn't strictly depend on usb because it uses the method interface for calls rather than using internal symbols, and because it's a child driver of usb and therefore will not try and do anything unless the parent usb code is loaded at some point. if_aue does strictly depend on miibus as it will fail to link if it is missing. Revision Changes Path 1.23 +4 -2 src/sys/dev/usb/if_aue.c 1.10 +4 -2 src/sys/pci/if_dc.c 1.40 +4 -2 src/sys/pci/if_rl.c 1.19 +4 -2 src/sys/pci/if_sf.c 1.14 +4 -2 src/sys/pci/if_sis.c 1.15 +4 -2 src/sys/pci/if_ste.c 1.52 +4 -2 src/sys/pci/if_tl.c 1.36 +3 -1 src/sys/pci/if_tx.c 1.27 +4 -2 src/sys/pci/if_vr.c 1.27 +4 -2 src/sys/pci/if_wb.c 1.73 +4 -2 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message