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
/
pci
/
agp_ali.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add device id for the Ali M1671 host to AGP bridge.
cognet
2005-02-27
1
-0
/
+2
*
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
/
+2
*
Fix aperture size detection on some ALi chipsets by only using the lowest 4 bits
anholt
2004-08-21
1
-4
/
+4
*
Apply some stylistic changes based off of kern/70037 (content changes to
anholt
2004-08-21
1
-10
/
+10
*
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
*
- Disable AGP on ALI chipsets if aperture size is 0.
anholt
2003-11-11
1
-0
/
+4
*
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
*
Include <sys/lockmgr.h> for old lock interfaces instead of depending on
bde
2002-08-27
1
-0
/
+1
*
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
*
A driver for programming the AGP hardware. This is only very lightly
dfr
2000-06-09
1
-0
/
+264