From owner-freebsd-hackers  Thu Jan 28 06:04:05 1999
Return-Path: <owner-freebsd-hackers@FreeBSD.ORG>
Received: (from majordom@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id GAA19619
          for freebsd-hackers-outgoing; Thu, 28 Jan 1999 06:04:05 -0800 (PST)
          (envelope-from owner-freebsd-hackers@FreeBSD.ORG)
Received: from dcn.soongsil.ac.kr (dcn.soongsil.ac.kr [203.253.2.104])
          by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA19610
          for <hackers@FreeBSD.ORG>; Thu, 28 Jan 1999 06:04:02 -0800 (PST)
          (envelope-from oneway@dcn.soongsil.ac.kr)
Received: from prof.soongsil.ac.kr ([203.253.3.73]) by dcn.soongsil.ac.kr (8.6.9H1/8.9.11h) with SMTP id XAA01828; Thu, 28 Jan 1999 23:04:11 +0900
Message-ID: <000f01be4ac6$dfb7d760$4903fdcb@soongsil.ac.kr>
From: "Lee, il-do" <oneway@dcn.soongsil.ac.kr>
To: "terry" <terry@icarus.weber.edu>, "arg" <arg@arg1.demon.co.uk>,
        "hackers" <hackers@FreeBSD.ORG>, "dave" <dave@pluris.com>
Subject: Writing a device driver!
Date: Thu, 28 Jan 1999 23:02:40 +0900
MIME-Version: 1.0
Content-Type: text/plain;
	charset="euc-kr"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.0810.800
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800
Sender: owner-freebsd-hackers@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

I will make 1394 device driver. 

Now, I think about device type if network device or block device.
And about architecture of device.

How about your opinion?

1394 device use PCI bus. But I can't get any information about it.
Can you give me any information?

Entry point of my device driver different to cdevse[] and bdevsw[].
In example, it include read_block and write_block ...
what can I apply this entry point to device structure?

When I have any other question, I will remail. I will wait your reply...

regards.


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