Re: FreeBSD DRIVER DEVELOPMENT

2003-12-02 Thread rk47
> As with every device driver, the recommended (or at least proved) > way is to take an existing, simple driver, and modify it to suit > your needs. The simplest driver is probably the puc (sys/dev/pci/puc.c) driver, it has a lot of the elements that a driver can have. > Kernel interfaces are do

Re: FreeBSD DRIVER DEVELOPMENT

2003-12-02 Thread Cordula's Web
> > Dear Sir/Madam, > > > > I have requirement to develop driver for the PCI based hardware interface > > using FreeBSD Unix system. Would you please advise on the following:- > > > > 1)What tools are available to develop driver for x86 machine using C? Most drivers in FreeBSD are written in

Re: FreeBSD DRIVER DEVELOPMENT

2003-12-02 Thread kitsune
On Mon, 1 Dec 2003 18:04:16 - "Admin" <[EMAIL PROTECTED]> wrote: > Dear Sir/Madam, > > I have requirement to develop driver for the PCI based hardware interface > using FreeBSD Unix system. Would you please advise on the following:- > > 1)What tools are available to develop driver for x8

Re: FreeBSD DRIVER DEVELOPMENT

2003-12-02 Thread Simon Barner
> >>I have requirement to develop driver for the PCI based hardware > >>interface using FreeBSD Unix system. Would you please advise on the > >>following:- > >> > >>1)What tools are available to develop driver for x86 machine using > >>C? > >> > >>2)Suitable package including the operati

FreeBSD DRIVER DEVELOPMENT

2003-12-02 Thread Admin
Dear Sir/Madam, I have requirement to develop driver for the PCI based hardware interface using FreeBSD Unix system. Would you please advise on the following:- 1)What tools are available to develop driver for x86 machine using C? 2)Suitable package including the operating system, tools