Increase Device Driver Major No in SunOs 5.8


 
Thread Tools Search this Thread
Top Forums Programming Increase Device Driver Major No in SunOs 5.8
# 1  
Old 08-09-2002
Increase Device Driver Major No in SunOs 5.8

Hai,

I am Developing Device Driver For SunOs 5.8.

I want to Add more then 100 Device Driver in My Server.

But, Server Giving this "No available major numbers."

Now, How will increase this Major Number Count.

Sun Os is having any configuration for this ?


-Udhaya Kumar.V
# 2  
Old 08-09-2002
Re: Increase Device Driver Major No in SunOs 5.8

Hi,
try add major value in files.i386 (in "conf" directory for freeBSD)
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Programming

regarding device driver

Hi All, I have a device driver that uses UARTserial port to write/read to-from a device. That device driver is working fine on FC3 machine( kernel version 2.6.12)... Now I am switching to FC9 (kernel version 2.6.25.11-97).I have changed the interrupt flag SA_INTERRUPT to IRQF_DISABLED... (0 Replies)
Discussion started by: rajuprade
0 Replies

2. UNIX for Advanced & Expert Users

help regarding device driver

Hi All, I have a device driver that uses UARTserial port to write/read to-from a device. That device driver is working fine on FC3 machine( kernel version 2.6.12)... Now I am switching to FC9 (kernel version 2.6.25.11-97).I have changed the interrupt flag SA_INTERRUPT to IRQF_DISABLED... (0 Replies)
Discussion started by: rajuprade
0 Replies

3. Solaris

SUNWglmr -- rasctrl environment monitoring driver for i2c or SCSI device driver ?

I've been researching minimizeing Solaris 8 and found that on the web page http://www.sun.com/bigadmin/content/packagelist/s8u7PkgList/p2.html the package SUNWglmr is listed as "rasctrl environment monitoring driver for i2c, (Root) (32-bit)" while in the document "Solaris 8 minimize-updt1.pdf"... (1 Reply)
Discussion started by: roygoodwin
1 Replies

4. Programming

Device Major/Minor numbers

To further my fledgling knowledge of C, I am re-writing some of the Unix command set. My current command is an ls-style command. All works well, except for device files. How do I get the major/minor numbers for the dev files? I see from the stat struct there are st_rdev and st_dev members. Do... (1 Reply)
Discussion started by: zazzybob
1 Replies

5. UNIX for Advanced & Expert Users

Driver Installation in SunOS 5.8

I have written and compiled successfully, a device driver code for SunOS 5.8 but on issusing add_drv command, it gives me the following error : # add_drv test devfsadm: driver failed to attach: test Warning: Driver (test) successfully added to system but failed to attach Thanks in advance... (2 Replies)
Discussion started by: S.P.Prasad
2 Replies
Login or Register to Ask a Question