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
/
re
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.
obrien
2003-12-08
1
-6
/
+6
*
Sometimes cardbus attachments don't attach, so while we track down
imp
2003-11-28
1
-0
/
+1
*
Drop the driver lock around calls to if_input to avoid a LOR when
sam
2003-11-14
1
-0
/
+4
*
Remove duplicate FBSDID's, move others to their right place.
obrien
2003-11-14
1
-3
/
+3
*
Try to create some sort of consistency in how the routings to find the
obrien
2003-11-13
1
-13
/
+11
*
Remove explicit cardbus attachments from drivers where this is identical
dfr
2003-11-03
1
-1
/
+0
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Remove the dual-address cycle stuff. DAC is used to allow a bus master
wpaul
2003-09-20
1
-4
/
+2
*
Remove jumbo buffer #defines that I ended up not needing.
wpaul
2003-09-19
1
-1
/
+1
*
In re_diag(), there's no need for us to call re_start() ourselves:
wpaul
2003-09-18
1
-4
/
+8
*
Teach the re(4) driver about the CFG2 register, which tells us whether
wpaul
2003-09-13
1
-7
/
+14
*
Toggle the interface on and off before starting the diag test. This
wpaul
2003-09-11
1
-0
/
+3
*
- For the 8169 chips, read the station address by forcing an EEPROM
wpaul
2003-09-11
1
-27
/
+59
*
Add a PHY driver to support the built-in gigE PHY in the 8169S/8110S
wpaul
2003-09-11
1
-1
/
+16
*
Fix bug in re_gmii_writewreg(): we don't need to be screening out certain
wpaul
2003-09-10
1
-3
/
+0
*
Update hardware revision table. 0x04000000 appears to be the revision
wpaul
2003-09-10
1
-3
/
+6
*
Take the support for the 8139C+/8169/8169S/8110S chips out of the
wpaul
2003-09-08
1
-0
/
+2430