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
*
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
2
-16
/
+16
*
Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() to
nyan
2000-10-22
1
-0
/
+13
*
- machine/mutex.h -> sys/mutex.h
jhb
2000-10-20
1
-3
/
+3
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
2
-2
/
+0
*
Repeat after me: I will test *before* commit, not after.... *blush*
peter
2000-10-15
1
-1
/
+1
*
Untangle some resource matching loops that were getting on my nerves
peter
2000-10-15
3
-17
/
+15
*
Add MAE0021 - Jetstream Int V.90 56k Voice Series 2.
tanimura
2000-10-10
1
-0
/
+1
*
Initiate deorbit burn sequence for <machine/mouse.h>.
phk
2000-10-09
1
-1
/
+1
*
Resolve the inconsistency between "the number of resources of a particular
msmith
2000-10-09
2
-7
/
+38
*
Initiate deorbit burn sequence for <machine/console.h>.
phk
2000-10-08
1
-1
/
+2
*
Use schedsofttty() again so that siopoll() gets scheduled as designed
bde
2000-10-08
1
-5
/
+0
*
- 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
2
-7
/
+1
*
- Wrap functions and variables that aren't used in the alpha console probe
jhb
2000-09-22
1
-7
/
+26
*
Fix several 64-bit-ism warnings due to sizeof(int) != sizeof(void *) on
jhb
2000-09-22
1
-6
/
+6
*
- Remove the inthand2_t type and use the equivalent driver_intr_t type from
jhb
2000-09-13
2
-7
/
+8
*
Add a nasty hack to get remote kernel gdb working from ddb. ddb would
jhb
2000-09-11
1
-0
/
+9
*
Back out my previous commit as well as some SMPng changes to revert the
jhb
2000-09-08
1
-17
/
+28
*
siointr1: Schedule soft interrupt when needed. This fixes the "no
grog
2000-09-08
1
-0
/
+2
*
Fix a problem where we would recursively try to get the com lock within
jhb
2000-09-08
1
-6
/
+9
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
2
-92
/
+218
*
Add ZTIA001 - Zoom Internal V90 Faxmodem.
sheldonh
2000-09-05
1
-0
/
+1
*
Add Boca K56Flex PnP modem.
sheldonh
2000-09-04
1
-0
/
+1
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
1
-19
/
+5
*
* Completely rewrite the alpha busspace to hide the implementation from
dfr
2000-08-28
1
-0
/
+1
*
Call destroy_dev() when sio devices go away.
phk
2000-08-27
1
-6
/
+12
*
Add spltty()/splx() in the watchdog timer routine.
yokota
2000-08-24
1
-0
/
+3
*
Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)
phk
2000-08-20
1
-12
/
+76
*
Add another USR modem.
peter
2000-08-15
1
-0
/
+1
*
Avoid a '"fd" is usurping ...' message.
n_hibma
2000-08-09
1
-1
/
+5
*
Allow use of TSC even if APM is compiled in but disabled.
phk
2000-07-30
1
-1
/
+6
*
Fix a warning re: a potentially unused pccard helper function
peter
2000-07-28
1
-0
/
+2
*
Fix GENERIC_MOUSE_ENTRY.
yokota
2000-07-28
1
-1
/
+1
*
This is yet another attempt to fix "psmintr out of sync.." problems.
yokota
2000-07-22
1
-13
/
+9
*
Add support for the PC87303 chipset (found on Miata alphas) and add
dfr
2000-07-20
2
-6
/
+47
*
Add smc37c935 chipset support and clean up the code which tries to
dfr
2000-07-18
3
-33
/
+141
*
Don't assume that any ISA device that fails to probe is a PnP device,
jhb
2000-07-12
1
-9
/
+11
*
Finally merge newmidi.
tanimura
2000-07-11
3
-7
/
+49
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
2
-3
/
+3
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
2
-3
/
+3
*
Add device_identify methods so that we do not need the
peter
2000-06-28
2
-36
/
+43
*
Only print the diagnostic about extended I/O ports if bootverbose is true.
dfr
2000-06-25
1
-2
/
+4
*
Don't record an irq mask if its empty - it confuses the resource allocator.
dfr
2000-06-25
1
-1
/
+3
*
Replace the unknown driver with a nomatch method in the isa driver.
dfr
2000-06-25
1
-71
/
+70
*
Add PnP probe methods to some common AT hardware drivers. In each case,
msmith
2000-06-23
1
-0
/
+48
*
This is a temporary bandaid to get vidconsole working again without
peter
2000-06-15
1
-4
/
+5
*
Add option ALT_BREAK_TO_DEBUGGER.
ps
2000-06-14
1
-0
/
+29
*
Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use a
bde
2000-05-31
1
-1
/
+1
[next]