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
/
isa
/
vga_isa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix -Wundef.
ru
2005-12-04
1
-1
/
+1
*
Save and restore the VGA state across a suspend-resume cycle. This
iedowse
2005-02-28
1
-0
/
+55
*
Use dynamic major number allocation.
phk
2005-02-27
1
-1
/
+0
*
Stop printing the VGA registers during verbose boot, in order to not
phk
2004-11-03
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-6
/
+6
*
add missing #include <sys/module.h>
phk
2004-05-30
1
-0
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Change fb_attach() and fb_detach() to take a integer unit number rather
phk
2003-09-26
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Remove unused variable(s).
phk
2003-05-31
1
-6
/
+2
*
Only use the pc bios stuff on i386's. I think this might even be unused
peter
2003-05-01
1
-0
/
+2
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+8
*
Cleanup of the d_mmap_t interface.
mux
2003-02-25
1
-2
/
+2
*
KSE Milestone 2
julian
2001-09-12
1
-6
/
+6
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Add device_identify methods so that we do not need the
peter
2000-06-28
1
-19
/
+23
*
Use config's conditional compilation rather than using #ifdefs that make
peter
2000-01-29
1
-5
/
+0
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-1
/
+1
*
* Add struct resource_list* argument to resource_list_alloc and
dfr
1999-10-12
1
-2
/
+2
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Change isa_get/set_flags() to device_get/set_flags().
dfr
1999-09-07
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
The second phase of syscons reorganization.
yokota
1999-06-22
1
-2047
/
+82
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-6
/
+21
*
No support for pnp yet.
dfr
1999-05-30
1
-1
/
+5
*
Delete the #if'ed out old isa bus probe/attach routines
peter
1999-05-09
1
-73
/
+1
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-2
/
+1
*
Brace initializers to avoid a warning.
peter
1999-05-08
1
-16
/
+16
*
Copy across some apparently missing cleanups from i386/isa/vga_isa.c
peter
1999-04-16
1
-1
/
+9
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-4
/
+9
*
Oops, the last commit contained a wrong patch. This is the correct one.
yokota
1999-02-05
1
-4
/
+19
*
- Don't assume the line length in the video memory is always the same as
yokota
1999-02-05
1
-62
/
+42
*
Update the alpha port to use the new syscons.
dfr
1999-01-23
1
-0
/
+2239