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
*
General cleanup of the sub-system locking macros.
fsmp
1997-09-01
2
-104
/
+52
*
Removed unused #includes.
bde
1997-09-01
1
-8
/
+1
*
Created a private simple_lock to control accesses to com data structs
fsmp
1997-08-31
1
-51
/
+76
*
Another round of lock pushdown.
fsmp
1997-08-30
2
-51
/
+64
*
Removed unused misplaced definition of TIMER_FREQ.
bde
1997-08-25
1
-3
/
+2
*
#include <machine/limits.h> explicitly in the few places that it is required.
bde
1997-08-21
1
-1
/
+2
*
Fixed a warning about undefined isa_irq_pending(). (UP kernel only)
fsmp
1997-08-21
1
-4
/
+4
*
Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.
fsmp
1997-08-21
1
-10
/
+1
*
Made PEND_INTS default.
fsmp
1997-08-21
1
-34
/
+6
*
Preperation for moving cpl into critical region access.
fsmp
1997-08-20
1
-1
/
+48
*
Minor ppc_data structure tweak.
msmith
1997-08-16
1
-3
/
+3
*
ISA Parallel-Port Bus chipset driver.
msmith
1997-08-14
2
-0
/
+901
*
Fix the checks for screenborder for the mousepointer.
sos
1997-08-09
1
-14
/
+12
*
Yeah I'm back hacking syscons !!
sos
1997-08-08
1
-6
/
+56
*
Added include of intr_machdep.h to eliminate compiler warning for APIC_IO.
fsmp
1997-08-04
1
-2
/
+3
*
Fix a brino in my last commit.
phk
1997-07-26
1
-2
/
+5
*
clock.c:
fsmp
1997-07-26
1
-54
/
+23
*
Add option for compiling in a 8x16 font.
phk
1997-07-25
1
-5
/
+14
*
Last commit didn't take, operator error???
fsmp
1997-07-22
1
-29
/
+6
*
Developed a new strategy for handling the 8254/8259/APIC issue.
fsmp
1997-07-20
1
-30
/
+64
*
Minor cleanup.
fsmp
1997-07-20
1
-11
/
+8
*
Removed unused #includes.
bde
1997-07-20
6
-20
/
+5
*
Added #code to support define APIC_PIN0_TIMER.
fsmp
1997-07-19
1
-8
/
+24
*
SMP or APIC_IO:
fsmp
1997-07-19
1
-8
/
+23
*
Made the printing of the APIC INTs depend on bootverbose.
fsmp
1997-07-18
1
-6
/
+8
*
Add some support for the 16650 type UARTS.
dyson
1997-07-17
1
-8
/
+47
*
Screen saver related fixes.
yokota
1997-07-15
2
-37
/
+97
*
scgetc() referred to `spcl' in different ways when a key is pressed
yokota
1997-07-14
1
-2
/
+2
*
Cleanup old stop_cpus/restart_cpus() cruft.
fsmp
1997-07-13
1
-6
/
+22
*
Don't allow CONS_HISTORY ioctl to alter history pointers
brian
1997-07-09
1
-1
/
+3
*
Remove useless comparison.
brian
1997-07-08
1
-3
/
+2
*
YAMF2.2: Handle indirect results of "kbdcontrol -h X"
brian
1997-07-07
1
-4
/
+7
*
Fixes annoying behavior and a bug regarding the destructive
yokota
1997-06-30
1
-28
/
+65
*
dev->id_flags --> flags
ache
1997-06-29
1
-2
/
+2
*
A fix/work-around for ThinkPad 535.
yokota
1997-06-29
2
-22
/
+37
*
Modified to use merged/renamed functions:
fsmp
1997-06-25
1
-34
/
+30
*
The syscons driver doesn't really check the presence of the display
yokota
1997-06-22
1
-67
/
+163
*
Bring back CONSPEED as a last-ditch default if you can't change the speed
pst
1997-06-04
2
-4
/
+9
*
If the boot blocks were using the serial port, read the system console
pst
1997-06-04
2
-11
/
+119
*
Move interrupt handling code from isa.c to a new file. This should make
dfr
1997-06-02
1
-2
/
+2
*
I've given up on the idea of sizing FIFO's. You can set it with a flag
phk
1997-06-01
1
-68
/
+15
*
Include file updates.. <machine/spl.h> -> <machine/ipl.h>, add
peter
1997-05-31
1
-1
/
+2
*
No longer need opt_smp.h here
peter
1997-05-29
2
-4
/
+2
*
Made the array vec[] a global.
fsmp
1997-05-25
1
-4
/
+4
*
Whoops, missed a zero there. Flags 0x10000 it is.
phk
1997-05-18
1
-2
/
+2
*
Flags 0x1000 on sio now disables the dreaded test#3.
phk
1997-05-18
1
-2
/
+3
*
Detect various supersets of 16550A based on fifo depth.
phk
1997-05-18
1
-4
/
+39
*
1) font loading (two fixes)
yokota
1997-05-15
2
-22
/
+37
*
simplify IOPL gain/remove privs code. It's easier with md_regs
peter
1997-05-07
1
-6
/
+3
*
Now that we have replaced video-related block copy calls with
yokota
1997-05-07
1
-34
/
+32
[next]