From owner-cvs-all Wed Oct 24 14:47:47 2001 Delivered-To: cvs-all@freebsd.org Received: from mail11.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id A2FA737B403 for ; Wed, 24 Oct 2001 14:47:36 -0700 (PDT) Received: (qmail 61442 invoked from network); 24 Oct 2001 21:47:35 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 24 Oct 2001 21:47:35 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200110242144.f9OLi7x34282@freefall.freebsd.org> Date: Wed, 24 Oct 2001 14:47:35 -0700 (PDT) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/dev/sound/pci vibes.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 24-Oct-01 John Baldwin wrote: > jhb 2001/10/24 14:44:07 PDT > > Modified files: > sys/dev/sound/pci vibes.c > Log: > Change the module name from 'snd_sonicvibes' to 'snd_vibes' as that is > the filename (thus the "old" module name) and the name used by > snd_driver.ko. snd_driver.ko should work again on -current. Forgot: Reported by: obrien I used the names used in snd_driver.ko since those matched the filenames of the modules meaning that these changes can be safely MFC'd to 4.x without breaking anything and preventing the need for diffs between -current and -stable in driver.c. These were brought to light by the recent fixes to the kernel linker to actually respect module names instead of just depending on KLD filenames. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message