From owner-cvs-all Thu Nov 18 9:57:32 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.skylink.it (ns.skylink.it [194.177.113.1]) by hub.freebsd.org (Postfix) with ESMTP id 0562D154A6; Thu, 18 Nov 1999 09:57:25 -0800 (PST) (envelope-from hibma@skylink.it) Received: from skylink.it (va-180.skylink.it [194.185.55.180]) by ns.skylink.it (8.9.1/8.8.8) with ESMTP id SAA05856; Thu, 18 Nov 1999 18:58:02 +0100 Received: from localhost (localhost [127.0.0.1]) by skylink.it (8.9.3/8.9.3) with SMTP id PAA00874; Thu, 18 Nov 1999 15:15:12 +0100 (CET) (envelope-from hibma@skylink.it) Date: Thu, 18 Nov 1999 15:15:12 +0100 (CET) From: Nick Hibma X-Sender: n_hibma@henny.jrc.it Reply-To: Nick Hibma To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cardbus Makefile.cardbusdevs cardbus.c cardbusdevs cardbusreg.h cardbusvar.h devlist2h.awk pccardcis.h In-Reply-To: <199911180721.XAA00253@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > sys/dev/cardbus Makefile.cardbusdevs cardbus.c > cardbusdevs cardbusreg.h cardbusvar.h > devlist2h.awk pccardcis.h Hm, the USB subtree has a devlist2.awk as well. It is slightly different in that it takes the OS into account for the Id and differs in the type in the names (USB vs. CARDBUS). Would it be an idea to patch up the differences and put the script in sys/kern/ (like makedevops.pl?), and generate the cardbusdevs.h and cardbusdevs_data.h file on the fly in compile/KERNELNAME/? Then we could get rid of the generated files from the src tree. Nick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message