From owner-freebsd-hackers Sat Dec 1 7:14:20 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from chmls20.mediaone.net (chmls20.mediaone.net [24.147.1.156]) by hub.freebsd.org (Postfix) with ESMTP id B3D5C37B405 for ; Sat, 1 Dec 2001 07:14:18 -0800 (PST) Received: from gandalf (h0050dac2456d.ne.mediaone.net [65.96.125.3]) by chmls20.mediaone.net (8.11.1/8.11.1) with SMTP id fB1FFTx14025 for ; Sat, 1 Dec 2001 10:15:29 -0500 (EST) Message-ID: <001001c17a7a$97349910$037d6041@gandalf> From: "Dragon Fire" To: Subject: PCI device file. /dev/xxxx Date: Sat, 1 Dec 2001 10:12:27 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Folks, A simple question. I have created a PCI device driver but I have a problem. The core code was developed using the current make_device_driver.sh then modified to fill in the details of the device. The problem is the make_dev call in attach is succeeding but not making the device node in /dev. If I make the device node manually everything works fine. Am I misundertstanding the purpose of make_dev or have I implmented something incorrectly. Thanks in advance, Regards, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message