From owner-cvs-all Fri Aug 4 12: 5:54 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 5EC2E37B66D; Fri, 4 Aug 2000 12:05:50 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA11561; Fri, 4 Aug 2000 12:05:50 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200008041905.MAA11561@freefall.freebsd.org> From: Nick Hibma Date: Fri, 4 Aug 2000 12:05:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb.c usb_port.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/08/04 12:05:50 PDT Modified files: sys/dev/usb usb.c usb_port.h Log: Finally make the module dependencies work. kern_linker.c now allows modules to depend on modules in the same file (uhub depends on usb) or even on themselves (usb on usb, makes the define in usb_port.h a lot less convoluted). Use ANSI prototypes. Revision Changes Path 1.34 +10 -7 src/sys/dev/usb/usb.c 1.33 +12 -20 src/sys/dev/usb/usb_port.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message