In message: <[EMAIL PROTECTED]>
John Baldwin <[EMAIL PROTECTED]> writes:
: True enough I guess. You can go for it. :)
OK. I will.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
On 27-Nov-2002 M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> John Baldwin <[EMAIL PROTECTED]> writes:
>:
>: On 27-Nov-2002 M. Warner Losh wrote:
>: > In message: <[EMAIL PROTECTED]>
>: > John Baldwin <[EMAIL PROTECTED]> writes:
>: >: Does this device have a cla
In message: <[EMAIL PROTECTED]>
John Baldwin <[EMAIL PROTECTED]> writes:
:
: On 27-Nov-2002 M. Warner Losh wrote:
: > In message: <[EMAIL PROTECTED]>
: > John Baldwin <[EMAIL PROTECTED]> writes:
: >: Does this device have a class of PCIC_BRIDGE and subclass of PCIS_BRIDGE_I
On 27-Nov-2002 M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> John Baldwin <[EMAIL PROTECTED]> writes:
>: Does this device have a class of PCIC_BRIDGE and subclass of PCIS_BRIDGE_ISA?
>: (class of 0x0601zz where zz is any value). If so it is claiming to be a
>: PCI-ISA brid
On Tue, Nov 26, 2002 at 09:52:20PM -0700, M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> John Baldwin <[EMAIL PROTECTED]> writes:
> : Does this device have a class of PCIC_BRIDGE and subclass of PCIS_BRIDGE_ISA?
> : (class of 0x0601zz where zz is any value). If so it is clai
In message: <[EMAIL PROTECTED]>
John Baldwin <[EMAIL PROTECTED]> writes:
: Does this device have a class of PCIC_BRIDGE and subclass of PCIS_BRIDGE_ISA?
: (class of 0x0601zz where zz is any value). If so it is claiming to be a
: PCI-ISA bridge. If this device is not a PCI-ISA bridge,
In message: <[EMAIL PROTECTED]>
Alexander Funcke <[EMAIL PROTECTED]> writes:
: This do work, but I guess this isn't the correct way, how should it
: be done?
Have isab_probe return a negative number (say -20). Have your probe
routine return a larger negative number (say -10).
Warner
On 26-Nov-2002 Alexander Funcke wrote:
> Hi,
>
>
> I've written a GPIO driver for the National Geode SCx200 processors.
> While I was developing I added the following line in isab_match()
> (sys/pci/pcisupport.c) so it wouldn't be identified as a isa-bridge.
>
>
> isab_match(device_t dev)
> {
Hi,
I've written a GPIO driver for the National Geode SCx200 processors.
While I was developing I added the following line in isab_match()
(sys/pci/pcisupport.c) so it wouldn't be identified as a isa-bridge.
isab_match(device_t dev)
{
switch(pci_get_devid(dev)) {
.
.
9 matches
Mail list logo