From owner-freebsd-questions Sat Oct 26 16:41:31 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA23071 for questions-outgoing; Sat, 26 Oct 1996 16:41:31 -0700 (PDT) Received: from panix.com (panix.com [198.7.0.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA23064; Sat, 26 Oct 1996 16:41:26 -0700 (PDT) Received: from localhost (jbarrm@localhost) by panix.com (8.7.6/8.7/PanixU1.3) with SMTP id TAA20323; Sat, 26 Oct 1996 19:40:51 -0400 (EDT) Date: Sat, 26 Oct 1996 19:40:50 -0400 (EDT) From: Barry Masterson To: Freebsd-questions cc: smpatel@FreeBSD.org Subject: ISA_PnP & pnp.c (was ISA_PnP & patch) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Figured the patch problem out, had to enter: ../sys/i386/conf/LINT Needed the "../" for patch to properly apply all the patches. Now, my second question: /usr/src/sys/i386/isa/pnp.c has no entry for the sb16. Only two; the "Supra Express" & "SMC etherEZ". I only need the sb16, so can I replace, say, the Supra entry in pnp.c with the needed sb16 entry? Thank you Barry Masterson jbarrm@panix.com >--->--->--->--->---> FreeBSD 2.1.5-R <---<---<---<---<---< On Sat, 26 Oct 1996, Barry Masterson wrote: > I'm attempting to apply the ISA_PnP patch for a SoundBlaster 16 > card. The kernel failed to probe card on my first attempt, where > I just built a new kernel and pluged in the card. > > The patch file is now in '/usr/src/FreeBSD-pnp/'. I ran 'patch', > and was prompted for a 'file' to patch: > > # patch -p0 < kernel.patch.2.1.5 > Hmm... Looks like a unified diff to me... > The text leading up to this was: > -------------------------- > |diff -ur --new-file ../2.1.5/sys/i386/conf/LINT sys/i386/conf/LINT > |--- ../2.1.5/sys/i386/conf/LINT Thu Jul 4 19:39:33 1996 > |+++ sys/i386/conf/LINT Sat Jul 6 14:55:10 1996 > -------------------------- > File to patch: > > My question is, what do I enter? "sys/i386/conf/LINT"? > > I don't have a '2.1.5' directory in /usr/src, so I'm guessing that > it would be 'sys/i386/conf/LINT', which I do have. > > > Please advise. > > Thank you > > Barry Masterson > jbarrm@panix.com > > >--->--->--->--->---> > FreeBSD 2.1.5-R > <---<---<---<---<---< >