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_tl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a pointer to "controller miibus0" for people who will not read the
peter
1999-09-08
1
-0
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-2
/
+2
*
Make some cleanups related to miibus.
wpaul
1999-08-27
1
-47
/
+21
*
Convert the ThunderLAN driver to miibus. This took me a while because I
wpaul
1999-08-27
1
-624
/
+112
*
Some more small newbus cleanups. Remember to free all resources in case
wpaul
1999-07-23
1
-29
/
+18
*
Well, it seems that loading a PCI driver module after the system has
wpaul
1999-07-22
1
-1
/
+4
*
Convert the ThunderLAN driver to newbus. Also add splimp() protection to
wpaul
1999-07-22
1
-81
/
+162
*
Rename bpfilter to bpf.
des
1999-07-06
1
-7
/
+7
*
Change the cast in pci_map_port() from u_short * to pci_port_t * so it
peter
1999-07-02
1
-5
/
+5
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-6
/
+2
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-6
/
+6
*
Tweak the Macronix driver to hopefully make it more reliable:
wpaul
1999-05-06
1
-3
/
+3
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-2
/
+6
*
Insert ifmedia_set() that I forgot and put in the vtophys() hack for
wpaul
1999-03-31
1
-2
/
+3
*
Various updates for the ThunderLAN driver:
wpaul
1999-03-30
1
-92
/
+86
*
Remember to initialize ifp->if_snd.ifq_maxlen.
wpaul
1999-02-01
1
-2
/
+3
*
When selecting the correct EEPROM offset to use for probing the station
wpaul
1999-01-26
1
-3
/
+3
*
Fix the tl_start() routine; sometimes the tl_tx_tail pointer was not
wpaul
1998-12-29
1
-3
/
+3
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-4
/
+4
*
Silence gcc -Wall -ansi -pedantic.
wpaul
1998-12-10
1
-53
/
+53
*
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
*
Increase the size of the tx and rx rings from 10 to 20 descriptors
wpaul
1998-10-31
1
-4
/
+4
*
Correctly update the tail pointer of the transmit queue in tl_start()
wpaul
1998-10-08
1
-2
/
+3
*
Force the ThunderLAN driver to use PIO mode by default instead of
wpaul
1998-10-04
1
-2
/
+9
*
Small tweak: force another reset of the adapter after probing for all the
wpaul
1998-09-24
1
-3
/
+13
*
Overhaul the ThunderLAN driver. This update includes the following
wpaul
1998-09-23
1
-801
/
+877
*
Fix this thing to work properly with multiple tlan adapters; increment
wpaul
1998-08-04
1
-1
/
+3
*
Updates for the ThunderLAN driver:
wpaul
1998-08-03
1
-31
/
+135
*
Declare pointers to CSR register space to be volatile. This seems to
wpaul
1998-07-13
1
-152
/
+168
*
Fixed printf format errors (only 1 left in GENERIC now).
bde
1998-07-13
1
-3
/
+3
*
Removed unused includes.
bde
1998-06-21
1
-25
/
+2
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-4
/
+4
*
Add a short delay in the read loop in tl_eeprom_getbyte(). On some
wpaul
1998-05-31
1
-2
/
+3
*
Don't program the antonegotiation advertisement register in tl_setmode().
wpaul
1998-05-29
1
-33
/
+19
*
Ignore 'invalid' interrupts that occur while the interface is down.
wpaul
1998-05-26
1
-2
/
+12
*
Fix a mind-o in tl_setmulti(): when setting a bit in the upper
wpaul
1998-05-24
1
-3
/
+3
*
Remove 2.2.x compatibility code and #ifdefs. Once the shakedown period
wpaul
1998-05-22
1
-68
/
+4
*
Yeargh! After all that, I forgot to remove the #include.
jkh
1998-05-21
1
-4
/
+2
*
Don't use __FreeBSD_version explicitly - none of the other
jkh
1998-05-21
1
-11
/
+11
*
Add Texas Instruments TNET100 'ThunderLAN' PCI NIC driver to the tree.
wpaul
1998-05-21
1
-0
/
+2707