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
/
i386
/
isa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove now unused #include files.
phk
2004-09-15
1
-52
/
+0
*
Optimize intr_execute_handlers() by combining the pic_disable_source() and
scottl
2004-08-02
1
-21
/
+50
*
Preparation commit for the tty cleanups that will follow in the near
phk
2004-07-15
1
-1
/
+1
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-1
/
+1
*
Partially revert previous commit. Calling getit() unconditionally fixed
marcel
2004-07-11
1
-11
/
+22
*
Call getit() unconditionally and only grab clock_lock when the
marcel
2004-07-10
1
-20
/
+13
*
Update for the KDB framework:
marcel
2004-07-10
2
-18
/
+12
*
Something funny happened on the way to the floppy driver today...
phk
2004-07-05
1
-3
/
+11
*
Remove now obsolete port assignments and sizes. These more properly
imp
2004-07-05
1
-77
/
+1
*
Don't define __RMAN_RESOURCE_VISISBLE. They aren't needed here after
imp
2004-07-03
1
-12
/
+18
*
This needs __RMAN_RESOURCE_VISIBLE if PC98 is defined.
nyan
2004-07-01
1
-0
/
+3
*
Trim a few things from the dmesg output and stick them under bootverbose to
jhb
2004-07-01
1
-12
/
+16
*
Clear any pending exceptions before using frstor (in the non-FXSR case)
bde
2004-06-19
1
-0
/
+4
*
Fixed a panic caused by over-optimizing npxdrop() in the non-FXSR case.
bde
2004-06-18
1
-0
/
+9
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
8
-37
/
+37
*
Remove atdevbase and replace it's remaining uses with direct references to
jhb
2004-06-10
1
-0
/
+1
*
Fixed misclassification of npx interrupts caused by npx_probe().
bde
2004-06-06
1
-12
/
+1
*
Manual edits to change linesw[]-frobbing to ttyld_*() calls.
phk
2004-06-04
1
-2
/
+1
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
1
-5
/
+5
*
Use ttymalloc() instead of ttyregister().
phk
2004-06-04
4
-15
/
+12
*
Gainfully employ the new ttyioctl in the trivial cases.
phk
2004-06-01
1
-8
/
+1
*
Add missing #include <sys/module.h>
phk
2004-05-30
4
-0
/
+4
*
Add some missing <sys/module.h> includes which are masked by the
phk
2004-05-30
3
-0
/
+3
*
Quick fix for overflow when tsc_freq >= 2^31. "int profrate" in struct
bde
2004-05-26
1
-3
/
+10
*
MFamd64:
bde
2004-05-26
1
-2
/
+0
*
MFamd64 (put TF_EIP in assym.s and use it instead of a magic offset in
bde
2004-05-23
1
-1
/
+1
*
- Move some macros from icu.h into atpic.c as that is the only place they
jhb
2004-05-11
2
-61
/
+19
*
Trim unused includes.
jhb
2004-05-11
3
-8
/
+0
*
- Simplify the sizeof expression in the CTASSERT() for NUM_ISA_IRQS.
jhb
2004-05-10
1
-3
/
+3
*
Fixed PC98 support.
nyan
2004-05-06
1
-0
/
+31
*
- Add a new pic method pic_config_intr() to set the trigger mode and
jhb
2004-05-04
1
-1
/
+60
*
- Add a member to the atpic interrupt source structures to indicate if the
jhb
2004-05-04
1
-5
/
+51
*
Add a simple mini-driver for the ELCR register. Originally, the ELCR
jhb
2004-05-04
1
-0
/
+143
*
- Add an IMEN_MASK macro that returns the 8-bit bitmask of an atpic
jhb
2004-05-03
1
-8
/
+16
*
Remove old cy driver files. They have been repo-copied to sys/dev/cy and
bde
2004-05-02
3
-3283
/
+0
*
- The i8254 uses IRQ 0, not IRQ 8. Correct i8254_intsrc to reference the
jhb
2004-04-27
1
-4
/
+6
*
Use BSD spelling vs. SysV.
obrien
2004-04-19
1
-1
/
+1
*
Use %eax rather than %ax when loading segment registers to avoid partial
jhb
2004-04-16
1
-6
/
+6
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
9
-36
/
+0
*
The bs driver was replaced with the ct(pc98) driver. takahashi-san
imp
2004-04-07
11
-5588
/
+0
*
Converted the isa probe and attach to new-bus so that this driver works
bde
2004-04-05
1
-45
/
+81
*
Moved initialization of the lock from the (isa) probe function to the
bde
2004-04-05
1
-6
/
+6
*
Removed a vestige of the stl driver.
bde
2004-03-18
1
-312
/
+0
*
remove stale comment since these limits have been increased YEARS ago...
jmg
2004-03-17
1
-3
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
4
-6
/
+5
*
Remove isa compat stuff.
imp
2004-03-14
3
-444
/
+0
*
The gsc driver uses the old COMPAT_ISA api. Retire it so we can
imp
2004-03-14
2
-916
/
+0
*
The rdp driver uses the COMPAT_OLD api. This is being retired, so
imp
2004-03-14
2
-1583
/
+0
*
The spigot driver uses the old COMPAT_ISA interface. Retire it since
imp
2004-03-14
1
-287
/
+0
*
The le driver uses ISA_COMPAT, which is going away soon. Retire it
imp
2004-03-14
4
-2320
/
+0
[prev]
[next]