files.agp revision 1.10
11.10Schristos#	$NetBSD: files.agp,v 1.10 2014/11/02 00:05:03 christos Exp $
21.1Sthorpej
31.1Sthorpejdefine	agpbus { }
41.1Sthorpej
51.1Sthorpejdevice	agp
61.1Sthorpejattach	agp at agpbus
71.2Sthorpejfile	dev/pci/agp.c		agp			needs-flag
81.1Sthorpej
91.3Sdrochnerfile	dev/pci/agpbusprint.c	agpbus
101.3Sdrochner
111.8Suebayasidefine	agp_ali
121.9Schristosfile	dev/pci/agp_ali.c	agp		needs-flag
131.2Sthorpej
141.8Suebayasidefine	agp_amd
151.9Schristosfile	dev/pci/agp_amd.c	agp		needs-flag
161.2Sthorpej
171.10Schristosdefine	agp_apple
181.10Schristosfile	dev/pci/agp_apple.c	agp		needs-flag
191.5Smacallan
201.8Suebayasidefine	agp_i810
211.9Schristosfile	dev/pci/agp_i810.c	agp		needs-flag
221.2Sthorpej
231.8Suebayasidefine	agp_intel
241.9Schristosfile	dev/pci/agp_intel.c	agp		needs-flag
251.2Sthorpej
261.8Suebayasidefine	agp_sis
271.9Schristosfile	dev/pci/agp_sis.c	agp		needs-flag
281.2Sthorpej
291.8Suebayasidefine	agp_via
301.9Schristosfile	dev/pci/agp_via.c	agp		needs-flag
311.6Skiyohara
321.8Suebayasidefine	agp_amd64
331.9Schristosfile	dev/pci/agp_amd64.c	agp		needs-flag
34