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
*
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
*
Add pccard attachment. This won't work with memory mapped ed devices
imp
1999-10-25
2
-100
/
+67
*
Fix compiling PCCARD kernels.
mdodd
1999-10-24
1
-0
/
+4
*
This fixes the problem with SMC NE2000 cards hanging the box on
mdodd
1999-10-18
1
-0
/
+1
*
- Remove the ISA, PCI, and PCCARD specific code from if_ed.c; it
mdodd
1999-10-15
4
-306
/
+72
*
Break out the bus front end code into separate files.
mdodd
1999-10-15
2
-0
/
+344
*
* Add struct resource_list* argument to resource_list_alloc and
dfr
1999-10-12
1
-22
/
+11
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-15
/
+0
*
Make if_ed work again on pci, isa, isapnp. The hack to make it work on
peter
1999-09-20
2
-6
/
+16
*
The sense of probes has inverted. They return an error, rather than
peter
1999-09-13
1
-7
/
+7
*
Change isa_get/set_flags() to device_get/set_flags().
dfr
1999-09-07
1
-5
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-09-05
1
-1
/
+1
*
Commit a checkpoint of an updated if_ed driver. This is pretty much
peter
1999-09-03
2
-434
/
+512
*
- Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replace
kato
1999-09-02
2
-6
/
+9
*
The ed_probe_Novell should not clear id_maddr when it fails to probe.
kato
1999-09-02
1
-2
/
+6
*
This is part of an untested set of changes to the ed driver to support
dfr
1999-09-01
1
-0
/
+90
*
$Id$ -> $FreeBSD$
peter
1999-08-28
3
-3
/
+3
*
Rename bpfilter to bpf.
des
1999-07-06
1
-8
/
+8
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-7
/
+1
*
#ifdef BRIDGE around a goto label used by the bridge code to silcence a
peter
1999-05-09
1
-1
/
+3
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-5
/
+1
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-1
/
+5
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-5
/
+2
*
MF22... add bridging support to the device drivers. Without this
luigi
1999-03-17
1
-14
/
+59
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-3
/
+3
*
Update the pccard hooks to use a module style declaration instead.
peter
1999-01-19
1
-12
/
+3
*
pci_device pd_probe function changed from returning char * to returning
dillon
1998-12-14
1
-3
/
+3
*
Remove warning introduced by the last committer.
eivind
1998-12-13
1
-2
/
+2
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+4
*
Discard previous commit.
kato
1998-10-08
1
-14
/
+1
*
Add SMC EtherEZ98 support to ed driver (PC-98).
kato
1998-10-08
1
-1
/
+14
*
Support PnP compatibility IDs. This allow e.g. the ed driver to pick
eivind
1998-09-13
1
-10
/
+7
*
Fixed printf format errors. Only one left in LINT on i386's.
bde
1998-08-24
1
-2
/
+2
*
Removed unused includes.
bde
1998-06-21
1
-2
/
+1
*
Include <i386/isa/pnp.h> after including its prerequisite
bde
1998-06-17
1
-5
/
+5
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-2
/
+2
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-8
/
+8
[next]