Don Stanley wrote:
>
> 00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 01)
>     Subsystem: Intel Corporation Device 4f4d
>     Flags: bus master, medium devsel, latency 0
>     Capabilities: [e0] Vendor Specific Information <?>
>
>   
I think this means your parallel port is implemented off the ISA (old 
IBM PC bus) interface,
and not on PCI.  I sure don't see a PCI report for a printer port in the 
rest of the PCI list.

You can do :
more /proc/ioports

and it will show a terse listing of port addresses, with lines like
0378-037a : parport0
037b-037f : parport0
note the second line for parport0 indicates that port is set for EPP 
mode, as the last 5 registers
are part of the ECP/EPP feature.  If yours only shows the first register 
group, that is an indication
the EPP setting didn't take effect for some reason.

Jon

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to