Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Nov 2000 16:44:26 -0700
From:      Warner Losh <imp@village.org>
To:        Rink Springer <rink@springer.cx>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: KLD's on ISA bus: how? 
Message-ID:  <200011042344.QAA37170@harmony.village.org>
In-Reply-To: Your message of "Sat, 04 Nov 2000 17:34:17 GMT." <3A044899.9020508@springer.cx> 
References:  <3A044899.9020508@springer.cx>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <3A044899.9020508@springer.cx> Rink Springer writes:
: I got the stuff to compile et al, but I cannot get the darned thing to 
: run as a KLD. FreeBSD doesn't appear to try to probe for the interface 
: :(. When I tell FreeBSD it's a PCI thing (instead of ISA), it probes for 
: it...
:
: How can I fix this? I want my driver to auto-try all parallel port 
: addresses, but without having to mark it as a PCI device... anyone?

In -current you can just add it to the hints file:

hint.foo.0.at="isa"

Unless you've made it a child of the ppb bus, in which case it should
just work because that bus is, afaik, self identifying.

You may also be able to get this to work with an identify routine if
it will be at a fixed address.

Warner


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011042344.QAA37170>