lkml.org 
[lkml]   [2002]   [Dec]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 2.5.x] Via AGP Support
This patch add's support for the Via 8633 AGP Card Slot.
This patch was diffed against current 2.5-BK tree.
Dave Jone's please take a look at it and see if it correct, if so please
add apply it to the Kernel tree.
The patch works on my Linux Box. And detects my AGP board.

PS Again thank you Dave.
CC me at reddog83@chartermi.net
diff -urN linux-2.5/drivers/char/agp/agp.c~ linux/drivers/char/agp/agp.c
--- linux-2.5/drivers/char/agp/agp.c~ 2002-12-05 13:44:19.000000000 -0500
+++ linux/drivers/char/agp/agp.c 2002-12-07 05:36:12.000000000 -0500
@@ -1166,6 +1166,14 @@
.chipset_setup = via_generic_setup
},
{
+ .device_id = PCI_DEVICE_ID_VIA_8633_0,
+ .vendor_id = PCI_VENDOR_ID_VIA,
+ .chipset = VIA_GENRIC,
+ .vendor_name = "Via",
+ .chipset_name = "8633",
+ .chipset_setup = via_generic_setup
+ },
+ {
.device_id = 0,
.vendor_id = PCI_VENDOR_ID_VIA,
.chipset = VIA_GENERIC,
\
 
 \ /
  Last update: 2005-03-22 13:31    [W:0.044 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site