From owner-freebsd-questions Mon Aug 19 13:21:08 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA11687 for questions-outgoing; Mon, 19 Aug 1996 13:21:08 -0700 (PDT) Received: from hod.tera.com (hod.tera.com [206.215.142.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA11682 for ; Mon, 19 Aug 1996 13:21:06 -0700 (PDT) Received: from athena.tera.com (athena.tera.com [206.215.142.62]) by hod.tera.com (8.7.5/8.7.3) with ESMTP id NAA20103; Mon, 19 Aug 1996 13:20:31 -0700 (PDT) From: Gary Kline Received: (from kline@localhost) by athena.tera.com (8.7.5/8.7.3) id NAA15227; Mon, 19 Aug 1996 13:20:30 -0700 (PDT) Message-Id: <199608192020.NAA15227@athena.tera.com> Subject: Re: kernel config file... To: tcg@ime.net Date: Mon, 19 Aug 1996 13:20:29 -0700 (PDT) Cc: kline@tera.com, questions@FreeBSD.org In-Reply-To: <3218BDC9.45B0@ime.net> from Gary Chrysler at "Aug 19, 96 03:17:29 pm" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk According to Gary Chrysler: > Gary Kline wrote: > > > > My soundcard is on irq 10 and to avoid the muddling with > > any conflicts, I have commented out these lines. Replaced > > these with my SB. Sunday I attempted to rebuild my 2.1.5 > > kernel without attention to detail, and because of the > > reorganization, things flopped. > > I can't answer em all but I'll answer the ones I can.. :) > BTW: These are listed with comments in conf/LINT Hm. Thanks for the pointer. --It would help to have the comments in GENERIC.... > > > > > controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr > > > > nca: ProAudioSpectrum cards using the NCR 5380 or Trantor T130 > > > > > device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr > > > > mcd: Mitsumi CD-ROM > > > > > device ep0 at isa? port 0x300 net irq 10 vector epintr > > > > ep: 3Com 3C509 > > > > > device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr > > > > Network interface. ????? > > > > > device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr > > > > lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL) > > > > > device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr > > > > zp: 3Com PCMCIA Etherlink III (It does not require shared memory for > send/receive operation, but it needs 'iomem' to read/write the > attribute memory) > > If you are not using any of these devices you can remove them all. > None of them are required. So far, I'm using none of the named devices. And it's good to know that having yanked the lines won't cause something else to blow up! ((What? me worry?)) > > If your still having problems post your whole config file. > The above was most of the diffs. There are a few others that seem to be identical with GENERIC and were simply out of allignment so that diff caught them. Thanks much. gary