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
/
fb
/
vga.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Low risk amd64 fix. Use a vm_offset_t for the virtual location of the
peter
2003-05-23
1
-2
/
+2
*
Unbreak alpha and ia64 builds. The previous change made the inclusion
marcel
2003-05-02
1
-1
/
+6
*
Add AMD64 support to dev/fb. It isn't optimized.
peter
2003-05-01
1
-6
/
+14
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-1
/
+1
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Cleanup of the d_mmap_t interface.
mux
2003-02-25
1
-12
/
+7
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Fix printf warnings with %j and uintmax_t.
jhb
2002-11-08
1
-2
/
+3
*
Fix rare and probably inconsequential memory leak.
phk
2002-10-02
1
-1
/
+3
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-5
/
+5
*
GC various bits and pieces of USERCONFIG from all over the place.
phk
2002-04-09
1
-2
/
+1
*
Make this compile on ia64.
marcel
2001-10-06
1
-1
/
+4
*
KSE Milestone 2
julian
2001-09-12
1
-6
/
+6
*
Fix missing splx().
yokota
2001-08-10
1
-0
/
+1
*
s/adress/address/
kris
2001-07-23
1
-1
/
+1
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
* Completely rewrite the alpha busspace to hide the implementation from
dfr
2000-08-28
1
-0
/
+1
*
Remove #include "vga.h" and #if NVGA > 0 as it's implied by config.
peter
2000-01-29
1
-5
/
+0
*
Add a workaround to which allows alphas to reserve a port range which
dfr
2000-01-24
1
-1
/
+1
*
Rework the algorithm to detect MDA/CGA/EGA/VGA cards, so that
yokota
2000-01-10
1
-20
/
+26
*
- Fix typo: CGA40 -> CGA80
yokota
2000-01-10
1
-3
/
+3
*
Fix the ioctl CONS_FINDMODE and its underlying subroutine
yokota
1999-12-07
1
-5
/
+4
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Correct the mode information for the VGA mode X.
yokota
1999-08-24
1
-4
/
+6
*
#if 0 an unused function since it generates warnings.. (I have not deleted
peter
1999-06-26
1
-1
/
+5
*
The second phase of syscons reorganization.
yokota
1999-06-22
1
-0
/
+3041