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
/
xe
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.
obrien
2003-12-08
1
-4
/
+4
*
Try to create some sort of consistency in how the routings to find the
obrien
2003-11-13
1
-27
/
+28
*
Disable the (currently unused) xe_reg_dump() function, until I know for
rsm
2003-11-06
1
-1
/
+9
*
Make xe_reg_dump non-static to avoid warnings (and tinerbox mail)
imp
2003-11-05
1
-2
/
+2
*
Convert XE_DEBUG define to hw.xe.debug sysctl, to set debug logging level
rsm
2003-11-04
2
-206
/
+128
*
Constify a few more strings that were hidden behind XE_DEBUG define.
rsm
2003-11-02
1
-14
/
+8
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
There is no way to enter the attach routine twice with the same softc
brooks
2003-10-30
1
-16
/
+14
*
Const poison string accessor functions.
imp
2003-10-26
1
-1
/
+1
*
Major update to xe driver:
rsm
2003-10-14
4
-585
/
+790
*
Use __FBSDID().
obrien
2003-08-24
2
-5
/
+8
*
Add a comment saying it might be Paralon
imp
2003-08-21
1
-1
/
+1
*
Remove unused variable(s).
phk
2003-05-31
1
-6
/
+2
*
Make sure that pp_name is non-null before setting the device
imp
2003-04-10
1
-1
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
The Xircom hardware always delivers received packets with the FCS appended.
joerg
2003-01-29
1
-0
/
+2
*
Add INTEL EEPRO100
imp
2003-01-25
1
-0
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Add Accton EN2216.
shiba
2003-01-18
1
-0
/
+1
*
When reading PHY regs over the i2c bus, the turnaround ACK bit
mbr
2003-01-10
1
-1
/
+1
*
network interface driver changes:
sam
2002-11-14
2
-18
/
+6
*
Use if_printf(ifp, "foo") instead of printf("xe%d: foo", ifp->it_unit).
brooks
2002-10-01
1
-2
/
+2
*
Three minor changes:
imp
2002-07-22
1
-14
/
+15
*
The CNW_801 and CNW_802 are wireless cards that the cnw driver supports.
imp
2002-07-21
1
-2
/
+0
*
Fix build breakage on my pccard related commit.
takawata
2002-05-31
1
-1
/
+1
*
Remove an unused variable.
imp
2002-02-26
1
-1
/
+0
*
Update xe driver to probe and attach in a NEWCARD kernel.
shiba
2002-02-20
3
-310
/
+365
*
Add some seat belts. If we set the error rc, then return it and don't
imp
2001-08-29
1
-1
/
+3
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-4
/
+4
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-4
/
+4
*
Tag unused functions with __unused.
jhb
2001-01-23
1
-2
/
+2
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-1
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-9
/
+2
*
Remove the XE_DEBUG define. It shouldn't be defined now that things
imp
2000-07-10
1
-2
/
+3
*
Add support for the modem side of the 56k combo card.
imp
2000-05-30
1
-77
/
+77
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-23
/
+1
*
Now that I've got reports that this works, let's turn the debugging off.
imp
2000-05-01
1
-4
/
+0
*
Return 0 from attach.
imp
2000-04-29
1
-1
/
+1
*
First cut at adding CIS reading to xe driver. I don't have a card
imp
2000-04-25
2
-9
/
+16
*
o Preliminary support for mapping the CIS by the driver.
imp
2000-04-20
1
-4
/
+6
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-2
/
+0
*
Remove #if 0'ed reference to isa_device->id_alive
peter
2000-01-23
1
-1
/
+0
*
Move xe driver from dev/pccard to dev/xe. Convert driver to newbus.
imp
2000-01-10
3
-536
/
+397
*
Disable old PCCARD_MODULE code.
imp
1999-10-29
1
-0
/
+2
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-9
/
+0
*
Restore vendor $Id$ now that it won't be clobbered.
peter
1999-09-23
2
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
2
-4
/
+4
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
1
-1
/
+1
*
Rename bpfilter to bpf.
des
1999-07-06
1
-8
/
+8
[next]