/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
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
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_
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