Re: Device probe issue with an em(4) compatible device
From: Brenden Grace (bcg_at_intelli7.com)
Date: 09/29/04
- Previous message: Ryan Sommers: "Serial Console / GDB Port"
- Maybe in reply to: Brenden Grace: "Device probe issue with an em(4) compatible device"
- Next in thread: M. Warner Losh: "Re: Device probe issue with an em(4) compatible device"
- Reply: M. Warner Losh: "Re: Device probe issue with an em(4) compatible device"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Peter Buckingham <peter@pantasys.com> Date: Wed, 29 Sep 2004 15:52:19 -0400
On Wed, 2004-09-29 at 15:32, Peter Buckingham wrote:
> experience then just not compiling in the em driver or an ugly like i
> describe (or you suggest) should be fine.
I wasn't trying to be rude, but DEVICE_PROBE(9) seems to describe how
conflicts like this should be handled. I was wondering if I am in fact
correct that devices that attempt to be generic enough for wide support
(accepting PCI_ANY_ID) should also properly pass the probing (by
returning some negative) so that a driver that may better fit the exact
device can attach.
> If you are doing it for the
> later reason why aren't you just extending the em driver to support your
> device?
I _really_ am only interested in answers to the above question.
-- Brenden C. Grace Intelli7 _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Ryan Sommers: "Serial Console / GDB Port"
- Maybe in reply to: Brenden Grace: "Device probe issue with an em(4) compatible device"
- Next in thread: M. Warner Losh: "Re: Device probe issue with an em(4) compatible device"
- Reply: M. Warner Losh: "Re: Device probe issue with an em(4) compatible device"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|