Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 78276
Collapse All | Expand All

(-)pcmcia.orig (+1 lines)
Lines 79-84 Link Here
79
	if [ -n `fgrep "ds " /proc/modules | head -n1 | cut -c1` ]; then
79
	if [ -n `fgrep "ds " /proc/modules | head -n1 | cut -c1` ]; then
80
		/sbin/rmmod ds 2> /dev/null
80
		/sbin/rmmod ds 2> /dev/null
81
		/sbin/rmmod $PCIC 2> /dev/null
81
		/sbin/rmmod $PCIC 2> /dev/null
82
		/sbin/rmmod pcmcia 2> /dev/null
82
		/sbin/rmmod pcmcia_core 2> /dev/null
83
		/sbin/rmmod pcmcia_core 2> /dev/null
83
	fi
84
	fi
84
	
85
	

Return to bug 78276