From: Dave Jones <davej@redhat.com>
To: "Hemmann, Volker Armin" <volker.hemmann@heim9.tu-clausthal.de>
Cc: Bjoern Michaelsen <bmichaelsen@gmx.de>, linux-kernel@vger.kernel.org
Subject: Re: AGP problem SiS 746FX Linux 2.6.5-rc3
Date: Tue, 6 Apr 2004 22:08:11 +0100 [thread overview]
Message-ID: <20040406210811.GA10142@redhat.com> (raw)
In-Reply-To: <200404062304.12089.volker.hemmann@heim10.tu-clausthal.de>
On Tue, Apr 06, 2004 at 11:04:11PM +0200, Hemmann, Volker Armin wrote:
> > It survives a testgart run too ?
> I am amazed, too, that may box is running... ;o)
> testgart works, I did a fresh reboot, to be sure:
Ok, too strange for words.
I'm inclined to make things more explicit, and make
sis_get_driver look like this..
static void __devinit sis_get_driver(struct agp_bridge_data *bridge)
{
if (bridge->dev->device == PCI_DEVICE_ID_SI_648) {
sis_driver.agp_enable=sis_648_enable;
if (agp_bridge->major_version == 3) {
sis_driver.aperture_sizes = agp3_generic_sizes;
sis_driver.size_type = U16_APER_SIZE;
sis_driver.num_aperture_sizes = AGP_GENERIC_SIZES_ENTRIES;
sis_driver.configure = agp3_generic_configure;
sis_driver.fetch_size = agp3_generic_fetch_size;
sis_driver.cleanup = agp3_generic_cleanup;
sis_driver.tlb_flush = agp3_generic_tlbflush;
}
}
if (bridge->dev->device == PCI_DEVICE_ID_SI_746) {
/*
* We don't know enough about the 746 to enable it properly.
* Though we do know that it needs the 'delay' hack to settle
* after changing modes.
*/
sis_driver.agp_enable=sis_648_enable;
}
}
> agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
> agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
> agpgart: sis 648 agp fix - giving bridge time to recover
> agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
It's pretty convinced it's in AGPv3 mode too.
Oh well. 8-)
Dave
next prev parent reply other threads:[~2004-04-06 21:14 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-06 3:19 AGP problem SiS 746FX Linux 2.6.5-rc3 Bjoern Michaelsen
2004-04-06 13:50 ` Dave Jones
2004-04-06 18:04 ` Hemmann, Volker Armin
2004-04-06 18:11 ` Dave Jones
2004-04-06 18:44 ` Hemmann, Volker Armin
2004-04-06 19:24 ` Dave Jones
2004-04-06 20:06 ` Hemmann, Volker Armin
2004-04-06 20:31 ` Dave Jones
2004-04-06 20:37 ` Hemmann, Volker Armin
2004-04-06 20:48 ` Dave Jones
2004-04-06 21:04 ` Hemmann, Volker Armin
2004-04-06 21:08 ` Dave Jones [this message]
2004-04-06 22:01 ` Hemmann, Volker Armin
2004-04-06 22:14 ` Dave Jones
2004-04-06 22:26 ` Hemmann, Volker Armin
2004-04-06 23:24 ` Bjoern Michaelsen
[not found] <1HPrP-5sW-3@gated-at.bofh.it>
[not found] ` <1I53J-1k7-57@gated-at.bofh.it>
[not found] ` <1I5wD-1Gx-15@gated-at.bofh.it>
[not found] ` <1I5wH-1Gx-35@gated-at.bofh.it>
[not found] ` <1obEA-82t-11@gated-at.bofh.it>
[not found] ` <1I5Q0-1Vt-7@gated-at.bofh.it>
2004-04-17 15:44 ` Oliver Schoett
-- strict thread matches above, loose matches on Subject: below --
2004-04-01 17:00 Hemmann, Volker Armin
2004-04-01 17:10 ` Dave Jones
2004-04-01 18:03 ` Hemmann, Volker Armin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040406210811.GA10142@redhat.com \
--to=davej@redhat.com \
--cc=bmichaelsen@gmx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=volker.hemmann@heim9.tu-clausthal.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox