Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 09/10/2001 13:01:02
Module Name: syssrc
Committed By: fvdl
Date: Mon Sep 10 10:01:02 UTC 2001
Added Files:
syssrc/sys/dev/pci: agp.c agp_ali.c agp_amd.c agp_i810.c agp_intel.c
agp_sis.c agp_via.c agpreg.h agpvar.h
syssrc/sys/sys: agpio.h
Log Message:
AGP GART support code. Originally written by Doug Rabson for FreeBSD,
modifications to fit it into the NetBSD device/config structure and
to use bus_dma by me.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/dev/pci/agp.c syssrc/sys/dev/pci/agp_ali.c \
syssrc/sys/dev/pci/agp_amd.c syssrc/sys/dev/pci/agp_i810.c \
syssrc/sys/dev/pci/agp_intel.c syssrc/sys/dev/pci/agp_sis.c \
syssrc/sys/dev/pci/agp_via.c syssrc/sys/dev/pci/agpreg.h \
syssrc/sys/dev/pci/agpvar.h
cvs rdiff -r0 -r1.1 syssrc/sys/sys/agpio.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.