Date: Wed, 25 Jun 2003 20:26:45 +0800 From: Geoff Glasson <glastech@iinet.net.au> To: freebsd-questions@freebsd.org Subject: Device probing Message-ID: <200306252026.45861.glastech@iinet.net.au>
next in thread | raw e-mail | index | archive | help
Hi, I am trying to port the Linux i810 DRI kernel module to FreeBSD and am having some difficulty recognising that the device is present in the system. As I understand it, the list of unattached devices is passed to the probe method of a PCI kernel module so that the module can decide whether it is one that it supports. Is it possible to attach to an already attached device? The reason that I ask this is that a test module which looks for my i815 graphics card is able to find it if the AGP kernel module is not loaded, but if the AGP module is already loaded it can't. I have tried RTFMing, but I'm not sure that I'm even looking in the right place. I am running on FreeBSD 4.8 on a Pentium 3. Any assistance or advice will be most welcome. Thanks in advance...Geoff -- Geoff Glasson glastech@iinet.net.au
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306252026.45861.glastech>