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
*
add Dualmode Zoom/FaxModem 56K (internal) Model 2919
sanpei
2001-05-26
1
-0
/
+1
*
Don't lie to diskerr() now that it listens to us.
phk
2001-05-25
1
-5
/
+0
*
Add SmartLink 5634PCV SurfRider
sanpei
2001-05-20
1
-0
/
+1
*
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
jhb
2001-05-15
2
-2
/
+0
*
Implement a few more floppy ioctl commands and IO options, namely:
joerg
2001-05-14
1
-23
/
+40
*
Actually biofinish(struct bio *, struct devstat *, int error) is more general
phk
2001-05-06
1
-4
/
+2
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
2
-10
/
+14
*
Add in a missing call to forward_hardclock() in the SMP case.
jhb
2001-04-28
1
-0
/
+3
*
Overhaul of the SMP code. Several portions of the SMP kernel support have
jhb
2001-04-27
1
-1
/
+12
*
Catch up to header include changes:
jhb
2001-03-28
1
-3
/
+1
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
5
-6
/
+0
*
Always call resource_int_value function for getting portsize and msize.
nyan
2001-03-17
1
-4
/
+6
*
Add GVC1601 - Rockwell V.34 Plug & Play Modem
sanpei
2001-03-07
1
-0
/
+1
*
Add IOD0081 - I-O DATA DEVICE,INC. IFML-560
sanpei
2001-03-07
1
-0
/
+1
*
Harvest interrupt entropy off the floppy disk controller.
markm
2001-03-03
1
-1
/
+2
*
Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declare
bde
2001-02-19
1
-6
/
+1
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-2
/
+3
*
RIP <machine/lock.h>.
markm
2001-02-11
1
-4
/
+0
*
Catch up to changes to inthand_add().
jhb
2001-02-09
1
-8
/
+8
*
- Catch up to the new swi API changes:
jhb
2001-02-09
1
-12
/
+12
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
2
-59
/
+59
*
Remove count for NSIO. The only places it was used it were incorrect.
peter
2001-01-31
1
-1
/
+0
*
Convert mca (microchannel bus support) from something that we count
peter
2001-01-29
1
-3
/
+3
*
Consider that the chipset may be in ECP mode (from BIOS settings)
nsouch
2001-01-25
2
-36
/
+37
*
Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex
jasone
2001-01-21
1
-1
/
+1
*
Convert apm from a bogus 'count' into a plain option. Clean out some
peter
2001-01-19
1
-3
/
+3
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-1
/
+1
*
Add OZO8008 - Zoom (33.6k Modem).
tanimura
2000-12-26
1
-0
/
+1
*
Fix the PR. Getting a dma channel equal to 0 remains a problem though.
nsouch
2000-12-19
1
-1
/
+1
*
Convert the sio driver to use a spin mutex instead of a s_lock. This is
jhb
2000-12-18
1
-123
/
+58
*
It's possible for an ISA bus to be hung off an EISA bridge, so we need to
msmith
2000-12-12
1
-0
/
+1
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
4
-8
/
+5
*
Staticize some malloc M_ instances.
phk
2000-12-08
2
-2
/
+2
*
Namespace cleanup. Remove some #includes in favour of an explicit
markm
2000-12-02
1
-0
/
+5
*
- Add a hack for "psmintr: out of sync.." This is NOT a fix,
yokota
2000-12-01
1
-0
/
+11
*
- Slightly rearrnage IntelliMouse Explorer and Logitech
yokota
2000-12-01
1
-30
/
+39
*
Reduce code duplication by using the GET_RESOURCE_LIST bus method and related
mdodd
2000-11-28
1
-26
/
+12
*
Make diskerr() always log with printf.
phk
2000-11-26
1
-2
/
+1
*
GC some defunct prototypes
peter
2000-11-25
1
-4
/
+0
*
Ignore resources with a size of 0, as these are disabled (and we don't
msmith
2000-11-07
1
-0
/
+7
*
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
[next]