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_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Fixed the conversion to bus_space interface.
nyan
2000-08-17
1
-4
/
+4
*
I forgot to remove the "NCARD == 0" hacks that kept this driver
mdodd
1999-11-20
1
-4
/
+0
*
- Remove the ISA, PCI, and PCCARD specific code from if_ed.c; it
mdodd
1999-10-15
1
-8
/
+33
*
Make if_ed work again on pci, isa, isapnp. The hack to make it work on
peter
1999-09-20
1
-1
/
+5
*
Commit a checkpoint of an updated if_ed driver. This is pretty much
peter
1999-09-03
1
-40
/
+42
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-7
/
+1
*
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
*
pci_device pd_probe function changed from returning char * to returning
dillon
1998-12-14
1
-3
/
+3
*
PR: i386/6040
danny
1998-03-17
1
-1
/
+2
*
Add PCI device ID of Surecom NE-34
se
1998-02-27
1
-1
/
+2
*
Add Winbond W89C940 ID to the list.
msmith
1997-11-22
1
-1
/
+2
*
Add the NetVin 5000 series NE2000 PCI card vendor and device IDs.
danny
1997-08-14
1
-1
/
+2
*
Rearrange pci network card identification for easier additions.
davidn
1997-04-18
1
-13
/
+18
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Add PCI IDs of the ProLAN and Compex PCI NE2000 clones.
se
1996-12-21
1
-8
/
+11
*
Updated #includes to 4.4lite style.
bde
1996-10-15
1
-2
/
+2
*
Use "" instead of <> for a header in the current directory.
bde
1996-08-28
1
-7
/
+2
*
The Great PC98 Merge.
asami
1996-06-14
1
-1
/
+5
*
Detach the device at shutdown.
alex
1996-06-11
1
-6
/
+4
*
Add support for NE2000 compatible PCI Ethernet cards. The PCI probe
se
1996-05-18
1
-0
/
+95