Date: Sun, 29 Aug 2004 05:26:39 +0100 From: Ian Dowse <iedowse@maths.tcd.ie> To: Sean McNeil <sean@mcneil.com> Cc: freebsd-amd64@freebsd.org Subject: Re: turning on kernel modules now? Message-ID: <200408290526.aa74478@salmon.maths.tcd.ie> In-Reply-To: Your message of "Sat, 28 Aug 2004 21:12:15 PDT." <1093752734.69450.2.camel@server.mcneil.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <1093752734.69450.2.camel@server.mcneil.com>, Sean McNeil writes: >I saw the great news about pre-loading kernel modules now working. This >is fantastic. Does this mean that the sound drivers will become kernel >loadable modules now? I don't know if there's a good reason why sound modules are not built on amd64 at the moment. They do build fine if enabled, and at least snd_via8233 works here (both preloaded and kldloaded). I suppose there might be amd64-specific problems with some of the other drivers. To enable building the sound modules on amd64 by default, just apply the following patch to /usr/src/sys/modules/Makefile. Ian Index: Makefile =================================================================== RCS file: /dump/FreeBSD-CVS/src/sys/modules/Makefile,v retrieving revision 1.394 diff -u -r1.394 Makefile --- Makefile 18 Aug 2004 11:59:28 -0000 1.394 +++ Makefile 29 Aug 2004 04:15:30 -0000 @@ -378,6 +378,7 @@ _drm= drm _io= io #_ndis= ndis +_sound= sound .endif .if ${MACHINE_ARCH} == "ia64"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408290526.aa74478>