summaryrefslogtreecommitdiffstats
path: root/sys/modules/agp
Commit message (Collapse)AuthorAgeFilesLines
* opt_agp.h is not required anymore.nyan2004-08-221-1/+1
|
* agp_amd64.c is not needed on pc98.nyan2004-08-161-1/+4
|
* AMD64 on-CPU GART support.obrien2004-08-161-1/+4
| | | | | | | This also applies to AMD64 HW running 'i386' OS. Submitted by: Jung-uk Kim <jkim@niksun.com> Integration by: obrien
* AGP GART driver for NVIDIA nForce/nForce2 chipsets.mdodd2003-08-231-1/+2
|
* Split the arch-specific AGP files into the appropriate files.* and do the sameanholt2003-02-141-2/+7
| | | | | | for the agp module, and add agp to the list of modules to compile for alpha. Add an alpha_mb() to agp_flush_cache for alpha -- it's not correct but may improve the situation, and it's what linux and NetBSD do.
* Remove opt_pci.h from SRCS.mux2002-11-131-1/+1
|
* Export symbols that constitute APIs defined by thesemsmith2002-01-111-0/+11
| | | | | | | | modules. Note that in the case of 'mii' the API is not clearly defined, and the symbols exported represent a subset defined by current usage.
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-7/+8
|
* Next phase in the PCI subsystem cleanup.msmith2000-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | - Move PCI core code to dev/pci. - Split bridge code out into separate modules. - Remove the descriptive strings from the bridge drivers. If you want to know what a device is, use pciconf. Add support for broadly identifying devices based on class/subclass, and for parsing a preloaded device identification database so that if you want to waste the memory, you can identify *anything* we know about. - Remove machine-dependant code from the core PCI code. APIC interrupt mapping is performed by shadowing the intline register in machine- dependant code. - Bring interrupt routing support to the Alpha (although many platforms don't yet support routing or mapping interrupts entirely correctly). This resulted in spamming <sys/bus.h> into more places than it really should have gone. - Put sys/dev on the kernel/modules include path. This avoids having to change *all* the pci*.h includes.
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,ps2000-09-221-1/+1
| | | | | | NBUS, NINTR dynamic and set NCPU to a maximum of 16 under SMP. Reviewed by: peter
* Use <bsd.kmod.mk> not a path to ../../conf/kmod.mk.peter2000-07-191-1/+1
|
* Add support for Intel's i810 chipset with integrated graphics. Andfr2000-07-121-1/+2
| | | | | | | associated patch to XFree86 allows the X server to work with this chipset on FreeBSD. Additional work will include porting the Linux 3D driver. Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
* Add module for agp driver.dfr2000-06-091-0/+10
OpenPOWER on IntegriCloud