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_pcn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-2
/
+4
*
Remove __P.
alfred
2002-03-20
1
-37
/
+37
*
Remove printf's on mbuf/cluster allocation failures. There are now
luigi
2001-12-14
1
-6
/
+1
*
Do not call mii_pollstat() from within device tick routines; the status
jlemon
2001-09-29
1
-7
/
+7
*
Apply patch supplied by Jonathan Chen: use the correct arguments to
wpaul
2001-07-09
1
-2
/
+2
*
Fix mindo:
wpaul
2001-06-05
1
-1
/
+1
*
Workaround to prevent VMware from melting down. The pseudo PCnet interface
wpaul
2001-02-26
1
-1
/
+9
*
Big round of minor updates:
wpaul
2001-02-21
1
-27
/
+21
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-1
/
+1
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of
phk
2001-02-03
1
-2
/
+1
*
Implement MTX_RECURSE flag for mtx_init().
bmilekic
2001-01-19
1
-1
/
+1
*
Initialize/grab the mutex earlier in the attach phase, so that
wpaul
2000-12-04
1
-4
/
+4
*
Update the probe some more to deal with 16/32 bit issues. If the chip
wpaul
2000-11-23
1
-2
/
+31
*
When checking the device code in the probe routine, leave the chip in
wpaul
2000-11-16
1
-3
/
+22
*
Create a pcn_setfilt() routine that twiddles the promiscuous mode
wpaul
2000-11-03
1
-17
/
+29
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Use device_get_nameunit(dev) as the mutex string when calling
wpaul
2000-10-13
1
-2
/
+3
*
First round of converting network drivers from spls to mutexes. This
wpaul
2000-10-13
1
-21
/
+43
*
When leaving suspend mode after enabling/disabling the promisc mode bit,
wpaul
2000-10-06
1
-0
/
+4
*
Add the card ID for the Am79c975 PCnet/FAST III card. This is a variant
wpaul
2000-10-05
1
-0
/
+1
*
Add support for the AMD Am79c976 PCnet/PRO controller chip. For now
wpaul
2000-10-03
1
-1
/
+9
*
Typo in comment (decent performances -> decent performance).
wpaul
2000-09-22
1
-1
/
+1
*
Make pcn_miibus_readreg() latch onto the first PHY that it finds (as
wpaul
2000-09-22
1
-1
/
+4
*
Remove one debug line that snuck in by accident.
wpaul
2000-09-20
1
-1
/
+0
*
Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.
wpaul
2000-09-20
1
-0
/
+1340