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
*
Correct the spelling of m_devget() in the sysctl variable description.
ru
2003-11-02
1
-1
/
+1
*
MFp4:
imp
2003-11-02
2
-49
/
+99
*
MFp4:
imp
2003-11-02
1
-6
/
+14
*
MFp4:
imp
2003-11-02
1
-1
/
+3
*
MFP4:
imp
2003-11-02
1
-0
/
+1
*
Make sure we get all user-written input. This simplifies the
markm
2003-11-02
1
-14
/
+5
*
Do if_xname conversion. I missed this one because it's pc98 only.
brooks
2003-11-01
1
-2
/
+2
*
Make the cardbus driver a derived class of the pci driver. In theory, this
dfr
2003-11-01
2
-38
/
+3
*
GEOM'ify atapi-cd. Original patch by phk, subtle changes by me.
sos
2003-11-01
2
-183
/
+128
*
Shorten the code by removing one "do-nothing" function, replacing it
markm
2003-11-01
1
-10
/
+1
*
Fix cable detection on AMD chips.
sos
2003-11-01
1
-5
/
+6
*
o check hal ABI version to catch driver-HAL mismatches
sam
2003-11-01
1
-0
/
+16
*
Remove a bogus PCI ID entry.
scottl
2003-11-01
1
-2
/
+0
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
76
-362
/
+298
*
Add support for the Broadcom BCM5788 (just another entry to the PCI
wpaul
2003-10-31
2
-0
/
+3
*
Fix breakage on ia64: PAGE_SIZE on ia64 is large enough that more than
harti
2003-10-31
1
-1
/
+5
*
Add a new sysctl MIB to control exclusive login.
simokawa
2003-10-31
1
-1
/
+6
*
Reject too large OHCI version number.
simokawa
2003-10-31
1
-4
/
+5
*
Add a compatibility macro for FreeBSD-4.
simokawa
2003-10-31
1
-0
/
+1
*
Remove unused lp_unit member from softc.
brooks
2003-10-30
1
-3
/
+0
*
Remove unused FXP_UNIT() macro.
brooks
2003-10-30
1
-2
/
+0
*
ifp->if_name can't be null when we just assigned a static string to it.
brooks
2003-10-30
1
-5
/
+0
*
There is no way to enter the attach routine twice with the same softc
brooks
2003-10-30
5
-167
/
+157
*
Explain why the lock-free allocation algorithm is safe in our case
harti
2003-10-30
1
-0
/
+18
*
Add support for the VIA 8237 (both PATA and SATA part).
sos
2003-10-30
2
-80
/
+104
*
Reinvent the used-flag for external mbufs. This and the on-card flag
harti
2003-10-30
3
-19
/
+56
*
Don't attempt to destroy the driver mutex when it hasn't yet
deischen
2003-10-29
1
-1
/
+1
*
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
[next]