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
*
Add locking to taskqueues. There is one mutex per task, one mutex per
jhb
2001-10-26
4
-0
/
+12
*
Use TASK_INIT to initialize taskqueue task instead of violating the
jhb
2001-10-25
1
-6
/
+6
*
Aargh. I really shouldn't do late night commits. Remove a floating point
jlemon
2001-10-25
1
-1
/
+1
*
Defs for three (unused so far) bits in PCI command/status register
luigi
2001-10-25
1
-3
/
+3
*
Add support for loadable microcode which implements interrupt coalescing
jlemon
2001-10-25
1
-15
/
+162
*
. Add structure elements for sysctl.
jlemon
2001-10-25
1
-3
/
+23
*
. Add structure definition for microcode download.
jlemon
2001-10-25
1
-7
/
+23
*
Add Intel's loadable microcode to implement receive side bundling.
jlemon
2001-10-25
1
-0
/
+1129
*
Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this.
jlemon
2001-10-25
1
-0
/
+1
*
Change the module name from 'snd_sonicvibes' to 'snd_vibes' as that is
jhb
2001-10-24
1
-3
/
+3
*
Change module name from 'snd_als' to 'snd_als4000' to match name in
jhb
2001-10-24
1
-3
/
+3
*
Change the module name from 'via' to 'snd_via82c686' to match the KLD
jhb
2001-10-24
1
-5
/
+3
*
Change the module name from 'snd_cmipci' to 'snd_cmi' to match the
jhb
2001-10-24
1
-3
/
+3
*
cn_tab no longer exists, use cnadd() to add a console device. Note that
jlemon
2001-10-24
2
-2
/
+2
*
Don't enable write cacheing on devices that don't support tagged queuing
des
2001-10-24
1
-1
/
+1
*
fix SNDCTL_DSP_GETISPACE behaviour
cg
2001-10-24
1
-3
/
+2
*
improve recording behaviour
cg
2001-10-24
1
-5
/
+10
*
Tra-La, another QLogic f/w funny- this time with the 2300.
mjacob
2001-10-23
1
-8
/
+25
*
Regen.
n_hibma
2001-10-23
2
-2
/
+18
*
Add Olympus C-700
n_hibma
2001-10-23
1
-0
/
+4
*
Allow hw.acpi.cpu.{economy,performance}_speed to be set from the loader
jhb
2001-10-23
1
-0
/
+9
*
Add a siocnterm function for the CONS_DRIVER function vector.
jlemon
2001-10-23
1
-1
/
+9
*
Break out the bus front ends into their own files. Rewrite
imp
2001-10-23
6
-418
/
+565
*
Add a bunch of new PCI ID's for Intel ATA chips.
sos
2001-10-23
2
-0
/
+10
*
Add experimental support for the HighPoint HPT372 ATA133 controller.
sos
2001-10-23
2
-7
/
+41
*
Add experimental support for the Promise ATA133 controller.
sos
2001-10-23
2
-4
/
+10
*
Reduce frequency of Battery info (_BIF) acquisition. This helps
iwasaki
2001-10-22
1
-6
/
+38
*
Fix reversed virtual/physical bus check, whoops!
msmith
2001-10-22
1
-1
/
+1
*
Remove unused headers that were breaking LINT.
jlemon
2001-10-22
1
-6
/
+0
*
These two used sioreg.h as well. This is mildly bogus, but it is harder
imp
2001-10-22
2
-2
/
+2
*
First commit after a repo copy of isa/sio* -> dev/sio:
imp
2001-10-22
1
-1
/
+1
*
Update to latest 12160 f/w.
mjacob
2001-10-20
1
-1599
/
+1632
*
- Make the sio_inited handling more properly MP safe.
jhb
2001-10-20
1
-2
/
+6
*
Make an ATAPI CD device appear as /dev/acdN and the individual
sos
2001-10-19
2
-14
/
+8
*
Add a driver for the Intel PRO/1000 Gigabit Ethernet boards.
jlemon
2001-10-19
3
-0
/
+2317
*
Protect against deranged fabric nameservers that spit out 10000 identical
mjacob
2001-10-18
1
-3
/
+16
*
Fix bug introduced by the last commit, the caused some ATAPI
sos
2001-10-16
1
-1
/
+1
*
Fix it so that it doesn't complain for compiles on alpha- that is, match
mjacob
2001-10-14
1
-4
/
+10
*
Turn on the hardware volume buttons that are present on most laptops with
scottl
2001-10-14
1
-4
/
+19
*
Hack for the "out-of-sync" error.
yokota
2001-10-13
1
-109
/
+152
*
attachobject: Return correct status after successfully attaching a
grog
2001-10-13
1
-0
/
+1
*
Set ulptusein = 0 so that the machine doesn't hang solid after a
phk
2001-10-12
1
-1
/
+1
*
Change the kernel's ucred API as follows:
jhb
2001-10-11
1
-2
/
+1
*
Fix declaration disagreement.
mjacob
2001-10-11
1
-2
/
+2
*
Add missing includes of sys/lock.h.
jhb
2001-10-11
4
-0
/
+4
*
use pcm_getbuffersize()
orion
2001-10-10
5
-20
/
+39
*
Update to using the pcm_getbuffersize() method.
scottl
2001-10-09
1
-9
/
+12
*
Use crhold() instead of crdup(). The md(4) driver doesn't modify the ucred
jhb
2001-10-09
1
-1
/
+2
*
Added Logitec LHA-301 pnp id.
nyan
2001-10-09
1
-0
/
+1
*
The kernel doesn't have <stdio.h> or <string.h>. Remove these.
jlemon
2001-10-09
1
-2
/
+0
[next]