Re: kobj multiple inheritance
From: M. Warner Losh (imp_at_bsdimp.com)
Date: 09/22/03
- Previous message: Sam Leffler: "Re: interrupt latency and driver locking"
- In reply to: Doug Rabson: "kobj multiple inheritance"
- Next in thread: Doug Rabson: "Re: kobj multiple inheritance"
- Reply: Doug Rabson: "Re: kobj multiple inheritance"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 22 Sep 2003 09:52:25 -0600 (MDT) To: dfr@nlsystems.com
In message: <1064221837.15078.14.camel@herring.nlsystems.com>
Doug Rabson <dfr@nlsystems.com> writes:
: This effectively allows all pci
: drivers to get into the cardbus probe. If a particular driver needs to
: treat its cardbus attachment specially, it can still do this by adding a
: special cardbus driver (e.g. with a cardbus specific probe or attach
: method) to the cardbus devclass (exactly as it does now).
So if there's devices that can only be "base" pci, and have issues
with all other types of pci-like buses, is there a way to say "only
on pci bus, but none of the derived buses"? Or is it better to list
those derived buses that are known to cause problems? I'd imagine
that these devices would be rare, but I've worked on one....
Also, we're violating the PC Card spec by not matching the CIS values,
but reading the vendor/device instead. Technically, this is a
violation and those registers aren't reqiured to be defined. So far,
nobody has showed up with devices that don't have them, but I thought
I'd point this out. It has been theorized that this is because so
many designs share silicon with PCI.
Warner
_______________________________________________
freebsd-arch@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
- Previous message: Sam Leffler: "Re: interrupt latency and driver locking"
- In reply to: Doug Rabson: "kobj multiple inheritance"
- Next in thread: Doug Rabson: "Re: kobj multiple inheritance"
- Reply: Doug Rabson: "Re: kobj multiple inheritance"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|