Rename functions to avoid conflicts with libc.
[dragonfly.git] / sys / dev / netif /
2005-11-21 Sepherosa ZiehauThere are two possible causes which will make vr(4...
2005-11-20 Sepherosa ZiehauPrefer m_getcl() to EPIC_MGETCLUSTER() which uses MGETH...
2005-11-20 Sepherosa Ziehau- Remove unnecessary ETHER_* macros
2005-11-20 Sepherosa ZiehauSync with FreeBSD dev/xe
2005-11-20 Sepherosa ZiehauANSIfy
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-11-09 YONETANI TomokazuCatch up with renaming of macros IRQn -> ICU_IRQn in...
2005-11-08 Sepherosa ZiehauSync with Intel's em(4) driver version 3.2.15
2005-11-05 Sepherosa Ziehauin mii_layer/ruephy.c
2005-11-04 Matthew DillonWe are already serialized when nv_ospackettx() is calle...
2005-11-02 Matthew DillonICU/APIC cleanup part 4/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 1/many.
2005-10-31 Sepherosa Ziehau- hide ukphy_probe(), since it is not intended to be...
2005-10-31 Sepherosa Ziehau- In mii_anar(), turn on ANAR_CSMA at beginning instead...
2005-10-31 Sepherosa Ziehaunuke mii_data.mii_{readreg, writereg, statchg}, since...
2005-10-31 Sepherosa Ziehau- In rlphy_attach(), turn on BMCR_AUTOEN after mii_phy_...
2005-10-30 Matthew DillonAdd another parameter to BUS_ADD_CHILD to allow childre...
2005-10-28 Matthew DillonCleanup some of the newbus infrastructure.
2005-10-27 Sepherosa Ziehaubug fixing:
2005-10-24 Matthew DillonPass mii_attach_args to mii_softc_init() rather then...
2005-10-24 Matthew DillonAdd an mii_flags field to the attach arguments, to...
2005-10-24 Matthew DillonOnly check GiGE related flags in the generic code when...
2005-10-24 Sepherosa Ziehau- Move DEVICE_POLLING from opt_global.h to opt_polling...
2005-10-21 Sepherosa Ziehau- polling(4) support
2005-10-17 Sepherosa ZiehauSync with FreeBSD dev/em
2005-10-13 Sepherosa ZiehauANSIfy
2005-10-13 Sepherosa Ziehauunbreak LINT building
2005-10-13 Sepherosa Ziehauunbreak GENERIC building
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-10-12 Matthew DillonRemove the INTR_TYPE_* flags. The interrupt type is...
2005-10-12 Sepherosa ZiehauSince intr has been setup in the last step of vr_attach...
2005-10-12 Matthew DillonProperly serialize access in the NV ethernet driver...
2005-10-12 Matthew DillonAttempt to add generic GigE support to MII. If this...
2005-10-11 Matthew DillonAdd missing crit_exit(). If VR fails to attach the...
2005-10-04 Sepherosa Ziehauadd missing bus_dmamap_sync()
2005-10-02 Sepherosa Ziehau- In em_encap(), call seralized version of em_82547_mov...
2005-10-02 Sepherosa ZiehauIf m_defrag() succeeds, the original mbuf has already...
2005-10-01 Simon SchubertMerge from vendor branch GDB:
2005-10-01 Sepherosa Ziehau- make declaration of ed_get_packet(), ed_ring_copy...
2005-09-29 Sepherosa ZiehauFor bge(4), dc(4), lge(4), ndis(4), nge(4), pcn(4)...
2005-09-27 Sepherosa ZiehauIn xl_list_tx_init_90xB()
2005-09-27 Sepherosa Ziehau- Factor out xl_dma_alloc() from xl_attach()
2005-09-26 Sepherosa Ziehausetup UpPoll register before installing RX list pointer
2005-09-25 Sepherosa Ziehau- in xl_attach(), print xl card type ("90X"/"90XB"...
2005-09-24 Sepherosa Ziehauin if_xl.c, xl_detach():
2005-09-21 Jeffrey HsuPrefer the general purpose m_getl() routine for mbuf...
2005-09-20 Sepherosa Ziehaucheck pointer for NULL before calling free()
2005-09-20 Matthew DillonFix the infinite-watchdog timeout problem. the pending...
2005-09-19 Sepherosa Ziehaucheck NULL pointer, before free()
2005-09-19 Sepherosa ZiehauPort rue(4) from FreeBSD:
2005-09-11 Simon SchubertMerge from vendor branch GCC:
2005-09-10 Sepherosa Ziehautypo fixing
2005-09-09 Sepherosa Ziehauuse ether_crc32_be()
2005-09-09 Sepherosa ZiehauProblem:
2005-09-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-09-09 Sepherosa ZiehauIn axe_stop(), move axe_reset() after usbd_close_pipe().
2005-09-09 Sepherosa Ziehaunew device:
2005-09-08 Sepherosa Ziehau- set dc_softc.{dc_type, dc_flags, dc_pmode} for ADM951...
2005-09-07 Sascha WildnerAdjust pointer in function definition.
2005-09-07 Sepherosa Ziehaufix the support for AN985 chip, which does not set...
2005-09-06 Sepherosa Ziehauadd missing {} after if()
2005-09-06 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-09-06 Sepherosa Ziehau- use pci_{get, set}_powerstate() instead of reinventin...
2005-09-04 Sascha WildnerK&R style function declarations -> ANSI C style.
2005-09-02 Sepherosa Ziehau1) merge almost identical cs_{isa, pccard}_attach(...
2005-09-02 Sepherosa Ziehauin cs_isa_probe()
2005-09-02 Sepherosa Ziehau- printf("%s: str", if_xname) ==> if_printf/device_printf
2005-09-01 Sepherosa ZiehauFor Arcnet, announce link layer address in arc_ifattch(),
2005-09-01 Sepherosa Ziehau1) in cm_isa_attach(), setup intr in the last step
2005-09-01 Sascha WildnerRemove PC98 support.
2005-08-31 Sascha WildnerRemove PC98 support.
2005-08-31 Sascha WildnerScrap PC98 specific snc(4) driver.
2005-08-30 Sepherosa Ziehau1) Remove compat code
2005-08-30 Sepherosa Ziehauin cm_isa_probe():
2005-08-30 Sepherosa Ziehauprintf("%s: str", ifp->if_xname) ==> if_printf(ifp...
2005-08-29 Sepherosa ZiehauRemove unnecessary bzero(softc).
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch NCURSES:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GCC:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2005-08-22 Joerg SonnenbergerCreate a kernel option BGE_FAKE_AUTONEG for IBM/Intel...
2005-08-19 Joerg SonnenbergerPrevent spurious link state changes.
2005-08-19 Joerg SonnenbergerEnable the memory arbiter before turning off the PXE...
2005-08-19 Joerg SonnenbergerAtomically load and clear the status block. This makes...
2005-08-19 Joerg Sonnenberger5705K, 5714C, 5721, 5750, 5750M, 5751M, 5789 support.
2005-08-11 Simon Schubert- Use M_WAITOK in attach()
2005-08-10 Joerg SonnenbergerMerge from vendor branch GCC:
2005-08-10 Joerg SonnenbergerBreak long commits. Don't ask for transfers when there...
2005-08-10 Joerg SonnenbergerSet baudrate to 100Mbps and advertise VLAN.
2005-08-10 Joerg SonnenbergerSet both, CRC32 generation and LED modes. Clear powerdo...
2005-08-10 Joerg SonnenbergerRevive multicast support, it got lost in the initial...
2005-08-10 Joerg Sonnenberger- Propagate error code from various bus_dma functions...
2005-08-03 Hiten PandyaAdd a workaround to make 3COM cardbus cards to propagat...
next