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
*
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
*
MFp4:
imp
2005-09-10
1
-3
/
+4
*
The ed driver lock is already held in the mii frobbing routines. Remove
imp
2005-09-08
1
-11
/
+0
*
Add note about what ED_DEFAULT_MAC_OFFSET applies to
imp
2005-09-08
1
-0
/
+4
*
Consistancy is the hobgoblin of small minds:
imp
2005-09-07
2
-39
/
+39
*
Minor reorg of pccard attach code to fix ax88x90 case broken after fixing
imp
2005-09-07
1
-160
/
+158
*
o Expose ed_probe_Novel_generic, it is useful for pccard case.
imp
2005-09-07
2
-5
/
+3
*
Fix DL100xx based cards. Don't drop resources. It was approrpiate in
imp
2005-09-07
1
-2
/
+1
*
move away from K&R function definitions
imp
2005-09-06
1
-10
/
+3
*
Work around a bug I've seen on Linksys EC2T cards. For some reason,
imp
2005-09-06
1
-2
/
+25
*
Go ahead and | in ED_CR_PAGE_0, even though this doesn't change things
imp
2005-09-06
1
-5
/
+8
*
It turns out that many of the ambicom cards have their CIS resources
imp
2005-09-06
2
-8
/
+27
*
MFp4: kill bogus comment
imp
2005-09-02
1
-5
/
+0
*
At some point in the past, we read the PROM by words. Now we read
imp
2005-09-01
1
-6
/
+2
*
Add back dropped if_media.h include
imp
2005-08-30
1
-0
/
+1
*
Finish conversion to bus space and make ed MP safe.
imp
2005-08-28
11
-236
/
+285
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-12
/
+12
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
Add support for the DLink DMF650TX Ethernet+56k modem PC Card. This
imp
2005-07-15
1
-6
/
+28
*
Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8
imp
2005-07-10
1
-0
/
+15
*
Eliminate unused argument in PCMCIA_CARD macro.
imp
2005-06-24
1
-66
/
+66
*
Fix four casts of the softc to a struct ifnet.
brooks
2005-06-15
1
-4
/
+4
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
10
-38
/
+43
*
Use tabs instead of spaces to indent, per style(9)
imp
2005-06-09
1
-21
/
+20
*
My abstracting out the MAC reading code to fix pccard broke pci. Add
imp
2005-06-08
1
-0
/
+1
*
Remove ifdef PC98.
nyan
2005-04-13
1
-3
/
+0
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-5
/
+4
*
Belkin F5D5020 is an OEM'd card from RACORE based on the AX88190
imp
2005-02-22
1
-1
/
+1
*
Add a stratigic newline
imp
2005-02-22
1
-0
/
+1
*
Minor style nits missed in earlier passes
imp
2005-02-22
2
-5
/
+4
*
MFp4: Optimize in/out macros. Cache the handle and tag in softc and
imp
2005-02-22
2
-44
/
+34
*
Minor optimization of calling enable_16bit. We always have to call it
imp
2005-02-22
1
-7
/
+2
*
Minor style(9)isms.
imp
2005-02-21
1
-40
/
+32
*
Fix merging botch I made in last version.
imp
2005-02-20
1
-1
/
+0
*
Minor optimizations to compile out bits that aren't necessary when
imp
2005-02-20
2
-5
/
+27
*
Minor style(9) tweaks.
imp
2005-02-20
1
-7
/
+4
*
Correct typo in comment.
imp
2005-02-20
1
-1
/
+1
[next]