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 a panic that occurs when resuming. For some reason, sc->cur_scp is
njl
2003-10-29
1
-0
/
+3
*
mark interrupt handlers MPSAFE
sam
2003-10-29
2
-2
/
+2
*
Allow sending of more than one raw cell from a single mbuf. Only the
harti
2003-10-29
1
-8
/
+11
*
Remove a superfluous ) from the previous commit. This was obviously
harti
2003-10-29
1
-1
/
+1
*
Make the maximum number of pages for external mbufs configurable in
harti
2003-10-29
3
-2
/
+7
*
Make the value of the HATM_DEBUG symbol the default for the debugging
harti
2003-10-29
3
-13
/
+15
*
Inline a function that was called only in one place directly into that place.
harti
2003-10-29
2
-72
/
+72
*
We have some space in the external mbufs so use this space for
harti
2003-10-29
2
-2
/
+5
*
Defer allocation of the actual receive mbuf until the external buffer
harti
2003-10-29
4
-29
/
+30
*
Get rid of the mutexes for the exernal buffer free lists. Use
harti
2003-10-29
3
-52
/
+51
*
Cleanup the interrupt code that deals with the busmaster bits.
sos
2003-10-28
1
-47
/
+58
*
This should allow us to boot with DMA enabled on unknown PCI ATA
sos
2003-10-28
2
-25
/
+48
*
When we cannot allocate an external buffer (bacause we've hit
harti
2003-10-27
1
-9
/
+5
*
const char ** needs to be passed, not char **.
imp
2003-10-27
1
-1
/
+1
*
sync to 1.77
imp
2003-10-27
1
-4
/
+4
*
Correct CEM33
imp
2003-10-27
1
-1
/
+1
*
Make sn MPSAFE. This has survived a couple of make buildworlds with
imp
2003-10-26
2
-123
/
+119
*
Pass sc to GO_WINDOW macro.
imp
2003-10-26
6
-26
/
+24
*
Sync to pccarddevs 1.76
imp
2003-10-26
1
-1
/
+4
*
Add Olicom GoCard 28.8k version
imp
2003-10-26
1
-0
/
+1
*
Sync to 1.75 of pccarddevs
imp
2003-10-26
1
-2
/
+5
*
Minor tweak to Olicom 2220. Also add the OC-2232 while I'm here.
imp
2003-10-26
1
-1
/
+2
*
add newcard support to ex
imp
2003-10-26
1
-2
/
+28
*
Sync to pccarddevs 1.74
imp
2003-10-26
1
-1
/
+4
*
Add ID for olicom GOCARD Ethernet (OC2220)
imp
2003-10-26
1
-0
/
+1
*
Style changes:
imp
2003-10-26
1
-16
/
+16
*
Const poison string accessor functions.
imp
2003-10-26
4
-10
/
+11
*
Minor style nits suggested by sam and mdodd:
imp
2003-10-25
4
-26
/
+33
*
Convert to bus_space.
imp
2003-10-25
4
-144
/
+206
*
Fix fwmem_strategy() race in 4-stable.
simokawa
2003-10-25
2
-1
/
+6
*
Move validity check of 'xfer->fc != NULL' to right place.
simokawa
2003-10-25
1
-4
/
+4
*
Add devctl(4) notify support to ACPI. Various subsystems now notify
njl
2003-10-25
7
-3
/
+39
*
Whole grab-bag of changes:
imp
2003-10-25
7
-208
/
+216
*
Start to minimize diffs between vx and ep. These latter is based on a
imp
2003-10-25
5
-89
/
+127
*
Add support for another multiple serial port card based on OX16PCI954 device
ambrisko
2003-10-24
1
-0
/
+13
*
Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL)
anholt
2003-10-24
1
-2
/
+1
*
Sysctl names should not contain dots. Convert them to underlines.
harti
2003-10-24
1
-19
/
+19
*
Add dumb console driver and related bits.
simokawa
2003-10-24
3
-0
/
+969
*
Fix for FW_ASYREQ.
simokawa
2003-10-24
1
-39
/
+36
*
Don't check timeout just after booted.
simokawa
2003-10-24
1
-3
/
+15
*
Backswards is as backwards does: If we're MPSAFE, then we don't need
imp
2003-10-24
1
-2
/
+2
*
Update to latest from DRI CVS. Primary new feature is mostly-complete smpng
anholt
2003-10-24
36
-1217
/
+1320
*
Add simple support for AGP 3.0 including enabling 8x mode. The simple
jhb
2003-10-23
1
-13
/
+108
*
Use a switch statement on the devid instead of if-else for determing which
jhb
2003-10-23
1
-6
/
+18
*
Const poison crc routines (why these aren't centralized, I'm not sure).
imp
2003-10-23
1
-9
/
+9
*
Const poison the crc calcuation routines so const data can be sent to
imp
2003-10-23
1
-3
/
+3
*
0x7FFFFFFFFF is >32 bits and needs an explicit LL.
des
2003-10-23
2
-2
/
+2
*
Look at the equipment list for amd64 as well as i386 for autodetecting
peter
2003-10-23
1
-2
/
+2
*
Fix mismerge from one tree to another: add (
imp
2003-10-23
1
-1
/
+1
*
more unused item cleanup
imp
2003-10-23
1
-2
/
+0
[next]