summaryrefslogtreecommitdiff
path: root/src/kernel/agpgart/i8x0_agp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/agpgart/i8x0_agp.c')
-rw-r--r--src/kernel/agpgart/i8x0_agp.c14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/kernel/agpgart/i8x0_agp.c b/src/kernel/agpgart/i8x0_agp.c
index 0e379680f2..fe803618f6 100644
--- a/src/kernel/agpgart/i8x0_agp.c
+++ b/src/kernel/agpgart/i8x0_agp.c
@@ -1,5 +1,14 @@
+/**
+ * \file i8x0_agp.c
+ * \brief AGPGART module i8x0 backend
+ * \version 0.99
+ *
+ * \author Jeff Hartmann
+ *
+ * \todo Allocate more than order 0 pages to avoid too much linear map splitting.
+ */
+
/*
- * AGPGART module version 0.99
* Copyright (C) 1999 Jeff Hartmann
* Copyright (C) 1999 Precision Insight, Inc.
* Copyright (C) 1999 Xi Graphics, Inc.
@@ -21,9 +30,6 @@
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
- * TODO:
- * - Allocate more than order 0 pages to avoid too much linear map splitting.
*/
#include <linux/module.h>