Linux and Leaf Drivers?


 
Thread Tools Search this Thread
Operating Systems Linux Linux and Leaf Drivers?
# 1  
Old 07-10-2007
Linux and Leaf Drivers?

Hi there,

I thought a lot, wheather or not this thread belongs to this forum, hope I made the right choice.

So my question: Is there such thing like leaf driver in Linux, in correspondance to the Solaris nexus/leaf device driver tree?
I'm asking that in the context of writing a device driver for a custom hardware, which resides on a VME bus. I have a VME device driver for the 2.6.15 kernel working, and a device driver that was written for Solaris and I cannot understand wheather I should first write a leaf driver for the VME in order to communicate with my custom board under Linux.

Thanks for the attention. Smilie
# 2  
Old 07-16-2007
Can someone please at least let me know wheather there is some connection between module stacking in Linux and the nexus/leaf driver scheme in Solaris? Smilie
# 3  
Old 07-16-2007
Nothing is really mentioned while googling for linux leaf drivers. Given that "leaf driver" in Solaris context means :
Quote:
A leaf driver controls a peripheral device, consuming the services of a nexus driver. For example, in the physical path /devices/isa/ata@1f0,0/cmdk@0,0:a, the only "leaf" driver is cmdk. The isa and ata drivers are both "nexus" drivers.
I guess they should have something in common, but I'm not totally sure.
The following diagram also makes me think that they have some common patterns - Nexus and Leaf drivers information tree. Since noone can give expert opinion, so far, I'd suggest that you ask a specific mail list, for example, the distribution that you're aiming at, and its developers' mailing list.
# 4  
Old 07-16-2007
First of all, thank you for responding @sysgate Smilie

I found out that "device (driver) model tree" in Linux context is the synonym collocation for "nexus and leaf drivers" in the context of Solaris.
There is also a correspondance of the /devices folder under Solaris and the sysfs under Linux, for describing the structure of the buses and devices present in the system.

I post this only as a closing statement, in the hope that it will be useful for someone who asks himself similar questions as I did. Smilie

P.S. Correct me if I'm defective on the above statements.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

See installed drivers in Linux

Hello everyone from Tenerife, Canary Islands. How can i see in Debian or similar operating system the installed drivers or controllers ? Best Regards https://image.ibb.co/kC5C87/winkho2.gif (1 Reply)
Discussion started by: JohnFissburyn
1 Replies

2. UNIX for Advanced & Expert Users

Learn Linux File System and Device Drivers

I am to start working on two project on Linux Device Drivers and other on File System. So I got the book "Understanding Linux Kernel" by Daniel and Marco. But I am confused as how to proce Will anybody pls let me know how to go to about studying the chapter in this book? I mean the order in... (1 Reply)
Discussion started by: shefalibv
1 Replies

3. Linux

Nvidia Drivers for Oracle Linux

I'm installing Oracle Linux 6.1 and can't seem to get my second monitor to be recognized by the OS. I think that the issue is with the NVIDIA drivers but, after downloading and installing 3 different version of the RHEL driver I still can't get the second monitor to be recognized. Does anyone... (1 Reply)
Discussion started by: goose25
1 Replies

4. UNIX for Dummies Questions & Answers

wireless drivers for linux?

so i downloaded a linux today, but i ahve the problem that i cant connect to the internett becouse i need drivers. annyone know where i can get the drivers? (4 Replies)
Discussion started by: Morton
4 Replies

5. Programming

linux device drivers

hi, this is manju .... i want linux device drivers source codes. pls help me (2 Replies)
Discussion started by: miraclemanju
2 Replies

6. Ubuntu

Need Bcm43XX Linux drivers

Hey I am using HP pavilion Notebook, I installed linux on my laptop. But i am unable to connect to internet, can any body help me out to get wireless linux Broadcom drivers for my notebook. Thanks kumar (2 Replies)
Discussion started by: kumar_d
2 Replies

7. Red Hat

ich 9 sata controlar drivers for redhat linux 4

Dear All, Hi, i am trying to install redhat linux 4 update 4 on HP compaq dx7400 model. but i stucked up on sata controlar drivers. it is asking for drivers for sata, and not inbuilt in linux cd. i am trying to find it on net but not succeed. Thanks Sandeep D. Mobile:-9850999505 (0 Replies)
Discussion started by: sdarange
0 Replies

8. UNIX for Dummies Questions & Answers

drivers unix 5.01 is compatible with drivers epson fx-2190

Please, I'm From Argentina, And I Need To Know If The Drivers Of Program Unix, Version 5.01 Is Compatible Whit Drivers Of The Printer Epson Fx-2190 Thanks, And I Hope Yuor Answer. (0 Replies)
Discussion started by: juan alberghina
0 Replies

9. Programming

Linux Device Drivers

Here is a cool book. And the price is right! Linux Device Drivers, 2nd Edition (0 Replies)
Discussion started by: Perderabo
0 Replies
Login or Register to Ask a Question