Network card attaching to the wrong driver

2010-06-23 Thread Nicholas Mills
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Network card attaching to the wrong driver

2010-06-23 Thread Tim Judd
On 6/23/10, Nicholas Mills nlmi...@g.clemson.edu wrote:
 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

Disable it from the kernel config and make a custom kernel.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org