mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org
Subject: [BK PATCH] agpgart changes for 2.5.25
Date: Mon, 15 Jul 2002 12:08:06 -0700	[thread overview]
Message-ID: <20020715190806.GA31167@kroah.com> (raw)

Hi,

These changesets have the latest agpgart code from the -dj tree, and
I've tried to rename the files to something that makes more sense.


Pull from:  http://linuxusb.bkbits.net/agpgart-2.5

 drivers/char/agp/agp.c               | 1664 +++++++++++++
 drivers/char/agp/agpgart_be-ali.c    |  265 --
 drivers/char/agp/agpgart_be-ali.c    |  265 ++
 drivers/char/agp/agpgart_be-amd.c    |  408 ---
 drivers/char/agp/agpgart_be-amd.c    |  408 +++
 drivers/char/agp/agpgart_be.c        | 1662 -------------
 drivers/char/agp/agpgart_be.c        | 4470 +++--------------------------------
 drivers/char/agp/agpgart_be-hp.c     |  394 ---
 drivers/char/agp/agpgart_be-hp.c     |  394 +++
 drivers/char/agp/agpgart_be-i460.c   |  595 ----
 drivers/char/agp/agpgart_be-i460.c   |  595 ++++
 drivers/char/agp/agpgart_be-i810.c   |  594 ----
 drivers/char/agp/agpgart_be-i810.c   |  594 ++++
 drivers/char/agp/agpgart_be-i8x0.c   |  726 -----
 drivers/char/agp/agpgart_be-i8x0.c   |  728 +++++
 drivers/char/agp/agpgart_be-sis.c    |  142 -
 drivers/char/agp/agpgart_be-sis.c    |  142 +
 drivers/char/agp/agpgart_be-sworks.c |  626 ----
 drivers/char/agp/agpgart_be-sworks.c |  626 ++++
 drivers/char/agp/agpgart_be-via.c    |  151 -
 drivers/char/agp/agpgart_be-via.c    |  151 +
 drivers/char/agp/agpgart_fe.c        | 1086 --------
 drivers/char/agp/agpgart_fe.c        |   15 
 drivers/char/agp/agp.h               |  348 +-
 drivers/char/agp/ali.c               |  265 ++
 drivers/char/agp/amd.c               |  408 +++
 drivers/char/agp/Config.help         |   88 
 drivers/char/agp/Config.in           |   14 
 drivers/char/agp/frontend.c          | 1086 ++++++++
 drivers/char/agp/hp.c                |  394 +++
 drivers/char/agp/i460.c              |  595 ++++
 drivers/char/agp/i810.c              |  594 ++++
 drivers/char/agp/i8x0.c              |  726 +++++
 drivers/char/agp/Makefile            |   35 
 drivers/char/agp/sis.c               |  142 +
 drivers/char/agp/sworks.c            |  626 ++++
 drivers/char/agp/via.c               |  151 +
 include/linux/agp_backend.h          |    6 
 include/linux/agpgart.h              |   10 
 39 files changed, 11400 insertions(+), 10789 deletions(-)
------

ChangeSet@1.643, 2002-07-15 11:54:20-07:00, greg@kroah.com
  agpgart: added agp prefix to the debug printk

 drivers/char/agp/agp.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
------

ChangeSet@1.642, 2002-07-15 11:46:17-07:00, greg@kroah.com
  agpgart: renamed the agp files to make more sense

 drivers/char/agp/agpgart_be-ali.c    |  265 -----
 drivers/char/agp/agpgart_be-amd.c    |  408 --------
 drivers/char/agp/agpgart_be-hp.c     |  394 --------
 drivers/char/agp/agpgart_be-i460.c   |  595 ------------
 drivers/char/agp/agpgart_be-i810.c   |  594 ------------
 drivers/char/agp/agpgart_be-i8x0.c   |  726 ---------------
 drivers/char/agp/agpgart_be-sis.c    |  142 --
 drivers/char/agp/agpgart_be-sworks.c |  626 -------------
 drivers/char/agp/agpgart_be-via.c    |  151 ---
 drivers/char/agp/agpgart_be.c        | 1662 -----------------------------------
 drivers/char/agp/agpgart_fe.c        | 1086 ----------------------
 drivers/char/agp/Makefile            |   22 
 drivers/char/agp/agp.c               | 1662 +++++++++++++++++++++++++++++++++++
 drivers/char/agp/ali.c               |  265 +++++
 drivers/char/agp/amd.c               |  408 ++++++++
 drivers/char/agp/frontend.c          | 1086 ++++++++++++++++++++++
 drivers/char/agp/hp.c                |  394 ++++++++
 drivers/char/agp/i460.c              |  595 ++++++++++++
 drivers/char/agp/i810.c              |  594 ++++++++++++
 drivers/char/agp/i8x0.c              |  726 +++++++++++++++
 drivers/char/agp/sis.c               |  142 ++
 drivers/char/agp/sworks.c            |  626 +++++++++++++
 drivers/char/agp/via.c               |  151 +++
 23 files changed, 6660 insertions(+), 6660 deletions(-)
------

ChangeSet@1.641, 2002-07-15 10:33:27-07:00, greg@kroah.com
  agpgart: fix syntax error in the i8x0 file.

 drivers/char/agp/agpgart_be-i8x0.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
------

ChangeSet@1.640, 2002-07-15 10:26:18-07:00, greg@kroah.com
  agpgart: Split agpgart code into separate files.
  
  The majority of this work was done by Dave Jones, I merely converted the
  driver to the "new" pci api.

 drivers/char/agp/Config.help         |   88 
 drivers/char/agp/Config.in           |   14 
 drivers/char/agp/Makefile            |   13 
 drivers/char/agp/agp.h               |  348 +-
 drivers/char/agp/agpgart_be-ali.c    |  265 ++
 drivers/char/agp/agpgart_be-amd.c    |  408 +++
 drivers/char/agp/agpgart_be-hp.c     |  394 +++
 drivers/char/agp/agpgart_be-i460.c   |  595 ++++
 drivers/char/agp/agpgart_be-i810.c   |  594 ++++
 drivers/char/agp/agpgart_be-i8x0.c   |  726 +++++
 drivers/char/agp/agpgart_be-sis.c    |  142 +
 drivers/char/agp/agpgart_be-sworks.c |  626 ++++
 drivers/char/agp/agpgart_be-via.c    |  151 +
 drivers/char/agp/agpgart_be.c        | 4470 +++--------------------------------
 drivers/char/agp/agpgart_fe.c        |   15 
 include/linux/agp_backend.h          |    6 
 include/linux/agpgart.h              |   10 
 17 files changed, 4738 insertions(+), 4127 deletions(-)
------


             reply	other threads:[~2002-07-15 19:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-15 19:08 Greg KH [this message]
2002-07-15 19:25 ` Greg KH

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=20020715190806.GA31167@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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

all inboxes | Powered by JetHome®