From owner-freebsd-hackers Sat Nov 4 15:44:35 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (unknown [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 891E137B4D7 for ; Sat, 4 Nov 2000 15:44:31 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eA4NiQn54209; Sat, 4 Nov 2000 16:44:30 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id QAA37170; Sat, 4 Nov 2000 16:44:26 -0700 (MST) Message-Id: <200011042344.QAA37170@harmony.village.org> To: Rink Springer Subject: Re: KLD's on ISA bus: how? Cc: hackers@FreeBSD.ORG In-reply-to: Your message of "Sat, 04 Nov 2000 17:34:17 GMT." <3A044899.9020508@springer.cx> References: <3A044899.9020508@springer.cx> Date: Sat, 04 Nov 2000 16:44:26 -0700 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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