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
Commit message (
Expand
)
Author
Age
Files
Lines
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-2
/
+1
*
Move VT switching hack for suspend/resume from bus drivers to syscons.c
jkim
2011-05-09
1
-127
/
+0
*
Retire isa_setup_intr() and isa_teardown_intr() and use the generic bus
jhb
2011-05-06
2
-8
/
+2
*
- Enable an extra debugging bootverbose printf when probing ISA PNP cards
jhb
2011-03-29
1
-2
/
+2
*
bus_add_child: change type of order parameter to u_int
avg
2010-09-10
1
-1
/
+1
*
When we are not switching VTs, just mark all buffer to be updated.
jkim
2010-07-15
1
-1
/
+7
*
Implement new event timers infrastructure. It provides unified APIs for
mav
2010-06-20
1
-4
/
+0
*
Do not attempt to switch to the same VTs between suspend and resume.
jkim
2010-05-26
1
-9
/
+11
*
Let the first device suspend and the last device resume syscons(4).
jkim
2010-05-26
1
-10
/
+5
*
Fix more style(9) nits that I missed in the previous commit.
jkim
2010-05-22
1
-5
/
+4
*
Fix style(9) nits.
jkim
2010-05-22
1
-36
/
+39
*
Suspend screen updates when the video controller is powered down.
jkim
2010-05-22
1
-15
/
+86
*
Introduce the new kernel sub-tree x86 which should contain all the code
attilio
2010-02-25
2
-516
/
+0
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.
rnoland
2009-12-29
1
-2
/
+4
*
Attach dpms(4) to vgapm and make sure to restore DPMS state after
jkim
2009-12-15
1
-0
/
+3
*
- Partially revert hackish r198964 and r199002.
jkim
2009-11-12
1
-92
/
+145
*
Remove duplicate suspend/resume code from vga_pci.c and let vga(4) register
jkim
2009-11-06
1
-19
/
+53
*
Save/restore VGA state from vga_pci.c instead of relying on vga_isa.c.
jkim
2009-11-05
1
-19
/
+18
*
Save/restore VGA color palette while suspending and resuming.
jkim
2009-11-04
1
-10
/
+32
*
Tweak the way that the ACPI and ISA bus drivers match hint devices to
jhb
2009-08-24
1
-4
/
+23
*
Rename statclock_disable variable to atrtcclock_disable that it actually is,
mav
2009-05-03
2
-0
/
+28
*
Add resume methods to i8254 and atrtc devices.
mav
2009-05-01
1
-2
/
+8
*
Allow syscons to work on amd64 and i386 without any hints:
jhb
2009-03-05
1
-3
/
+7
*
Allow device hints to wire the unit numbers of devices.
jhb
2008-11-18
4
-103
/
+149
*
MFp4:
imp
2008-11-02
4
-5
/
+32
*
MFp4 (my newcard tree):
imp
2008-08-24
2
-55
/
+0
*
atrtc.c is a repocopy of the RTC device driver from i386/isa/clock.c
phk
2008-04-14
2
-599
/
+40
*
Move i386 to generic RTC handling code.
phk
2008-04-12
1
-103
/
+168
*
Back in the good old days, PC's had random pieces of rock for
phk
2008-03-26
1
-122
/
+0
*
Further cleanup of sound generation in syscons:
phk
2008-03-26
1
-9
/
+1
*
The "free-lance" timer in the i8254 is only used for the speaker
phk
2008-03-26
2
-37
/
+20
*
Rename timer0_max_count to i8254_max_count.
phk
2008-03-26
2
-50
/
+51
*
The RTC related pscnt and psdiv variables have no business being public.
phk
2008-03-26
1
-2
/
+2
*
Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY().
jhb
2008-01-17
1
-0
/
+1
*
Replace explicit calls to video methods with their respective variants
wkoszek
2007-12-29
1
-6
/
+4
*
Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have not
peter
2007-10-26
1
-96
/
+1
*
It seems that some i386 mothermoards either do not implement the
dwmalone
2007-07-27
1
-1
/
+2
*
If clock_ct_to_ts fails to convert time time from the real time clock,
dwmalone
2007-07-23
1
-3
/
+6
*
Prototype (but functional) Linux-ish /dev/nvram interface to the extra
peter
2007-06-15
1
-0
/
+99
*
Despite several examples in the kernel, the third argument of
dwmalone
2007-06-04
1
-1
/
+1
*
When trying to allocate a PnP BIOS memory resource, the code loops trying
jhb
2007-04-17
1
-1
/
+1
*
Partial fix for a bug in rev.1.231. If suspend/resume clobbers the
bde
2007-03-05
1
-0
/
+1
*
style(9).
nyan
2007-03-04
1
-2
/
+2
*
Use pause() rather than tsleep() on explicit global dummy variables.
jhb
2007-02-27
1
-2
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
2
-7
/
+10
*
Cleaned up declaration and initialization of clock_lock. It is only
bde
2007-01-23
1
-13
/
+10
*
Be consistent with the spelling of "dependent" in user-visible places.
ceri
2006-12-30
1
-1
/
+1
*
Optimized RTC accesses by avoiding null writes to the index register
bde
2006-12-03
1
-9
/
+16
*
Use calendaric calculation support from subr_clock.c instead of home-rolled.
phk
2006-10-02
1
-88
/
+33
[next]