Re: to write a device driver or not to write (i/o, opl3, stupidity)

2003-10-16 Thread lauri . jarvenpaa
Thanks everybody. Nice that it is easier than I thought. I guess I will survive now :) Cheers, lauri j ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: to write a device driver or not to write (i/o, opl3, stupidity)

2003-10-16 Thread Bruce M Simpson
> > I mean, what services do drivers offer? What services they _need_ to offer? Do > > they just create appropriate device nodes and let the applications to worry about > > using them or do they do some data manipulation or do they offer routines and > > interfaces for applications or what? What

Re: to write a device driver or not to write (i/o, opl3, stupidity)

2003-10-15 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, laur [EMAIL PROTECTED] writes: >Hello. I'm sorry to disturb you but.. I have read manuals, searched web, fed the >ducks (evil ones), but I can not figure out some things. > >1: >I have an isa card with i/o address 0x300-0x301. No dma, no irq - just i/o. >How can I r

Re: to write a device driver or not to write (i/o, opl3, stupidity)

2003-10-15 Thread Mathew Kanner
On Oct 15, [EMAIL PROTECTED] wrote: > Hello. I'm sorry to disturb you but.. I have read manuals, searched web, fed the > ducks (evil ones), but I can not figure out some things. > > 1: > I have an isa card with i/o address 0x300-0x301. No dma, no irq - just i/o. > How can I read/write from/to thi

to write a device driver or not to write (i/o, opl3, stupidity)

2003-10-15 Thread lauri . jarvenpaa
Hello. I'm sorry to disturb you but.. I have read manuals, searched web, fed the ducks (evil ones), but I can not figure out some things. 1: I have an isa card with i/o address 0x300-0x301. No dma, no irq - just i/o. How can I read/write from/to this address to program the card? Card is a HardSID