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
/
ed
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
It turns out that the Toshiba LANCT00A PC Card is really like the
imp
2009-03-28
3
-8
/
+27
*
Add bromax axnet based cards to the mix. This was harvested from the linux
imp
2009-03-27
1
-0
/
+3
*
Allow the attach routine to fail gracefully and not panic the system.
imp
2009-03-26
1
-1
/
+2
*
Tweak comments.
imp
2009-03-25
1
-15
/
+16
*
Add RIOS PCCARD 3.
imp
2009-03-25
1
-0
/
+1
*
o writereg needs to return a vlue.
imp
2009-03-12
1
-2
/
+4
*
When the miibus for the AX88x90 or TC5299J cards fails to attach, we
imp
2008-08-06
2
-8
/
+10
*
Add two corega cards from NetBSD: FETEHR II PCC TXD and LAPCCTXD.
imp
2008-07-06
1
-0
/
+2
*
Add Winbond W89C940F to the list. Also, stub in some entries for two
imp
2007-12-31
1
-5
/
+11
*
Add missing 'sc->chip_type ==' to an ugly switch statement expression
imp
2007-12-31
1
-1
/
+1
*
Add Micro Research PCMCIA LAN Adapter MR10TPC support. Patch slightly
imp
2007-07-11
1
-0
/
+1
*
Tell a statistic checker that not checking the return value of the probing
netchild
2007-04-01
1
-1
/
+1
*
Don't call bus_deactivate_resource() explicitly before calling
nyan
2007-03-21
1
-6
/
+0
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
4
-4
/
+4
*
MFp4:
imp
2006-06-12
3
-3
/
+26
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
Add (back) the D-Link DE-650. Not sure why it was deleted.
imp
2006-05-08
1
-0
/
+1
*
Initialize the port_bst and port_bsh variables.
nyan
2006-02-21
1
-0
/
+2
*
Have a function pointer to the routine to call for writing an mbuf
imp
2006-01-27
9
-100
/
+109
*
Create mediachg functions for the 3c503 and hpp cards. This is used
imp
2006-01-27
4
-33
/
+28
*
Style(9) issue: return (foo);
imp
2006-01-27
1
-7
/
+7
*
Transition from ALTPHYS to LINK2. We already document in the ed(4)
imp
2006-01-27
2
-10
/
+14
*
minor nit in comment about what kind of flags these are
imp
2006-01-27
1
-1
/
+1
*
Add support for the Compaq LTE docking station. It includes a plug
imp
2006-01-15
1
-5
/
+6
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-1
/
+1
*
Add Billionton LNA-100B variation that Alan reported in arch. [1]
imp
2005-10-29
1
-1
/
+3
*
Add missing softc
imp
2005-10-22
1
-0
/
+1
*
Turns out that we're asking for the MAC address at a bad time in the
imp
2005-10-22
1
-4
/
+3
*
In the ISA case, we call ed_probe_WD80x3 before we call
imp
2005-10-22
1
-3
/
+3
*
Check against 8019 rather than 8029 for reading in the MAC addr since
imp
2005-10-17
1
-1
/
+1
*
If we can't probe the RTL80x9 for some reason, fall back to probing it
imp
2005-10-13
1
-3
/
+10
*
o Fix probing of rtl80x9 parts. We shouldn't be calling
imp
2005-10-13
1
-5
/
+6
*
Buffalo LPC4/CLX ID
imp
2005-10-11
1
-0
/
+1
*
New OEM generic card. "10/100 Fast Ethernet PC Card". It has a
imp
2005-10-11
1
-0
/
+1
*
Remove debug that crept in..
imp
2005-10-05
1
-4
/
+0
*
MFp4:
imp
2005-10-05
10
-67
/
+591
*
Emit a warning when a card matches multiple entries in our table. A
imp
2005-09-26
1
-2
/
+35
*
Go ahead and detach our children in our detach routine. I'm undecided
imp
2005-09-26
1
-0
/
+1
*
I have confirmed with my Epson EEN10B that it needs to look at the
imp
2005-09-24
1
-2
/
+1
*
The DLink DE650 has the same ID as Linksys EthernetCard, so we don't
imp
2005-09-24
1
-1
/
+0
*
Remove obsolete include
imp
2005-09-23
1
-2
/
+0
*
Remove duplicate if_free().
imp
2005-09-19
1
-1
/
+0
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
1
-1
/
+1
*
MFp4:
imp
2005-09-18
3
-125
/
+149
*
Fix "struct ifnet" leaks when attach() fails in the middle.
ru
2005-09-16
1
-1
/
+2
*
When stopping the card, and returning to page 0, it is best if you do
imp
2005-09-15
1
-1
/
+1
*
Make device_detach methods really work.
ru
2005-09-14
2
-2
/
+2
*
MFp4: Omnibus ed changes
imp
2005-09-13
4
-198
/
+285
*
MFp4: Minor formatting nits in pccard table.
imp
2005-09-13
1
-9
/
+9
*
Use smaller names. The "NE2000 PCI Ethernet" is largerly redundant
imp
2005-09-13
1
-9
/
+9
[prev]
[next]