From owner-freebsd-questions Tue Sep 10 14:03:20 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA13533 for questions-outgoing; Tue, 10 Sep 1996 14:03:20 -0700 (PDT) Received: from burnout.cts.com (root@burnout.cts.com [204.216.216.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA13524 for ; Tue, 10 Sep 1996 14:03:16 -0700 (PDT) Received: from Sturgis.teton.com (sturgis.teton.com [198.68.174.70]) by burnout.cts.com (8.6.12/8.6.9) with SMTP id OAA01544 for ; Tue, 10 Sep 1996 14:03:15 -0700 Message-ID: <3236495C.29C8@teton.com> Date: Tue, 10 Sep 1996 22:08:44 -0700 From: "David A. Stover" X-Mailer: Mozilla 3.0b5aGold (Win95; I) MIME-Version: 1.0 To: questions@FreeBSD.org Subject: Kernel Compilation Problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk While attempting to recompile my kernel, my Adaptec AHC2842 fails to be recognized. If I boot GENERIC with "-c", the ahc0 line doesn't even show, but the system probes and finds my 2842 correctly (listing it out as an AHC28xx), and then boots fine. I also tried to leave the aha0 line active and comment out the ahc0 line -- no luck there. Controller was not detected. I also tried to append some of the arguments from the aha0 line to the ahc0 line; e.g. port bio irq drq and vector (all with the correct parameters where required), changing the ahaintr to ahcintr. On this instance, the kernel would not even compile, failing on the ahcintr. A friend of mine who knows BSD much better than I do has no ideas on correcting the problem, either. Any assistance on this would be greatly appreciated.