From bb9dc1a0947052ecc78b26e3d1d72742c6352247 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Thu, 22 Feb 2007 20:58:18 +0000 Subject: Do not preload agpgart kernel module (should be handled automatically) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@713 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/bin/hwautocfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'initramfs') diff --git a/initramfs/initrd-stuff/bin/hwautocfg b/initramfs/initrd-stuff/bin/hwautocfg index d8e277e7..8af598f9 100755 --- a/initramfs/initrd-stuff/bin/hwautocfg +++ b/initramfs/initrd-stuff/bin/hwautocfg @@ -281,9 +281,9 @@ done ( hwsetup -v > /tmp/hwsetup.info && echo "hwsetup" > /tmp/hwrun1 ) & [ $DEBUGLEVEL -eq 21 ] && echo "** started 1st hwdetection at $(sysup)" -# AGP configuration (agpgart and chipset specific driver) -modprobe ${MODPRV} agpgart || \ - modprobe ${MODPRV} agpgart agp_try_unsupported=1 +# AGP configuration (agpgart and chipset specific driver) really needed? +#modprobe ${MODPRV} agpgart || \ +# modprobe ${MODPRV} agpgart agp_try_unsupported=1 # wait for /tmp/hwsetup.info to appear waitfor /tmp/hwrun1 50000 || \ -- cgit v1.2.3-55-g7522