> mpintrenable: out of choices eisa -1 isa 5 tbdf FFFFFFFF irq 7
> intrenable: couldn't enable irq 7, tbdf 0xFFFFFFFF for lpt
this means that your mps tables do have the isa irq 7 entry,
so the parallel port driver will be unable to use interrupts.
it will probably still work with polling. do you even have
a parallel port? ;)
another thing you could do is try *acpi= in plan9.ini.
it will identity map all isa irq's to gsi 0-15 except for
the ones that have a special override entry in the apic
table, so all isa irq's should be there with that method.
> #A0: hda mem e0002000 irq 10
> #A0: codec #0, vendor 10ec0268, rev 00100101
this is your soundcard. to test if it works, you can just
cat some file into /dev/audio like:
cat /bin/* >/dev/audio
or if you have internet connection:
play
http://9hal.ath.cx/usr/cinap_lenrek/plan9-jingle2.mp3
--
cinap