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
/
pci
/
if_xl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-6
/
+2
*
Dynamically increase TX start threshold if TX underruns are detected.
wpaul
1999-05-05
1
-4
/
+12
*
Fix the media selection for the 3c900B-FL 10baseFL adapter. It actually
wpaul
1999-05-04
1
-44
/
+48
*
Bunch of updates:
wpaul
1999-04-30
1
-95
/
+126
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-2
/
+6
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-3
/
+9
*
Add bridging support (tested in 3.1-RELEASE by Steven Vetzal
ghelmer
1999-04-16
1
-13
/
+41
*
- Close PR #11136: add PCI ID for another new cyclone device: the
wpaul
1999-04-15
1
-31
/
+57
*
Add support for the 3cSOHO100-TX, which is a "hurricane" chipset
wpaul
1999-04-12
1
-2
/
+6
*
Some small updates:
wpaul
1999-04-11
1
-8
/
+25
*
Shorten device names so that the pci probe lines don't exceed 80 chars
wpaul
1999-03-31
1
-12
/
+15
*
Make the xl and pn drivers work on FreeBSD/alpha and add them to
wpaul
1999-03-27
1
-4
/
+29
*
Remove call to DELAY() from xl_wait(), since xl_wait() is in the
wpaul
1999-02-26
1
-3
/
+2
*
Do not issue RX and TX reset commands in xl_stop() and xl_init(). On the
wpaul
1999-02-11
1
-2
/
+6
*
Remember to initialize ifp->if_snd.ifq_maxlen.
wpaul
1999-02-01
1
-2
/
+3
*
Fix a small bug in xl_start(): when queuing a packet onto the end of
wpaul
1998-12-24
1
-2
/
+3
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-4
/
+4
*
Silence gcc -Wall -ansi -pedantic and fix minor bug in xl_txeof().
wpaul
1998-12-10
1
-9
/
+7
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-4
/
+4
*
Add sanity check to foo_start() routines: in the unlikely (though
wpaul
1998-12-05
1
-2
/
+8
*
Fix a minor bug in xl_attach() where the list buffer region is rounded
wpaul
1998-11-18
1
-3
/
+3
*
Close PR #8409:
wpaul
1998-10-22
1
-3
/
+3
*
Close PR #8384:
wpaul
1998-10-22
1
-21
/
+37
*
Modify the transmit packet queuing strategy a bit to be a little less
wpaul
1998-10-19
1
-19
/
+21
*
Add support for yet another "cyclone" board, with PCI device id 0x905A.
wpaul
1998-10-09
1
-2
/
+4
*
Apply patch graciously provided by Jason Wright <jason@thought.net> from
wpaul
1998-09-25
1
-23
/
+34
*
- If the OACTIVE flag is set on entry to xl_start(), check to see if the
wpaul
1998-09-08
1
-4
/
+68
*
Patch the transmit error handler to avoid following NULL pointers and
wpaul
1998-09-06
1
-3
/
+4
*
Modify the xl_mediacheck() routine to also test for the case where the
wpaul
1998-09-04
1
-17
/
+42
*
"xl%d: chip is is in D%d power mode " -> "xl%d: chip is in D%d power mode "
wpaul
1998-09-01
1
-3
/
+3
*
Fix handling of ENOBUFS condition. During reception, the filled mbuf
wpaul
1998-08-31
1
-12
/
+27
*
Change the autonegotiation waiting period from 3 seconds to 5. This
wpaul
1998-08-30
1
-3
/
+3
*
- #define mask of enabled interrupts/indications in if_xlreg.h instead of
wpaul
1998-08-24
1
-21
/
+32
*
Fix small printf() bogon (forgot newline, and the message was longer that
wpaul
1998-08-20
1
-4
/
+4
*
Make two changes:
wpaul
1998-08-19
1
-28
/
+48
*
Fixed printf format errors (none detected in GENERIC again).
bde
1998-08-17
1
-3
/
+3
*
Import the (Fast) Etherlink XL driver. I'm reasonally confident in its
wpaul
1998-08-16
1
-0
/
+2605