In message <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to