Re: a little newbus problem

1999-07-28 Thread John Hay
/usr/src/sys/i386/isa/if_ar.c /usr/src/sys/i386/isa/if_sr.c John > > Any source we can have a look at (probe/attach/*_MODULE)? > > Nick > > On Wed, 28 Jul 1999, John Hay wrote: > > > Nope, it is an ISA driver and I wasn't that brave. :-) It is part of > > standard FreeBSD and I just compi

Re: a little newbus problem

1999-07-28 Thread Nick Hibma
Any source we can have a look at (probe/attach/*_MODULE)? Nick On Wed, 28 Jul 1999, John Hay wrote: > Nope, it is an ISA driver and I wasn't that brave. :-) It is part of > standard FreeBSD and I just compiled it into the kernel with a kernel > config file. > > > Are you by any chance kl

Re: a little newbus problem

1999-07-28 Thread John Hay
Nope, it is an ISA driver and I wasn't that brave. :-) It is part of standard FreeBSD and I just compiled it into the kernel with a kernel config file. > Are you by any chance kldload'ing the module for testing? > > If so you should have: > > DEVMETHOD(bus_driver_added, bus_generic_

Re: a little newbus problem

1999-07-28 Thread Matthew N. Dodd
Are you by any chance kldload'ing the module for testing? If so you should have: DEVMETHOD(bus_driver_added, bus_generic_driver_added), For your 'arc' device_method_t method declaration. I got bit by this one too. On Wed, 28 Jul 1999, John Hay wrote: > I have been trying to get my