[parisc-linux] Graphics support on 755?
Grant Grundler
grundler@dsl2.external.hp.com
Mon, 31 Dec 2001 10:44:42 -0700
Aaron Macks wrote:
> it's an HP card, not in the EISA slots, but in the big slots on the
> backplane. Is there anything like lspci, but for the HP slots?
not really.
You could look in /proc/bus/gsc:
setup.c: if (NULL == proc_gsc_root)
setup.c: proc_gsc_root = proc_mkdir("bus/gsc", 0);
hmmm...here too:
pci-dma.c: proc_gsc_root = proc_mkdir("gsc", 0);
pci-dma.c: create_proc_info_entry("dino", 0, proc_gsc_root, pcxl_proc_info);
Someone could take lspci could and rewrite it to deal with PARISC
IODC data (HPPB, GSC, RUNWAY, etc).
grant