From owner-freebsd-questions Sat Jul 20 16:04:18 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA22971 for questions-outgoing; Sat, 20 Jul 1996 16:04:18 -0700 (PDT) Received: from homer22.u.washington.edu (durang@homer22.u.washington.edu [140.142.77.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA22966 for ; Sat, 20 Jul 1996 16:04:17 -0700 (PDT) Received: from localhost by homer22.u.washington.edu (5.65+UW96.06/UW-NDC Revision: 2.33 ) id AA148851; Sat, 20 Jul 96 16:04:14 -0700 Date: Sat, 20 Jul 1996 16:04:13 -0700 (PDT) From: Ken Marsh To: questions@FreeBSD.org Subject: Kernel make error. 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 just upgraded by complete re-install to 2.1.5. So far, everything is peachy. The best kernel I have been able to make is one that includes a number of network options and the pci0 controller. (My MB is VL-bus). If I edit the config file to contain only what I need, then I get this error at the very end of the make process: loading kernel machdep.o: Undefined symbol `_netisr_set' referenced from text segment *** Error code 1 Am I including/excluding something I shouldn't? How can I fix this? My kernel config file has zero network devices or options in it, and uses only the isa controller. Also, there are no SCSI devices. Ken Marsh