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
/
atrtc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce a standard name for the lock protecting an interrupt controller
jhb
2001-12-20
1
-0
/
+10
*
Some fix for the recent apm module changes.
iwasaki
2001-11-01
1
-7
/
+4
*
Remove an unneeded variable declaration and statement.
robert
2001-10-09
1
-2
/
+0
*
Reenable RTC interrupts after wakeup. Some laptops have a problem
iwasaki
2001-09-04
1
-1
/
+22
*
Add ACPI attachments.
msmith
2001-08-30
1
-0
/
+1
*
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
jhb
2001-05-15
1
-1
/
+0
*
Add in a missing call to forward_hardclock() in the SMP case.
jhb
2001-04-28
1
-0
/
+3
*
Overhaul of the SMP code. Several portions of the SMP kernel support have
jhb
2001-04-27
1
-1
/
+12
*
Catch up to header include changes:
jhb
2001-03-28
1
-3
/
+1
*
Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declare
bde
2001-02-19
1
-6
/
+1
*
Catch up to changes to inthand_add().
jhb
2001-02-09
1
-8
/
+8
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-16
/
+16
*
Convert mca (microchannel bus support) from something that we count
peter
2001-01-29
1
-3
/
+3
*
Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex
jasone
2001-01-21
1
-1
/
+1
*
Convert apm from a bogus 'count' into a plain option. Clean out some
peter
2001-01-19
1
-3
/
+3
*
Namespace cleanup. Remove some #includes in favour of an explicit
markm
2000-12-02
1
-0
/
+5
*
Revert two experimental changes which escaped from my devel machine.
phk
2000-10-28
1
-1
/
+1
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
1
-1
/
+1
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
1
-5
/
+1
*
- machine/mutex.h -> sys/mutex.h
jhb
2000-10-20
1
-3
/
+3
*
- Change fast interrupts on x86 to push a full interrupt frame and to
jhb
2000-10-06
1
-106
/
+51
*
- Heavyweight interrupt threads on the alpha for device I/O interrupts.
jhb
2000-10-05
1
-6
/
+0
*
- Remove the inthand2_t type and use the equivalent driver_intr_t type from
jhb
2000-09-13
1
-7
/
+7
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-52
/
+103
*
Allow use of TSC even if APM is compiled in but disabled.
phk
2000-07-30
1
-1
/
+6
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-2
/
+2
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-2
/
+2
*
Add PnP probe methods to some common AT hardware drivers. In each case,
msmith
2000-06-23
1
-0
/
+48
*
Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use a
bde
2000-05-31
1
-1
/
+1
*
Isolate the Timecounter internals in their own two files.
phk
2000-03-20
1
-6
/
+7
*
ISA device drivers use the ISA source interrupt number in locations where
tegge
2000-01-04
1
-9
/
+27
*
Fixed races accessing the RTC. The races apparently caused
bde
1999-12-25
1
-4
/
+16
*
Remove references to register_intr() etc in comments.
peter
1999-12-20
1
-1
/
+1
*
i8254_restore is called from apm_default_resume() to reload
iwasaki
1999-10-30
1
-0
/
+22
*
This adds the i386 specific support for systems with a MicroChannel
mdodd
1999-09-03
1
-0
/
+10
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Merge the cons.c and cons.h to the best of my ability. alpha may or
phk
1999-08-09
1
-2
/
+2
*
Remove XXX from the headers (broke the build, I'm betting.)
green
1999-07-29
1
-2
/
+1
*
We're called too early to have any idea whether APM is going to be
msmith
1999-07-28
1
-11
/
+7
*
Updated acquire_timer2()'s state machine to work when the i8254 is
bde
1999-07-18
1
-23
/
+10
*
Don't let the machdep.tsc_freq sysctl proceed if the TSC is present
bde
1999-07-18
1
-6
/
+6
*
Shut up gcc.
peter
1999-06-27
1
-1
/
+3
*
This commit gives support for the Rise mP6 CPU. It has two changes:
green
1999-06-24
1
-5
/
+7
*
Remove fd driver from its old home and change files which include rtc.h
dfr
1999-05-31
1
-2
/
+2
*
Stop the TSC from being used as timecounter on K5/step0 machines.
phk
1999-05-29
1
-2
/
+3
*
Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter.
bde
1999-05-28
1
-20
/
+21
*
For what it's worth, idelayed is declared as a volatile in the headers,
peter
1999-05-09
1
-2
/
+2
*
Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify the
phk
1999-04-25
1
-1
/
+3
*
oops, SMP was missing includes for a typedef.
peter
1999-04-21
1
-2
/
+2
*
Stage 1 of a cleanup of the i386 interrupt registration mechanism.
peter
1999-04-21
1
-16
/
+12
[next]