From owner-freebsd-questions@FreeBSD.ORG Wed Jun 23 23:03:26 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B72D106566C for ; Wed, 23 Jun 2010 23:03:26 +0000 (UTC) (envelope-from nlmills@g.clemson.edu) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6349E8FC08 for ; Wed, 23 Jun 2010 23:03:26 +0000 (UTC) Received: by gwb11 with SMTP id 11so1333404gwb.13 for ; Wed, 23 Jun 2010 16:03:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.192.27 with SMTP id u27mr7212293anp.230.1277332435141; Wed, 23 Jun 2010 15:33:55 -0700 (PDT) Received: by 10.100.47.12 with HTTP; Wed, 23 Jun 2010 15:33:55 -0700 (PDT) Date: Wed, 23 Jun 2010 18:33:55 -0400 Message-ID: From: Nicholas Mills To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Network card attaching to the wrong driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nlmills@clemson.edu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2010 23:03:26 -0000 All, I am running 8.0-RELEASE and having trouble with the ed driver that is compiled by default into GENERIC. My machine is actually a VM running under Parallels Server Bare Metal 4. I would like my card to be attached to the Parallels driver in ports (pvmnet) instead of ed. Is there some boot option I could use? Both device drivers are looking for the same PCI vendor/device id in their probe routines, and both drivers return the same value from their probe functions (so they have equal priority). Thanks, Nick Mills