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
/
amd64
/
isa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a little do-nothing ``slopsucker'' device which gives a home
wollman
2000-05-04
1
-0
/
+44
*
Mark two functions as private.
peter
2000-04-29
3
-0
/
+11
*
Added indirect pio into the bus space stuff for the NEC PC-98. bus.h
kato
2000-03-29
1
-0
/
+102
*
Isolate the Timecounter internals in their own two files.
phk
2000-03-20
1
-6
/
+7
*
Connect the ISA and PCI compatability shims to an option. In this case
peter
2000-03-19
1
-1
/
+5
*
Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.
phk
2000-03-13
2
-12
/
+16
*
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
*
ISA device drivers use the ISA source interrupt number in locations where
tegge
2000-01-04
1
-9
/
+27
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
2
-4
/
+4
*
Don't include <isa/isavar.h> or compile code depending on it when isa
bde
1999-12-26
2
-0
/
+12
*
Replaced the INTRMASK and INTRUNMASK macros by "|" and "&~" operations.
bde
1999-12-26
3
-8
/
+4
*
Fixed races accessing the RTC. The races apparently caused
bde
1999-12-25
1
-4
/
+16
*
Use the correct return value for MCA NMIs.
eivind
1999-12-21
2
-2
/
+2
*
Remove references to register_intr() etc in comments.
peter
1999-12-20
1
-1
/
+1
*
Zap the old isa_device specific register_intr() and unregister_intr()
peter
1999-12-20
3
-138
/
+0
*
i8254_restore is called from apm_default_resume() to reload
iwasaki
1999-10-30
1
-0
/
+22
*
* Add struct resource_list* argument to resource_list_alloc and
dfr
1999-10-12
1
-11
/
+25
*
Trim some unused #includes
peter
1999-10-11
1
-4
/
+0
*
Print out flags value
phk
1999-09-21
1
-0
/
+2
*
This adds the i386 specific support for systems with a MicroChannel
mdodd
1999-09-03
3
-4
/
+56
*
Eliminate some magic numbers.
peter
1999-09-01
1
-4
/
+4
*
$Id$ -> $FreeBSD$
peter
1999-08-28
18
-20
/
+20
*
Add an identify method to allow npx to arrange itself to be attached to
peter
1999-08-22
1
-1
/
+18
*
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
*
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
*
Implement an all-CPU shootdown-style rendezvous facility. This allows
msmith
1999-07-20
1
-2
/
+6
*
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
*
Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pending
bde
1999-07-10
5
-15
/
+11
*
Fixed a longstanding scheduling bug. ASTs and softclock interrupts were
bde
1999-07-10
2
-24
/
+26
*
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 references to isa_device, it's no longer associated with interrupts.
peter
1999-06-03
1
-5
/
+1
*
Remove fd driver from its old home and change files which include rtc.h
dfr
1999-05-31
1
-2
/
+2
*
Allow up to 8 ports, 4 memory regions and two irqs and drqs.
dfr
1999-05-30
1
-4
/
+8
*
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
4
-74
/
+81
*
* Factor out the common code between the isa bus drivers for i386 and alpha.
dfr
1999-05-22
1
-431
/
+32
*
Recover from removing the last (unshared) interrupt handler.
peter
1999-05-22
2
-54
/
+24
*
Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardware
peter
1999-05-15
1
-6
/
+11
*
* Define a new static method DEVICE_IDENTIFY which is called to add device
dfr
1999-05-14
1
-106
/
+36
*
Yet another place I missed when increasing trapframe size, which causes problem
luoqi
1999-05-11
1
-2
/
+2
*
Clean out some unused leftovers from before the split from the old isa.c.
peter
1999-05-09
1
-15
/
+3
*
For what it's worth, idelayed is declared as a volatile in the headers,
peter
1999-05-09
1
-2
/
+2
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
2
-8
/
+7
*
GC some #if 0 junk
peter
1999-05-08
1
-9
/
+1
[next]