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
*
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
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-9
/
+0
*
Switch the order of a two tests so that the error actually has to occur
obrien
1999-09-24
1
-1
/
+1
*
This adds support for the 3Com Megahertz 574B ethernet 16-bit PC-Card.
obrien
1999-09-19
1
-19
/
+54
*
$Id$ -> $FreeBSD$
peter
1999-08-28
3
-3
/
+3
*
Set ifp->if_init to the right function.
mdodd
1999-08-20
1
-4
/
+6
*
Make these actually compile. I got a little delete happy pruning includes
mdodd
1999-08-18
1
-3
/
+6
*
SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in
mdodd
1999-08-18
1
-88
/
+5
*
Move the specification of EDGE/LEVEL triggered interrupts to
mdodd
1999-08-01
1
-2
/
+2
*
3C574TX 16bit FastEtherlink PC-card support.
hosokawa
1999-07-25
2
-6
/
+40
*
Rename bpfilter to bpf.
des
1999-07-06
1
-6
/
+6
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-3
/
+2
*
Implement an EISA new-bus framework. The old driver probe mechanism
peter
1999-04-18
1
-120
/
+131
*
Move the "fetch serial data" delay so that it is an inter-bit delay.
dufault
1999-01-31
1
-5
/
+13
*
Update the pccard hooks to use a module style declaration instead.
peter
1999-01-19
1
-11
/
+3
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+4
*
Removed unused includes.
bde
1998-06-21
1
-2
/
+1
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-2
/
+2
*
Removed unused #includes.
bde
1998-03-28
1
-6
/
+1
*
Fix some style nits and remove an unused header.
msmith
1998-02-27
1
-2
/
+1
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-2
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+2
*
Make INET a proper option.
eivind
1998-01-08
1
-1
/
+7
*
Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.
eivind
1997-12-15
1
-1
/
+2
*
Recognize 3C569 network interface when `PC98' is defined.
kato
1997-11-27
1
-2
/
+7
*
- Renamed <pccard/card.h> -> <pccard/cardinfo.h>.
nate
1997-11-20
1
-2
/
+2
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-5
/
+1
*
Move the EP_ID_PORT out to 0x110, so it doesn't conflict with other port
joerg
1997-10-27
1
-2
/
+16
[next]