2009/8/18 Alex Hornung (via DragonFly issue tracker) <[email protected]>: > > Alex Hornung <[email protected]> added the comment: > > Mh, seems to work fine for me. What exactly is the problem and how can I > reproduce it?
Your test case below should have reproduced it. Maybe that was fixed at some point. > I do the following and it works fine as one can see: > > 19:18:38 :/usr/src devfs > # kldstat > Id Refs Address Size Name > 1 4 0xc0100000 6bd840 kernel > 2 1 0xc07be000 68c14 acpi.ko > 3 1 0xd0894000 3000 null.ko > 19:18:41 :/usr/src devfs > # kldload snd_hda > 19:18:44 :/usr/src devfs > # kldstat > Id Refs Address Size Name > 1 6 0xc0100000 6bd840 kernel > 2 1 0xc07be000 68c14 acpi.ko > 3 1 0xd0894000 3000 null.ko > 4 1 0xd34e0000 11000 snd_hda.ko > 5 1 0xd34f1000 1d000 sound.ko > > _____________________________________________________ > DragonFly issue tracker <[email protected]> > <http://bugs.dragonflybsd.org/issue941> > _____________________________________________________ >
