* Alsa driver PCMCIA question.
@ 2005-04-21 21:33 James Courtier-Dutton
0 siblings, 0 replies; only message in thread
From: James Courtier-Dutton @ 2005-04-21 21:33 UTC (permalink / raw)
To: alsa-devel
I have a PCMCIA sound card that as soon as I insert it, it appears as a
PCI device, and lspci lists it.
It even appears if cardmgr is not running.
pci commands work on it.
e.g.
pci_read_config_byte(pci, PCI_REVISION_ID, &revision);
and
port = pci_resource_start(pci, 0);
does return the base port io for the card, as listed by lspci.
The problem comes when I do:
value = inl(port);
The whole PC just hangs at that point, and I have to reboot it.
Is there some extra api calls I have to make in order to get the inl()
command to work?
James
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-04-21 21:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-21 21:33 Alsa driver PCMCIA question James Courtier-Dutton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.