Device Driver Deleopment
From: Bob Pickles (BPICKLES_at_btconnect.com)
Date: 01/22/04
- Previous message: Robert Watson: "Re: VFS layers..."
- Next in thread: Poul-Henning Kamp: "Re: Device Driver Deleopment"
- Reply: Poul-Henning Kamp: "Re: Device Driver Deleopment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: <freebsd-arch@freebsd.org> Date: Thu, 22 Jan 2004 21:09:25 -0000
Hi
Looking for some help with FreeBSD 5.1, I am new to this but I am
fairly quick to learn.
Problem that I am having, is that in my device driver, it see's my PCI card, but when
I call make_dev the system hangs, then resets.
If I try to use mknod, then it fails also. Looked at the /dev mount and even devfs fails.
Is there some form of protection here that I don't know about?
How can I create a device on /dev?
Thanks
Bob Pickles
_______________________________________________
freebsd-arch@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
- Previous message: Robert Watson: "Re: VFS layers..."
- Next in thread: Poul-Henning Kamp: "Re: Device Driver Deleopment"
- Reply: Poul-Henning Kamp: "Re: Device Driver Deleopment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|