index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
agp
/
agp_intel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return BUS_PROBE_DEFAULT instead of 0.
imp
2005-02-24
1
-1
/
+1
*
[1] Remove the generic bridge support from those drivers that had it. The
anholt
2004-12-30
1
-3
/
+0
*
Add support for Intel E7205 AGP.
anholt
2004-08-22
1
-0
/
+6
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Get rid of a lockmgr consumer by making agp(4) use a standard mutex,
mux
2004-05-22
1
-1
/
+0
*
Add the ability to disable agp devices at the loader prompt. Usage is
njl
2004-04-03
1
-0
/
+2
*
Before MFC'ing the previous commit, I noticed I'd left out a case.
peadar
2004-04-03
1
-0
/
+1
*
Recognise the 82845G AGP bridge, and poke it appropriately at
peadar
2004-03-13
1
-0
/
+5
*
Fix a typo in r1.8: The GTLB enable/flush bit is 1<<7, not 1<<8.
anholt
2003-09-17
1
-1
/
+1
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Add PCI IDs for the i82855 and i82875P AGP bridges.
mdodd
2003-06-23
1
-0
/
+12
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Fix support for 256 MB aperture sizes on chipsets such as the 845 and
jhb
2003-05-27
1
-5
/
+16
*
Grr, fix compile. The bane of trying to split out patches into two
jhb
2003-05-27
1
-0
/
+1
*
Add support for the Intel 865 chipset.
jhb
2003-05-27
1
-2
/
+9
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-0
/
+2
*
Add support for the Intel 82820 UP-only AGP bridge.
anholt
2003-01-11
1
-0
/
+4
*
Remove a bunch of #include "opt_pci.h".
mux
2002-11-13
1
-1
/
+0
*
Include <sys/lockmgr.h> for old lock interfaces instead of depending on
bde
2002-08-27
1
-0
/
+1
*
- Use more correct values to initialize the AGP controller during setup.
jhb
2002-07-17
1
-6
/
+21
*
Correctly identify the Intel 82830 AGP bridge.
benno
2002-02-05
1
-0
/
+3
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-4
/
+4
*
Add support for Intel's i820/i840/i845/i850/i860 chipset.
kuriyama
2001-11-08
1
-11
/
+98
*
Make these compile again by adding proc.h include for GIANT_REQUIRED
jhb
2001-07-05
1
-0
/
+1
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
1
-0
/
+1
*
Add i815 host to PCI bridge ID
ache
2000-10-20
1
-0
/
+3
*
A driver for programming the AGP hardware. This is only very lightly
dfr
2000-06-09
1
-0
/
+266