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_amd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the various AGP drivers that attach to the Host-PCI bridge device to
jhb
2005-12-20
1
-2
/
+1
*
Return BUS_PROBE_DEFAULT instead of 0.
imp
2005-02-24
1
-1
/
+1
*
style.9.
obrien
2004-08-16
1
-12
/
+8
*
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
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+2
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-0
/
+2
*
Remove a bunch of #include "opt_pci.h".
mux
2002-11-13
1
-1
/
+0
*
Fix previous commit: Don't cast integral types to pointers to
marcel
2002-10-15
1
-2
/
+2
*
Make this compile on 64-bit architectures (e.g. ia64) by not assuming
marcel
2002-10-12
1
-2
/
+2
*
Include <sys/lockmgr.h> for old lock interfaces instead of depending on
bde
2002-08-27
1
-0
/
+1
*
Fix some nits in AMD AGP driver. Remove excess malloc and move a bzero
cokane
2002-04-15
1
-10
/
+3
*
This patch will fix the lockups associated with AMD 751,761,762 based AGP
cokane
2001-12-07
1
-7
/
+51
*
Add probe line for the AMD 761 northbridge chip. At least it detects now,
cokane
2001-09-20
1
-0
/
+2
*
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
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Release resources properly in detach.
dfr
2000-06-10
1
-0
/
+9
*
Fix the AMD 751 AGP minidriver so that it works with my test code.
dfr
2000-06-10
1
-7
/
+101
*
A driver for programming the AGP hardware. This is only very lightly
dfr
2000-06-09
1
-0
/
+276