summaryrefslogtreecommitdiff
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-078-8/+8
* MFC: Merge the fixes for the DL10019, DL10022 and Ax88[17]90 basedWarner Losh2005-02-021-38/+43
* MFC: u_intXXt -> uintXX_t changes, tweaks to boot messages. These areWarner Losh2005-02-023-37/+40
* MFC: /*- and my license changes for sys/[a-d]*Warner Losh2005-01-307-7/+7
* remove obsolete commentWarner Losh2005-01-251-6/+0
* MFC, if_ed.c rev 1.236Max Laier2004-11-281-2/+4
* MFC: Fix build error with ED_DEBUG.Yoshihiro Takahashi2004-11-132-3/+3
* MFC 1.234:Gleb Smirnoff2004-09-171-20/+2
* Since if_ed doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-2/+2
* It is a little better to return ENXIO from probe/match routine than EIO.Warner Losh2004-07-211-1/+1
* A couple more style(9) nits I should have included in last commitWarner Losh2004-06-181-4/+3
* Style nits in the prototypesWarner Losh2004-06-181-2/+2
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-28/+2
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-1/+3
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* It turns out that the module dependency on pccard is in error. SinceWarner Losh2004-05-081-1/+0
* Fix building on L64 machines.David E. O'Brien2004-04-161-7/+7
* Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo2004-04-151-4/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-5/+0
* Adjust ed(4) for 64-bit platforms should it get newbus'ified.David E. O'Brien2004-03-032-11/+12
* Added TDK LAK-CD031 (simple NE2000 device).KATO Takenori2003-12-311-0/+1
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien2003-12-081-5/+5
* Remove duplicate FBSDID's, move others to their right place.David E. O'Brien2003-11-141-2/+3
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-131-13/+11
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-316-21/+17
* There is no way to enter the attach routine twice with the same softcBrooks Davis2003-10-301-43/+41
* Add Allied Telesis SIC-AT boards support.Takeshi Shibagaki2003-10-155-3/+132
* EXPsys PCMCIA Ethernet ComboWarner Losh2003-09-201-1/+3
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1
* Use __FBSDID().David E. O'Brien2003-08-242-5/+7
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Add MELCO LPC3_CTX. This is the same as Buffalo card of the same nameWarner Losh2003-08-071-0/+1
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-1/+1
* Don't use pessimal (u_short) types for i/o ports. This is mainly forBruce Evans2003-08-061-1/+1
* The LP_ETH_10_100_CF entry needs to be tagged as a DL100019.Warner Losh2003-07-281-1/+1
* Add Socket Communications Low Power 10/100 CF Ethernet card.Warner Losh2003-07-261-0/+1
* Add support for BUFFALO LPC3-CLX 10/100Base-T PC-CardWarner Losh2003-07-191-0/+1
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-154-4/+12
* SMC 8041 is the same thing as LINKSYS COMBO_ECARD, so no extra entryWarner Losh2003-04-101-1/+0
* Add Billionton CFLT10N and SMC8041 (although I'm not 100% sure the latter isWarner Losh2003-04-101-1/+2
* reorganize the supported card table. We don't need the enet_vendor orWarner Losh2003-04-101-272/+57
* Don't set the description if NULL.Warner Losh2003-04-101-1/+2
* Fix ed compilation with PAE by using %jx instead of %x.Olivier Houchard2003-04-051-4/+4
* Add NE2000DVF_AX88190 flag to Corega FEther PCC-TXDMIHIRA Sanpei Yoshiro2003-04-041-1/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-252-6/+6
* Fix printf format error.Yoshihiro Takahashi2003-02-241-6/+6
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2