* [PATCH 2.5.x] Via AGP Support
@ 2002-12-07 10:41 Nathaniel Russell
2002-12-07 10:55 ` Ruth Ivimey-Cook
0 siblings, 1 reply; 3+ messages in thread
From: Nathaniel Russell @ 2002-12-07 10:41 UTC (permalink / raw)
To: reddog83; +Cc: linux-kernel, davej
[-- Attachment #1: Type: TEXT/PLAIN, Size: 331 bytes --]
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
[-- Attachment #2: Via AGP 8633 2.5 --]
[-- Type: TEXT/PLAIN, Size: 587 bytes --]
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,
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 2.5.x] Via AGP Support
2002-12-07 10:41 [PATCH 2.5.x] Via AGP Support Nathaniel Russell
@ 2002-12-07 10:55 ` Ruth Ivimey-Cook
2002-12-07 19:01 ` Nathaniel Russell
0 siblings, 1 reply; 3+ messages in thread
From: Ruth Ivimey-Cook @ 2002-12-07 10:55 UTC (permalink / raw)
To: Nathaniel Russell, reddog83; +Cc: linux-kernel, davej
On Saturday 07 December 2002 10:41, Nathaniel Russell wrote:
> This patch add's support for the Via 8633 AGP Card Slot.
> + .device_id = PCI_DEVICE_ID_VIA_8633_0,
> + .vendor_id = PCI_VENDOR_ID_VIA,
> + .chipset = VIA_GENRIC,
Missing 'E' in Generic ^^^
Ruth
--
Ruth Ivimey-Cook
Software Engineer and Technical Author.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 2.5.x] Via AGP Support
2002-12-07 10:55 ` Ruth Ivimey-Cook
@ 2002-12-07 19:01 ` Nathaniel Russell
0 siblings, 0 replies; 3+ messages in thread
From: Nathaniel Russell @ 2002-12-07 19:01 UTC (permalink / raw)
To: Ruth Ivimey-Cook; +Cc: reddog83, linux-kernel, davej
[-- Attachment #1: Type: TEXT/PLAIN, Size: 617 bytes --]
I was so tired last night I forgot to dot the i's and cross my t's.
Well here is the patch with the missing 'E' in it. ;)
Nathaniel
CC me at reddog83@chartermi.net
On Sat, 7 Dec 2002, Ruth Ivimey-Cook wrote:
> On Saturday 07 December 2002 10:41, Nathaniel Russell wrote:
> > This patch add's support for the Via 8633 AGP Card Slot.
>
> > + .device_id = PCI_DEVICE_ID_VIA_8633_0,
> > + .vendor_id = PCI_VENDOR_ID_VIA,
> > + .chipset = VIA_GENRIC,
>
> Missing 'E' in Generic ^^^
>
> Ruth
>
> --
> Ruth Ivimey-Cook
> Software Engineer and Technical Author.
>
[-- Attachment #2: Updated Via AGP Patch --]
[-- Type: TEXT/PLAIN, Size: 588 bytes --]
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_GENERIC,
+ .vendor_name = "Via",
+ .chipset_name = "8633",
+ .chipset_setup = via_generic_setup
+ },
+ {
.device_id = 0,
.vendor_id = PCI_VENDOR_ID_VIA,
.chipset = VIA_GENERIC,
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-12-07 18:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-07 10:41 [PATCH 2.5.x] Via AGP Support Nathaniel Russell
2002-12-07 10:55 ` Ruth Ivimey-Cook
2002-12-07 19:01 ` Nathaniel Russell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®