In message: <[EMAIL PROTECTED]>
            Dirk-Willem van Gulik <[EMAIL PROTECTED]> writes:
: 
: I noticed that there are a couple of things in the pcic_isa.c and in the
: pcic.c resume() function which seem to have no equivalent in the
: pcic_pci.c; such as speaker/power setup:
: 
:       pcic_setb(&sc->slots[0], PCIC_MISC1, PCIC_MISC1_SPEAKER);
:       pcic_clrb(&sc->slots[0], PCIC_MISC2, PCIC_LPDM_EN);
: 
: (and they only ?seem? to be done for the 6722 though the 6729 contorller
: has the equivalent registers.). Or am I misreading this ?

The SPEAKER isn't required, since that's used for things like modems
that want to route an audio signal to the PC's speaker.  LPDM is a
power down mode.  It should be a nop for this application...

Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to