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
/
if_ed_pccard.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added TDK LAK-CD031 (simple NE2000 device).
kato
2003-12-31
1
-0
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
EXPsys PCMCIA Ethernet Combo
imp
2003-09-20
1
-1
/
+3
*
Add MELCO LPC3_CTX. This is the same as Buffalo card of the same name
imp
2003-08-07
1
-0
/
+1
*
The LP_ETH_10_100_CF entry needs to be tagged as a DL100019.
imp
2003-07-28
1
-1
/
+1
*
Add Socket Communications Low Power 10/100 CF Ethernet card.
imp
2003-07-26
1
-0
/
+1
*
Add support for BUFFALO LPC3-CLX 10/100Base-T PC-Card
imp
2003-07-19
1
-0
/
+1
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-1
/
+3
*
SMC 8041 is the same thing as LINKSYS COMBO_ECARD, so no extra entry
imp
2003-04-10
1
-1
/
+0
*
Add Billionton CFLT10N and SMC8041 (although I'm not 100% sure the latter is
imp
2003-04-10
1
-1
/
+2
*
reorganize the supported card table. We don't need the enet_vendor or
imp
2003-04-10
1
-272
/
+57
*
Don't set the description if NULL.
imp
2003-04-10
1
-1
/
+2
*
Add NE2000DVF_AX88190 flag to Corega FEther PCC-TXD
sanpei
2003-04-04
1
-1
/
+1
*
Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card).
shiba
2003-01-18
1
-0
/
+2
*
network interface driver changes:
sam
2002-11-14
1
-1
/
+1
*
add some devices from NetBSD
imp
2002-10-11
1
-1
/
+9
*
integrate from p4 repo:
imp
2002-07-22
1
-9
/
+16
*
More newcard devices:
imp
2002-04-02
1
-1
/
+14
*
Add EDIMAX ethernet card for NEWCARD from NetBSD
imp
2002-01-29
1
-0
/
+2
*
Comment out some bogus entries. somehow they match everything, which
imp
2001-11-20
1
-5
/
+4
*
MF NetBSD's if_ne_pcmcia.c rev 1.82's list of devices
imp
2001-11-15
1
-6
/
+20
*
Migrate to PCMCIA_CARD() macros
imp
2001-11-15
1
-174
/
+48
*
s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharing
imp
2001-11-11
1
-133
/
+133
*
Add an option ED_NO_MIIBUS, which causes the `ed' driver to be
iedowse
2001-09-29
1
-0
/
+16
*
Remove an old hack that remembered if the card type was Linksys by
iedowse
2001-07-22
1
-7
/
+3
*
Attach the miibus for Linksys/Dlink cards from the attach routine,
iedowse
2001-07-22
1
-6
/
+10
*
Add support for Dlink DL10022 to the ed driver. This is a mii part
imp
2001-03-03
1
-0
/
+94
*
Add a bunch of entries from NetBSD's if_ne_pcmcia.c v1.67. We still
imp
2001-01-21
1
-5
/
+371
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-1
/
+0
*
Minor newbus/style(9) cleanups.
imp
2000-12-26
1
-64
/
+70
*
Linksys Fast Ethernet PCCARD cards supported by the ed driver now
toshi
2000-12-18
1
-1
/
+43
*
Call ed_probe_Novel in the AX88190 case as well.
imp
2000-12-17
1
-1
/
+1
*
Fix problem with ax88190 based cards trying to probe further after
imp
2000-12-13
1
-0
/
+1
*
Argh, I have fixed this cut/paste error twice before. I must have
peter
2000-11-25
1
-3
/
+3
*
Update the ed driver to probe and attach under a NEWCARD kernel (I was
peter
2000-11-25
1
-2
/
+29
*
Network modules are all "if_foo" not "foo". Avoid the confusing spew that
msmith
2000-10-15
1
-1
/
+1
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Allocate memory resource to access the attribute memory of a card.
tanimura
2000-09-25
1
-65
/
+24
*
Move the detection of Linksys PCMCIA cards from attach to probe.
ps
2000-09-12
1
-1
/
+3
*
- Fixed the conversion to bus_space interface.
nyan
2000-08-17
1
-15
/
+69
*
Newbusify ed driver.
tanimura
2000-08-14
1
-69
/
+10
*
MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX.
tanimura
2000-07-23
1
-0
/
+157
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-1
/
+1
*
Only try to detect Linksys PCMCIA cards when we are in a pccard
ps
2000-06-29
1
-5
/
+7
*
sanpai-san (sanpai@sanpai.org) suggested that we put the novel probe
imp
2000-04-28
1
-2
/
+2
*
Remove unloaded printf. We do this now in the newbus layer.
imp
2000-04-17
1
-1
/
+0
*
Propagate MAC address in CIS tupple to dev/ed/ driver.
hosokawa
2000-01-21
1
-0
/
+10
*
Fix pccard ed driver, I think.
imp
1999-12-10
1
-1
/
+3
*
Fix the hang on card eject problem and maybe the hang on suspend
imp
1999-12-01
1
-4
/
+5
*
Kill unneeded #includes. They were left over from the short period of
imp
1999-11-20
1
-4
/
+0
[next]