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_isa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have a function pointer to the routine to call for writing an mbuf
imp
2006-01-27
1
-4
/
+1
*
Add support for the Compaq LTE docking station. It includes a plug
imp
2006-01-15
1
-5
/
+6
*
Add missing softc
imp
2005-10-22
1
-0
/
+1
*
Turns out that we're asking for the MAC address at a bad time in the
imp
2005-10-22
1
-4
/
+3
*
Check against 8019 rather than 8029 for reading in the MAC addr since
imp
2005-10-17
1
-1
/
+1
*
MFp4:
imp
2005-10-05
1
-0
/
+8
*
Finish conversion to bus space and make ed MP safe.
imp
2005-08-28
1
-2
/
+8
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-1
/
+1
*
Minor style nits missed in earlier passes
imp
2005-02-22
1
-4
/
+3
*
Move the harvesting of the MAC address out of the generic novell probe
imp
2005-02-14
1
-7
/
+28
*
Break out obscure ISA cards into their own files, as well as ne2000
imp
2005-02-09
1
-2
/
+8
*
Remove reference to softc from probe entirely...
imp
2005-02-09
1
-1
/
+0
*
No need to bzero softc.
imp
2005-02-08
1
-2
/
+0
*
Make it possible to unload ed. Move the ed_pccard_detach routine to
imp
2005-02-08
1
-0
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Add Allied Telesis SIC-AT boards support.
shiba
2003-10-15
1
-0
/
+5
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-1
/
+3
*
Add ALLIED TELESIS,K.K. LA-ISA V2 ISA PnP ID.
takawata
2002-07-26
1
-0
/
+1
*
Remove __P.
alfred
2002-03-20
1
-2
/
+2
*
Minor newbus/style(9) cleanups.
imp
2000-12-26
1
-3
/
+1
*
Remove unnecessary includes found by phk's script. I've been building
imp
2000-12-13
1
-2
/
+0
*
Network modules are all "if_foo" not "foo". Avoid the confusing spew that
msmith
2000-10-15
1
-1
/
+1
*
- Fixed the conversion to bus_space interface.
nyan
2000-08-17
1
-7
/
+9
*
I forgot to remove the "NCARD == 0" hacks that kept this driver
mdodd
1999-11-20
1
-4
/
+0
*
Set port_used and mem_used to the resource size instead of 1.
nyan
1999-11-18
1
-2
/
+2
*
Fix compiling PCCARD kernels.
mdodd
1999-10-24
1
-0
/
+4
*
- Remove the ISA, PCI, and PCCARD specific code from if_ed.c; it
mdodd
1999-10-15
1
-3
/
+1
*
Break out the bus front end code into separate files.
mdodd
1999-10-15
1
-0
/
+158