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
*
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
*
use pcm_getbuffersize()
cg
2001-10-08
1
-82
/
+110
*
use pcm_getbuffersize()
cg
2001-10-08
1
-14
/
+22
*
use pcm_getbuffersize()
cg
2001-10-08
6
-26
/
+48
*
* register the correct number of channels
cg
2001-10-07
1
-3
/
+3
*
use mixer channel numbers, not channel masks- this should fix sb/sbpro mixer
cg
2001-10-07
1
-10
/
+10
*
Add some somewhat vague documentation for this driver and a list
mjacob
2001-10-07
2
-0
/
+938
*
Make the interrupt routing a bit less chatty unless bootverbose is set.
dfr
2001-10-07
2
-6
/
+10
*
Some patches from Doug for ia64 support- the principle one being the
mjacob
2001-10-07
2
-2
/
+6
*
Make this compile again after the changes to make bridge kld'able
luigi
2001-10-07
1
-3
/
+3
*
Misunderstanding documentation caused me to try and set 1Gbps/2Gps/Auto
mjacob
2001-10-06
2
-14
/
+21
*
Whups- remember to zero the isr pointer arg.
mjacob
2001-10-06
1
-1
/
+3
*
Respect QLogic's errata- read BIU_ISR even on the 2300
mjacob
2001-10-06
1
-0
/
+2
*
Enable console. There are far too many 'ifdef __i386__' in this file.
dfr
2001-10-06
1
-7
/
+7
*
Update with latest ATA/ATAPI ver 6 rev 2 items.
sos
2001-10-06
7
-253
/
+250
*
Make this compile on ia64.
marcel
2001-10-06
1
-1
/
+4
*
Fix some 64-bit uncleanliness.
peter
2001-10-06
1
-7
/
+20
*
Fix some style bugs before fixing some real bugs.
peter
2001-10-06
1
-7
/
+17
*
Fix a stack trashing bug when int != sizeof(pointer)
peter
2001-10-06
2
-2
/
+6
*
Re-route interrupts on ia64 so that we can get the I/O SAPIC interrupt
dfr
2001-10-05
1
-1
/
+12
*
Regen.
imp
2001-10-05
1
-2
/
+38
*
MFNetBSD:
imp
2001-10-05
1
-1
/
+23
*
Update usage of AcpiEnableEvent to reflect a new argument.
msmith
2001-10-04
4
-15
/
+16
*
Update the promise raid structure with some of the info I've gathered
sos
2001-10-04
2
-19
/
+24
*
Add busspace hacks for ia64.
dfr
2001-10-04
1
-0
/
+6
*
Use return_PTR, not return_VALUE when returning pointers.
dfr
2001-10-04
1
-2
/
+2
*
Check the compatible ID as well as the hardware ID in acpi_MatchHid.
dfr
2001-10-04
1
-0
/
+5
*
Doh! committed from the wrong tree, this is the right "stuff"...
sos
2001-10-03
3
-3
/
+3
*
Proberly support the Promise TX2/4.
sos
2001-10-03
3
-8
/
+51
*
cosmetics in the bootverbose probe-
sos
2001-10-03
1
-2
/
+4
*
Hopefully fix the identify failed on ATAPI slaves on some notebooks.
sos
2001-10-03
1
-2
/
+7
*
Add PnP ID 'IBM3781' for TP240 mouse.
takawata
2001-10-03
1
-0
/
+1
*
Note the 'common knowledge' assumption that each NIC's softc starts
mjacob
2001-10-01
1
-0
/
+9
*
Change the way DAO/TAO mode is init'ed.
sos
2001-10-01
1
-20
/
+21
*
Begin to implement target mode that for Fibre Channel has a private
mjacob
2001-10-01
2
-29
/
+68
*
Implement a call to get the actual link data rate (if 23XX) so we can
mjacob
2001-10-01
3
-40
/
+70
*
Add an option ED_NO_MIIBUS, which causes the `ed' driver to be
iedowse
2001-09-29
3
-0
/
+38
*
When calling isp_reset, set the request/response in/out pointers all at
mjacob
2001-09-29
1
-9
/
+13
*
Do not call mii_polltick() immediately after mii_tick().
jlemon
2001-09-29
4
-21
/
+14
*
Do not call mii_pollstat() from within device tick routines; the status
jlemon
2001-09-29
3
-17
/
+11
*
Cleanup pass for mii drivers.
jlemon
2001-09-29
23
-543
/
+233
*
Change the order that we print the media options during device probe to
jlemon
2001-09-29
1
-30
/
+24
*
Add field for last active status, as well as function prototypes.
jlemon
2001-09-29
1
-0
/
+3
*
Add new device method miibus_linkchg, along with a service routine.
jlemon
2001-09-29
3
-0
/
+102
*
Add another pnpid for the AWE64
greid
2001-09-29
1
-0
/
+1
*
release isa dma channels on unload.
cg
2001-09-29
1
-3
/
+7
*
allow the hardware buffer size to be controlled with hints
cg
2001-09-29
5
-96
/
+123
[next]