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
*
Patch to allow the ed driver interrupt routine to terminate if the
imp
2001-11-24
1
-4
/
+17
*
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
*
MFS: sync the ipfw/dummynet/bridge code with the one recently merged
luigi
2001-11-04
1
-3
/
+1
*
Always compile in bridge hooks, or this code will not work (efficiently) with
luigi
2001-11-01
1
-8
/
+4
*
Fix obvious bug where return from probe was botched.
asmodai
2001-10-31
1
-1
/
+1
*
Make this compile again after the changes to make bridge kld'able
luigi
2001-10-07
1
-3
/
+3
*
Add an option ED_NO_MIIBUS, which causes the `ed' driver to be
iedowse
2001-09-29
3
-0
/
+38
*
Add a few missing spl calls in preparation for an MFC of the miibus
iedowse
2001-07-22
1
-6
/
+15
*
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
2
-6
/
+11
*
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
[next]