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
*
Add support for Dlink DL10022 to the ed driver. This is a mii part
imp
2001-03-03
5
-0
/
+277
*
Whoops... forgotten a few pieces in previous patch:
luigi
2001-02-08
1
-5
/
+9
*
Make sure that we do not accept packets shorter than a full ethernet
luigi
2001-02-08
1
-1
/
+3
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-1
/
+1
*
Fix typo: wierd -> weird.
asmodai
2001-02-06
1
-1
/
+1
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-2
/
+2
*
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
6
-87
/
+93
*
Fix my previous commit. Remove ed_get_Linksys() function prototypes.
toshi
2000-12-20
1
-2
/
+0
*
Linksys Fast Ethernet PCCARD cards supported by the ed driver now
toshi
2000-12-18
3
-39
/
+44
*
Call ed_probe_Novel in the AX88190 case as well.
imp
2000-12-17
1
-1
/
+1
*
Remove unnecessary includes found by phk's script. I've been building
imp
2000-12-13
4
-5
/
+0
*
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
2
-2
/
+35
*
Network modules are all "if_foo" not "foo". Avoid the confusing spew that
msmith
2000-10-15
4
-4
/
+4
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
2
-2
/
+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
3
-4
/
+7
*
- Fixed the conversion to bus_space interface.
nyan
2000-08-17
7
-608
/
+2504
*
Newbusify ed driver.
tanimura
2000-08-14
3
-389
/
+482
*
MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX.
tanimura
2000-07-23
4
-76
/
+273
*
Fix the IRQ9/IRQ2 confusion.
phk
2000-07-18
1
-0
/
+1
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
2
-7
/
+2
*
Only try to detect Linksys PCMCIA cards when we are in a pccard
ps
2000-06-29
3
-22
/
+18
*
Allow newer Linksys 10/100 PCMCIA cards to work.
ps
2000-06-18
1
-12
/
+10
*
ed_ioctl() can be called from ifpromisc() after the card has been removed,
phk
2000-06-01
1
-1
/
+1
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-53
/
+13
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
sanpai-san (sanpai@sanpai.org) suggested that we put the novel probe
imp
2000-04-28
1
-2
/
+2
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Remove unloaded printf. We do this now in the newbus layer.
imp
2000-04-17
1
-1
/
+0
*
Bogusly returned zero always. Return 1 if we pass the checksum.
imp
2000-03-20
1
-1
/
+1
*
Noriyoshi Kawano-san reported in nomads another OUI for linksys. 4 is
imp
2000-03-20
1
-8
/
+1
*
Add another Linksys OUI.
imp
2000-03-13
1
-1
/
+3
*
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
3
-3
/
+5
*
Fix the hang on card eject problem and maybe the hang on suspend
imp
1999-12-01
1
-4
/
+5
*
I forgot to remove the "NCARD == 0" hacks that kept this driver
mdodd
1999-11-20
2
-8
/
+0
*
Kill unneeded #includes. They were left over from the short period of
imp
1999-11-20
1
-4
/
+0
*
Set port_used and mem_used to the resource size instead of 1.
nyan
1999-11-18
3
-6
/
+6
*
fix misordering of two lines in this file.
jmb
1999-11-02
1
-1
/
+1
*
rearrange order of tests for NE1000, NE2000, and Linksys
jmb
1999-11-01
1
-17
/
+21
*
Change Linksys registers base/offset.
nyan
1999-10-31
1
-6
/
+8
*
Last change to pccard_nbk now obviates the need to check the name of
imp
1999-10-28
1
-6
/
+0
*
Add comments to Linksys probe code.
imp
1999-10-28
1
-7
/
+20
*
add support for LinkSys 10/100 cards
jmb
1999-10-26
1
-4
/
+37
*
Have only one attach routine, rather than two.
imp
1999-10-25
1
-4
/
+2
[next]