add very experimental Apple UniNorth AGP driver

This commit is contained in:
macallan 2007-03-25 23:32:40 +00:00
parent 7325f7959a
commit 60cbbfdc51
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files.agp,v 1.4 2005/12/11 12:22:49 christos Exp $
# $NetBSD: files.agp,v 1.5 2007/03/25 23:32:40 macallan Exp $
define agpbus { }
@ -14,6 +14,9 @@ file dev/pci/agp_ali.c agp_ali & agp needs-flag
define agp_amd
file dev/pci/agp_amd.c agp_amd & agp needs-flag
define agp_apple
file dev/pci/agp_apple.c agp_apple & agp needs-flag
define agp_i810
file dev/pci/agp_i810.c agp_i810 & agp needs-flag