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
/
dev
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix off by one error in track# calculation.
sos
2000-08-13
1
-4
/
+4
*
Fix a bug brought to light by the people working on SMPng. I don't quite
wpaul
2000-08-11
1
-1
/
+11
*
Fix indentation ruined by previous commit.
n_hibma
2000-08-11
1
-10
/
+10
*
Define get_memory_offset method
imp
2000-08-11
1
-0
/
+7
*
Backout the tsleep on probe, it breaks in resume mode as tsleep
sos
2000-08-11
1
-4
/
+1
*
Add support for accessing individual tracks on a CD.
sos
2000-08-11
1
-5
/
+31
*
Fix the ICH2 ATA100 support, and proberly downgrade the chip setup when
sos
2000-08-10
1
-13
/
+10
*
Missed a step when activating the solo driver.
nsayer
2000-08-09
1
-1
/
+1
*
change irq handling slightly
cg
2000-08-09
1
-11
/
+4
*
MFS: module macro changes
cg
2000-08-09
1
-8
/
+0
*
Finally got my brain around what a SIM UNIT number is and how it differs
n_hibma
2000-08-09
1
-2
/
+7
*
Avoid a '"fd" is usurping ...' message.
n_hibma
2000-08-09
1
-1
/
+5
*
A couple of cosmetic fixes, plus a biggie: When checking the DMA
nsayer
2000-08-09
1
-3
/
+18
*
MFS: sync with peter's isadma fixup
cg
2000-08-09
1
-4
/
+6
*
activate via82c686 audio driver
cg
2000-08-09
1
-1
/
+1
*
new driver: via 82c686 chipset audio
cg
2000-08-09
2
-0
/
+762
*
warn if hwptr goes backwards
cg
2000-08-09
2
-1
/
+8
*
MF4: fix style(9) whitespace breakage.
peter
2000-08-08
1
-3
/
+3
*
Fix braino in the tsleep call, ata_delayed_attach might be a NULL
sos
2000-08-08
1
-1
/
+1
*
Fix some warnings. Here are more part-time volatiles - ie: data that
peter
2000-08-07
1
-3
/
+3
*
Close PR 20438. Make fix for preserving LED settings conditional on
wpaul
2000-08-07
1
-3
/
+7
*
Save and restore the registers SOF and FRAMENUMBER on suspend. In some
n_hibma
2000-08-07
2
-5
/
+15
*
Regen.
n_hibma
2000-08-06
2
-7
/
+30
*
New ids
n_hibma
2000-08-06
1
-0
/
+4
*
Some new ids, from NetBSD
n_hibma
2000-08-06
1
-1
/
+2
*
Add experimental code for ATA100 support on:
sos
2000-08-06
3
-64
/
+199
*
Use tsleep instead od DELAY in probe when not in boot.
sos
2000-08-06
1
-1
/
+4
*
fix the staticy sound issue
cg
2000-08-06
1
-154
/
+140
*
Remove sequence checking in the burner support.
sos
2000-08-06
2
-49
/
+4
*
Be a bit more restrictive in using multisector transfers.
sos
2000-08-06
1
-4
/
+6
*
Finally make the module dependencies work. kern_linker.c now allows
n_hibma
2000-08-04
2
-25
/
+20
*
*smack* #if 0, not #ifdef 0.
wpaul
2000-08-04
1
-1
/
+1
*
The check_extport() function appears to have some new code in it that checks
wpaul
2000-08-04
1
-0
/
+7
*
Add support for 2.x/3.x firmware adapters which are too old to have a
msmith
2000-08-04
2
-2
/
+9
*
Add a comment as to where stdarg.h applies.
mjacob
2000-08-03
1
-1
/
+1
*
Use <machine/stdarg.h> instead of <stdarg.h> so that this will compile.
jhb
2000-08-03
1
-1
/
+1
*
Simplex devices will always report EBUSY on 2nd (and subsequent)
nsayer
2000-08-02
1
-1
/
+1
*
1. Increase the size of the DMA buffer.
nsayer
2000-08-02
1
-11
/
+32
*
Undo some of my own damage. With this patch, it appears that both
nsayer
2000-08-02
1
-16
/
+17
*
Add support for the Netgear GA620T copper gigabit card.
wpaul
2000-08-02
2
-1
/
+8
*
Add call to bus_generic_attach() at the end of sk_attach(). It turns out that
wpaul
2000-08-02
1
-0
/
+2
*
Grrrr. Add definition for DC_WDOG_CTLWREN. I made this change yesterday
wpaul
2000-08-02
1
-0
/
+1
*
Fix channel 1 playback the rest of the way. There are a couple of
nsayer
2000-08-02
1
-2
/
+2
*
Get playback on channel 1 closer to working. 8 bit samples work.
nsayer
2000-08-02
1
-11
/
+16
*
Fix channel 1, sort of. recording now generates IRQs and the output
nsayer
2000-08-02
1
-2
/
+8
*
Sync with NetBSD:
n_hibma
2000-08-01
1
-206
/
+91
*
Apply patch supplied by John Hood <jhood@sitaranetworks.com> to fix problems
wpaul
2000-08-01
1
-2
/
+13
*
Add in macros && masks so that mailbox command errors can be
mjacob
2000-08-01
1
-0
/
+3
*
Major whacking for core version 2.0. A major motivator for 2.0 and these
mjacob
2000-08-01
1
-938
/
+980
*
Core version 2.0 rewrite. In this file we replace isp_tdebug with
mjacob
2000-08-01
1
-118
/
+104
[next]