From owner-freebsd-current Wed Nov 17 14:39:38 1999 Delivered-To: freebsd-current@freebsd.org Received: from ns.skylink.it (ns.skylink.it [194.177.113.1]) by hub.freebsd.org (Postfix) with ESMTP id AA65314C2B; Wed, 17 Nov 1999 14:39:27 -0800 (PST) (envelope-from hibma@skylink.it) Received: from skylink.it (va-185.skylink.it [194.185.55.185]) by ns.skylink.it (8.9.1/8.8.8) with ESMTP id XAA01987; Wed, 17 Nov 1999 23:40:06 +0100 Received: from localhost (localhost [127.0.0.1]) by skylink.it (8.9.3/8.9.3) with SMTP id XAA00929; Wed, 17 Nov 1999 23:38:24 +0100 (CET) (envelope-from hibma@skylink.it) Date: Wed, 17 Nov 1999 23:38:24 +0100 (CET) From: Nick Hibma X-Sender: n_hibma@henny.jrc.it Reply-To: Nick Hibma To: "David O'Brien" Cc: FreeBSD CURRENT Mailing List Subject: Re: cvs commit: src/sys/boot/forth loader.conf In-Reply-To: <19991117125029.C52362@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Yes. Boot system, kldload ums_mod, kldload umass_mod, plug in mouse and > > Zip drive and off you go. > > I assume "_mod" stands for module. Would you consider dropping that from > the name? Very view things in /modules have "_mod" in their names. That was done because of some problem in constructing the Makefile. It seems gone now. I'll change the name of the module files. > IMHO, usm_mod and umass_mod aren't clear from the names what they are. > Are you open to usb_ms and usb_modem, usb_kbd, etc, or what not? You mean along the lines of if_xx.ko? That might be an idea, apart from the fact that then the module name does not correspond in any way to the name used in the manpage. Nick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message