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
/
npx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Implement preemptive scheduling of hardware interrupt threads.
jake
2001-02-01
1
-0
/
+5
*
- Make npx_intr INTR_MPSAFE and move acquiring Giant into the
jake
2001-01-20
1
-1
/
+5
*
Add in a space that got lost in the previous commit in some debugging code
jhb
2001-01-19
1
-1
/
+1
*
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
jake
2001-01-10
1
-17
/
+17
*
Catch up to moving headers:
jhb
2000-10-20
1
-1
/
+1
*
- Heavyweight interrupt threads on the alpha for device I/O interrupts.
jhb
2000-10-05
1
-1
/
+1
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-5
/
+13
*
Make the PnP 'slopsucker' quiet in the !bootverbose case - the real NPX
msmith
2000-06-23
1
-1
/
+5
*
Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use a
bde
2000-05-31
1
-1
/
+1
*
Add a little do-nothing ``slopsucker'' device which gives a home
wollman
2000-05-04
1
-0
/
+44
*
Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and some
peter
2000-01-29
1
-5
/
+0
*
Use device_printf() instead of device_print_prettyname().
dfr
2000-01-25
1
-10
/
+9
*
Print out flags value
phk
1999-09-21
1
-0
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add an identify method to allow npx to arrange itself to be attached to
peter
1999-08-22
1
-1
/
+18
*
Various formatting fixes on my FPE trapcode commit.
cracauer
1999-07-26
1
-140
/
+140
*
On FPU exceptions, pass a useful error code (one of the FPE_...
cracauer
1999-07-25
1
-24
/
+202
*
Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardware
peter
1999-05-15
1
-6
/
+11
*
Yet another place I missed when increasing trapframe size, which causes problem
luoqi
1999-05-11
1
-2
/
+2
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-3
/
+3
*
Fix unused variable "flags". (only used if #ifdef I586_CPU)
peter
1999-05-08
1
-1
/
+3
*
I'm not sure why the #ifdef SMP became #if 1 (this overrode the npx probe
peter
1999-05-06
1
-5
/
+3
*
Fixed profiling of elf kernels. Made high resolution profiling compile
bde
1999-05-06
1
-1
/
+3
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-59
/
+100
*
Ifdef declaration of a conditionally defined function "timezero".
dt
1999-03-28
1
-1
/
+3
*
Moved declarations related to copying and zeroing to the right place.
bde
1999-01-08
1
-12
/
+1
*
Moved the declaration of another non-SMP variable into the non-SMP section.
bde
1998-12-14
1
-2
/
+2
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-5
/
+9
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-1
/
+4
*
Removed unused includes.
bde
1998-06-21
1
-2
/
+1
*
Support compiling with `gcc -pedantic' (don't use hard newlines in
bde
1998-04-19
1
-28
/
+24
*
Finish supporting compiling with `gcc -ansi'. Fix missing `volatile's
bde
1998-04-15
1
-6
/
+6
*
remove #ifdef declaration of npxproc, use globals.s and the extern always.
peter
1998-04-06
1
-5
/
+1
*
Removed a superstitious fnop() that broke the usefulness of the FPU's
bde
1998-02-15
1
-2
/
+1
*
Only use the i586-optimized copying and zeroing functions if they are
bde
1998-02-12
1
-3
/
+38
*
Make the debug options new-style.
eivind
1998-01-31
1
-1
/
+2
*
Removed an unused #included.
bde
1997-11-18
1
-3
/
+10
*
Don't include <machine/cputypes.h> or declare cputype/class interfaces
bde
1997-10-28
1
-2
/
+5
*
Revert my previous commit about using CS_SECURE macro.
charnier
1997-08-21
1
-2
/
+2
*
Use CS_SECURE macro.
charnier
1997-08-18
1
-2
/
+2
*
VM86 kernel support.
dyson
1997-08-09
1
-2
/
+2
*
Made the SMP case ignore the possibility of an INT13 interface.
fsmp
1997-07-21
1
-64
/
+43
*
Removed unused #includes.
bde
1997-07-20
1
-4
/
+1
*
Remove the disable for the P5 cpu class bcopy using the FPU on SMP kernels,
peter
1997-07-17
1
-3
/
+2
*
Preliminary support for per-cpu data pages.
peter
1997-06-22
1
-7
/
+6
*
Move interrupt handling code from isa.c to a new file. This should make
dfr
1997-06-02
1
-1
/
+2
*
Include file updates.. <machine/spl.h> -> <machine/ipl.h>, add
peter
1997-05-31
1
-2
/
+3
*
remove now redundant (struct trapframe *) cast
peter
1997-05-07
1
-2
/
+2
*
Man the liferafts! Here comes the long awaited SMP -> -current merge!
peter
1997-04-26
1
-3
/
+72
[next]