Hi,

long ago I used the joy-driver as an example to integrate my own device
driver. I'm now trying (once again :-) to do the same in FreeBSD-4.7.
Unfortunately, joy no longer functions correctly (since 4.1) and so it is an
inappropriate example.
My driver is going to create two devices with different minor device numbers
(/dev/dcf and /dev/dcf100) (as joy should do too), which can be used
simultaneously (both accessing the same I/O port e.g. 0x201).

Where can I find an introduction to the currently used device framework?
(Things seem to be spreaad out over numerous man pages.)

How can I write a device driver that creates multiple devices with different
minor device numbers for each given I/O port?

Which driver is suited best as a simple example?

Where can I find an introduction how to deal with PnP- and Non-PnP-hardware
correctly?


Thanks,
Robert

--
Dr. Robert Eckardt    ---    [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to