Re: Adding flag to disable native mode on aceride

Chris Gilbert <[email protected]> Tue, 25 Sep 2007 00:14:00 +0100
Newsgroups gmane.os.netbsd.devel.kernel,gmane.os.netbsd.ports.cats
Message-ID <[email protected]>
Jason Thorpe wrote:
> My goal is to not rely on driver names in MD code.  Yes, I know we
> already violate this in many places...  Anyway, my point is that you
> don't need to test for "aceride".

So I should check if the parent device is a pci device, then cast the
aux to pci_attach_args?  Or is there some secret magic that aux contains
that indicates it's pci?

Just trying to understand what you're looking for, so I can do something
closer to "the right thing" :)

Thanks,
Chris