Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Nov 1999 09:36:06 -0500 (EST)
From:      "Matthew N. Dodd" <winter@jurai.net>
To:        Hellmuth Michaelis <hm@hcs.de>
Cc:        Mike Smith <mike@smith.net.au>, freebsd-current@FreeBSD.ORG
Subject:   Re: Dr Neuhaus niccy go not recognized
Message-ID:  <Pine.BSF.4.20.9911080932420.1652-100000@sasami.jurai.net>
In-Reply-To: <19991108071412.447A73896@hcswork.hcs.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 8 Nov 1999, Hellmuth Michaelis wrote:
> Check the reality. Have a look at the PnP documentation available for
> the old PnP architecture at
> http://www.freebsd.org/~luigi/pnp971020.tgz and then tell me where i
> find "as much or more" than this for the new one.

PnP devices are handled no differently than devices created by config
'hints'.

Basically you call ISA_PNP_PROBE() at the top of your
DEVICE_PROBE() method and check the return status.  Once you do this you
should probably verify that all your resources are present before going on
with the rest of the probe.

Check out sys/dev/ed/if_ed_isa.c and sys/dev/ep/if_ep_isa.c for examples.

-- 
| Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
| winter@jurai.net |       2 x '84 Volvo 245DL        | ix86,sparc,pmax |
| http://www.jurai.net/~winter | This Space For Rent  | ISO8802.5 4ever |



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.20.9911080932420.1652-100000>