OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Owain Ainsworth (ogacvs.openbsd.org)
Date: Sun Nov 25 2007 - 11:11:12 CST


CVSROOT: /cvs
Module name: src
Changes by: ogacvs.openbsd.org 2007/11/25 10:11:12

Modified files:
        etc/etc.i386 : MAKEDEV.md
        etc/etc.amd64 : MAKEDEV.md
        share/man/man4 : Makefile options.4 vga.4
        sys/arch/amd64/amd64: conf.c
        sys/arch/amd64/conf: GENERIC files.amd64
        sys/arch/amd64/pci: agp_machdep.c pchb.c
        sys/arch/i386/conf: GENERIC files.i386
        sys/arch/i386/i386: conf.c
        sys/arch/i386/pci: agp_machdep.c pchb.c
        sys/dev/pci : files.pci vga_pci.c vga_pcivar.h agp.c
                         agp_ali.c agp_amd.c agp_i810.c agp_intel.c
                         agp_sis.c agp_via.c agpreg.h agpvar.h
        sys/sys : conf.h malloc.h
Added files:
        share/man/man4 : agp.4
        sys/dev/pci : files.agp

Log message:
Make agp attach as a device. This means that many more agp bridges
actually get detected and attached. Also adds a kernel api for
manipulating agp.

Enable this on i386 and amd64.

"I think you should commit it" deraadt, ok matthieu. Looked over by
several others.