From owner-freebsd-questions Sat Oct 26 10:40:48 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA13474 for questions-outgoing; Sat, 26 Oct 1996 10:40:48 -0700 (PDT) Received: from mail2.panix.com (mail2.panix.com [198.7.0.33]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA13465 for ; Sat, 26 Oct 1996 10:40:44 -0700 (PDT) Received: from jbarrm.dialup.access.net (jbarrm@jbarrm.dialup.access.net [166.84.200.169]) by mail2.panix.com (8.7.5/8.7.1/PanixM1.0) with SMTP id NAA08843 for ; Sat, 26 Oct 1996 13:40:34 -0400 (EDT) Date: Sat, 26 Oct 1996 13:37:32 -0400 (EDT) From: Barry Masterson X-Sender: jbarrm@jbarrm.dialup.access.net To: Freebsd-questions Subject: ISA_PnP & patch question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 <---<---<---<---<---<