From owner-freebsd-questions Thu Sep 12 10:05:16 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA16179 for questions-outgoing; Thu, 12 Sep 1996 10:05:16 -0700 (PDT) Received: from extractor.compass-da.com (gateway.compass-da.com [162.17.253.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA16173 for ; Thu, 12 Sep 1996 10:05:14 -0700 (PDT) Received: by extractor.compass-da.com; id AA01754; Thu, 12 Sep 96 10:04:35 PDT Received: from luminary.sanjose.compass-da.com(162.17.1.44) by gateway.compass-da.com via smap (V3.1.1) id xma001734; Thu, 12 Sep 96 10:04:15 -0700 Received: from mirage.compass-da.com (mirage [162.17.2.39]) by luminary.sanjose.compass-da.com (8.7.1/8.7.1) with SMTP id KAA20596 for ; Thu, 12 Sep 1996 10:05:27 -0700 (PDT) Received: from localhost by mirage.compass-da.com (SMI-8.6/SMI-SVR4) id KAA25817; Thu, 12 Sep 1996 10:06:59 -0700 Date: Thu, 12 Sep 1996 10:06:59 -0700 (PDT) From: Garth Corral X-Sender: garthc@mirage To: FreeBSD Questions Subject: Configuring EISA devices (condensed) Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Guess my previous posting was too long. :-) Here is the shortened version: Can I reduce the device entry for the ep driver to device ep0 and have it correctly probe and attach a 3c579 NIC? With my current config of device ep0 at isa? port? net irq ? vector epintr the driver probes successfully on the EISA bus and unsuccessfully on the ISA bus. I want to eliminate the probe on the ISA bus. Thanks in advance, Garth.