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
- Re: Device Driver Deleopment
... In message, "Bob Pickles" writes: ... >Looking for some help with FreeBSD
5.1, I am new to this but I am ... >Problem that I am having, is that in my device driver,
it see's my PCI card, but when ... Looked at the /dev mount and even devfs fails. ...
(freebsd-arch) - Re: kern/99979: Get Ready for Kernel Module in C++
... We can judge whether a C++ feature can or cannot be imported into FreeBSD ...
kernel by assemble code generated by GNU CC. ... But the "object model" is still
obscure to understand no matter how many ... But how difficult to write a device driver
for FreeBSD? ... (freebsd-hackers) - Reserving large contiguous block of RAM for device
... I am in the process of porting a Linux device driver to FreeBSD. ...
Is there an existing method to reserve a large block of RAM early ... (freebsd-hackers) - Re: Continuation of the Mach Microkernel
... The device driver ... as is the interface between the network
... > project goal to reimplement FreeBSD but with a Mach-based kernel. ... (freebsd-arch) - cardbus1: Bad header in rom 0: [0] ffff
... Though I have never wrote a device driver for FreeBSD till yet, but I'm trying
to make Realtek's RTL8185 54M WLAN 802.11 chipset based NIC work for FreeBSD 6.0-RELEASE. ...
cardbus1: Unable to allocate resources for CIS ... (comp.unix.bsd.freebsd.misc)