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
/
drm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
5
-11
/
+11
*
Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a new
anholt
2004-06-11
21
-249
/
+609
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+2
*
Prefer uintptr_t to intptr_t.
obrien
2004-03-03
2
-6
/
+6
*
Use a long as the opaque type so that it matches the size of a pointer
obrien
2004-03-03
1
-1
/
+1
*
Use a long as the opaque type so that it matches the size of a pointer
obrien
2004-03-03
2
-5
/
+5
*
Add memory barrier routines for AMD64.
obrien
2004-03-03
1
-1
/
+7
*
Cast thru intptr_t on the way to void* for success on 64-bit platforms.
obrien
2004-03-03
2
-6
/
+6
*
Limit the amount of memory userspace processes can cause the kernel to
rwatson
2004-02-23
1
-0
/
+17
*
Device megapatch 4/6:
phk
2004-02-21
1
-1
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
2
-2
/
+0
*
This is not a D_TTY driver.
phk
2004-02-14
1
-1
/
+1
*
Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128,
anholt
2004-01-06
12
-66
/
+77
*
Fix a few more places where NULL was used instead of 0.
se
2003-12-23
2
-3
/
+3
*
Update from DRI CVS. Includes locking fixes (including PR 59202), changes for
anholt
2003-11-12
15
-314
/
+833
*
Change the DRM_ERROR about authenticator not found back to DRM_DEBUG. It's
anholt
2003-11-03
2
-2
/
+2
*
Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL)
anholt
2003-10-24
1
-2
/
+1
*
Update to latest from DRI CVS. Primary new feature is mostly-complete smpng
anholt
2003-10-24
36
-1217
/
+1320
*
Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver and
anholt
2003-09-09
17
-71
/
+1261
*
Comment out a couple of __inline__s until we can get inlines to be actually
anholt
2003-08-24
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-08-24
2
-2
/
+6
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-1
/
+2
*
Update DRM from DRI CVS as of today. Notable changes include Radeon
anholt
2003-08-19
35
-683
/
+1061
*
Do not define memset() to bzero(). We have a memset().
phk
2003-05-31
1
-2
/
+0
*
Merge from DRI CVS: Disable MTRRs on FreeBSD-stable to work around hangs with
anholt
2003-04-26
1
-10
/
+17
*
Update the DRM to the latest from DRI CVS. Includes some bugfixes and removal
anholt
2003-04-25
31
-2552
/
+437
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-2
/
+2
*
Use td->td_ucred instead of td->td_proc->p_ucred.
jhb
2003-03-20
1
-2
/
+2
*
Update Radeon PCI IDs and naming from pciids.sf.net.
anholt
2003-03-11
1
-26
/
+28
*
Update the DRM to latest from DRI CVS. This is approximately the version
anholt
2003-03-09
51
-5821
/
+6113
*
Don't initialize d_kqfilter to 0.
phk
2003-03-03
1
-3
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-14
/
+11
*
Cleanup of the d_mmap_t interface.
mux
2003-02-25
1
-6
/
+10
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
2
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
2
-2
/
+2
*
Remove an unused variable that snuck in the last commit.
anholt
2002-12-04
1
-1
/
+1
*
Fix witness warning in DRM memory info sysctl by making a temporary copy of the
anholt
2002-12-04
1
-62
/
+17
*
In an SMP environment post-Giant it is no longer safe to blindly
truckman
2002-10-03
1
-1
/
+1
*
Remove drm_linux.h, move the two useful defines into drm_drv.h. Use fd locking
anholt
2002-09-01
3
-167
/
+73
*
In continuation of early fileop credential changes, modify fo_ioctl() to
rwatson
2002-08-17
1
-0
/
+4
*
Remove <sys/select.h> to unbreak the build. I'm not sure if this affects
des
2002-06-16
1
-1
/
+0
*
Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__
anholt
2002-05-31
13
-148
/
+148
*
Include <sys/lockmgr.h> for definitions of deprecated locking interfaces --
bde
2002-05-06
1
-0
/
+1
*
Make funsetown() take a 'struct sigio **' so that the locking can
alfred
2002-05-06
1
-1
/
+1
*
The first argument of pgsigio() is now struct sigio **.
tanimura
2002-05-03
1
-1
/
+1
*
More diff reduction: Shuffle around some header code as was done in
anholt
2002-04-29
21
-239
/
+160
*
Diff reduction to my experimental code: clean up return code handling.
anholt
2002-04-29
24
-359
/
+354
*
Hook the DRM up to the build and add it to NOTES.
anholt
2002-04-28
5
-5
/
+0
*
Add the code for the DRM, based on the code from the drm-kmod port.
anholt
2002-04-27
48
-0
/
+33683