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
/
ep
Commit message (
Expand
)
Author
Age
Files
Lines
*
network interface driver changes:
sam
2002-11-14
2
-16
/
+5
*
Fix build breakage on my pccard related commit.
takawata
2002-05-31
1
-1
/
+1
*
Remove __P.
alfred
2002-03-20
2
-10
/
+10
*
Two fixes from Jonathan Hanna:
imp
2002-02-12
1
-6
/
+4
*
More devices. Obtained from NetBSD.
imp
2001-11-15
1
-2
/
+4
*
Migrate to PCMCIA_CARD() macros
imp
2001-11-15
1
-15
/
+5
*
s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharing
imp
2001-11-11
1
-15
/
+15
*
Commit part of the patch that I have for card eject problems with the
imp
2001-06-05
1
-0
/
+5
*
Use PCCARD_CIS_xxx #defines for the table of oem ids. These usually
imp
2001-01-21
1
-5
/
+10
*
Add the 3COM ID's that I could find in the pccarddevs file that seemed
peter
2001-01-07
1
-0
/
+22
*
Fixed to support 3Com 3C569B for PC-98.
nyan
2000-12-09
1
-0
/
+8
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
4
-4
/
+0
*
Remove 7 unnecessary includes frmo phk's script
imp
2000-09-20
4
-8
/
+0
*
Implement indirection in the pccard probe/attach. This should make it
imp
2000-09-19
1
-2
/
+16
*
Add ID for 3C1. It is a etherlink iii in a CompactFlash form factor.
imp
2000-09-13
1
-1
/
+4
*
Properly detect ISA cards in EISA mode and skip them in the ISA identify
mdodd
2000-07-18
2
-2
/
+12
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
2
-6
/
+4
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
2
-34
/
+3
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Remove unloaded printf. We do this now in the newbus layer.
imp
2000-04-17
1
-1
/
+0
*
Fix a problem that caused TCP fragments to be lost (among other things.)
mdodd
2000-03-24
1
-1
/
+1
*
Copy how everyone else is doing packet transmission. (NetBSD mostly)
mdodd
2000-03-13
1
-6
/
+8
*
Follow the docs a bit more in epstop() with respect to delays.
mdodd
2000-03-13
1
-0
/
+5
*
Get rid of table lookup in favor of just subtracting. Everyone else
mdodd
2000-03-13
1
-3
/
+1
*
Call epstop() in ep_attach(). While this shouldn't be necessary we'll
mdodd
2000-03-13
1
-0
/
+2
*
Fix a bug in the last commit. >> 4 instead of >> 8. *bap*
mdodd
2000-01-23
1
-6
/
+6
*
Add the ID for the 3c509-TPC.
mdodd
2000-01-23
1
-0
/
+12
*
Fix driver to restore function on 3c574 adapters. The panic on
mdodd
2000-01-15
3
-9
/
+23
*
Pre 4.0 tidy up.
peter
2000-01-14
1
-1
/
+1
*
Remove a stray splx(s) call. This fixes the compiler warning.
mdodd
2000-01-12
1
-1
/
+0
*
Speedup if_start routine a little. TX threshold logic needs some more
mdodd
2000-01-12
2
-10
/
+26
*
Fix the performance problems I caused by setting ifq_maxlen to 8.
mdodd
2000-01-12
1
-1
/
+1
*
Commit kernel part of patches to get the 3Com OfficeConnect 3CXSH572BT
imp
2000-01-10
1
-4
/
+3
*
kill debug printf that says detach
imp
1999-12-10
1
-2
/
+0
*
Add defines for additional EEPROM locations and register definitions.
mdodd
1999-12-06
1
-2
/
+28
*
Whitespace cleanups.
mdodd
1999-12-06
1
-4
/
+4
*
Add a delay (per the databook) to the get_eeprom_data() loop so
mdodd
1999-12-06
1
-9
/
+12
*
Standardize device descriptions so that there is parity between PnP
mdodd
1999-12-06
1
-10
/
+10
*
Correctly implement the non-PnP enumeration of ISA board.
mdodd
1999-12-06
1
-14
/
+36
*
Fix the hang on card eject problem and maybe the hang on suspend
imp
1999-12-01
1
-3
/
+4
*
Kill unneeded #includes. They were left over from the short period of
imp
1999-11-20
1
-6
/
+0
*
Add (untested) support for the 3C562D/3C563D. I have been unable to
imp
1999-10-29
1
-0
/
+3
*
Fix identify code. This also fixes the eeprom messages.
imp
1999-10-28
1
-13
/
+12
*
Last change to pccard_nbk now obviates the need to check the name of
imp
1999-10-28
1
-12
/
+6
*
HEADS UP! All 3c5x9 users!
mdodd
1999-10-27
7
-796
/
+707
*
Add newbus attachment for pccard driver. Heavily tested by me, and
imp
1999-10-25
4
-155
/
+226
*
Fix includes. I missed this the first time around.
mdodd
1999-10-02
1
-1
/
+3
*
Duplicated '(' removed.
mdodd
1999-09-26
1
-1
/
+1
*
- Split out the ISA and PCCARD specific code.
mdodd
1999-09-26
6
-605
/
+918
[next]