From aa032c7ac30f7b2b78032358e3fa8556bd9cf854 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 8 Aug 2000 01:42:58 +0000 Subject: load agpgart if necessary --- rc.d/rc.sysinit | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index c29e1d1f..f1521cfe 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -579,6 +579,10 @@ if [ -f /proc/scsi/scsi ] && grep -q 'Type: Sequential-Access' /proc/scsi/scsi fi fi +# Load agpgart here. This is a hack, and will probably go away soon. +if grep "driver: agpgart" /etc/sysconfig/hwconf >/dev/null 2>&1 ; then + modprobe agpgart >/dev/null 2>&1 +fi # Generate a header that defines the boot kernel. KERNEL_TYPE=`uname -r | sed 's_^[^se]*\(\|smp\|enterprise\)$_-\1_;s_^-$__'` -- cgit v1.2.1