diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2007-05-19 19:32:04 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2007-05-19 19:32:04 +0000 |
commit | 258e99dd6167909ae0237a8eb4614f17bdaf6a4c (patch) | |
tree | e440038f014daa13b720e293f666af977b673265 /sys/arch/amd64/conf | |
parent | a2d692adc2fadb4b31594731826e41e49f0180fa (diff) |
(disabled) option for PCIAGP. at least lets i945 chipsets work
ok dim
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/files.amd64 | 10 |
2 files changed, 11 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index f0689dc1642..31a07e08513 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.180 2007/05/19 19:17:07 tedu Exp $ +# $OpenBSD: GENERIC,v 1.181 2007/05/19 19:32:03 tedu Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -221,6 +221,7 @@ pms* at pckbc? # PS/2 mouse for wsmouse pmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse vga0 at isa? vga* at pci? +#option PCIAGP wsdisplay* at vga? wskbd* at pckbd? mux 1 wsmouse* at pms? mux 0 diff --git a/sys/arch/amd64/conf/files.amd64 b/sys/arch/amd64/conf/files.amd64 index 451a29610c8..c33e33019bd 100644 --- a/sys/arch/amd64/conf/files.amd64 +++ b/sys/arch/amd64/conf/files.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.amd64,v 1.27 2007/05/06 03:37:08 gwk Exp $ +# $OpenBSD: files.amd64,v 1.28 2007/05/19 19:32:03 tedu Exp $ maxpartitions 16 maxusers 2 16 128 @@ -207,3 +207,11 @@ major {rd = 17} major {wd = 0} major {wt = 3} major {fd = 2} + +file arch/i386/pci/agp_machdep.c pciagp +file dev/pci/agp_ali.c pciagp +file dev/pci/agp_amd.c pciagp +file dev/pci/agp_i810.c pciagp +file dev/pci/agp_intel.c pciagp +file dev/pci/agp_sis.c pciagp +file dev/pci/agp_via.c pciagp |