home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
boot
/
i386
/
rescue
/
etc
/
sysconfig
/
hardware
/
scripts
/
functions.pci
< prev
next >
Wrap
Text File
|
2006-11-29
|
357b
|
19 lines
get_pci_information() {
case `cat $HWD_DEVICEPATH/class` in
0x0605*|0x0607*)
if [ -r /dev/shm/nopcmcia ] ; then
mesg "Won't initialize pcmcia due to boot parameter" \
"`cat /dev/shm/nopcmcia`"
exit 0
fi
;;
esac
}
show_pci_information() {
if [ -n "$HWD_BUSID" ] ; then
info_mesg "`lspci -s "$HWD_BUSID" 2>/dev/null`"
fi
}