summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2006-03-02Put the PHY update/reset call in nfe_init back to the spot it was atJonathan Gray
2006-02-27Increase delay value, fixes pr5018.Alexander Yurchenko
2006-02-27Workaround for bridge attachment where nothing lives behind these 'rare'Dale Rahn
2006-02-26Disable alipm(4) on sparc64 if not running at the recommended 74KHz clock, toMark Kettenis
2006-02-26use sc->sc_dev.dv_xname consistently.Damien Bergamini
2006-02-26prettify + u_int{8,16,32}_t -> uint{8,16,32}_tDamien Bergamini
2006-02-26regenBrad Smith
2006-02-26fix some of the ATI names.Brad Smith
2006-02-26Let if_nfe.c compile again by putting declaration of ifp inside #ifdefKenneth R Westerback
2006-02-26Don't define NFE_DEBUG by default.Jonathan Gray
2006-02-26clean up if there is a failure to attach.Brad Smith
2006-02-26store the shutdown hook pointer in the softc struct.Brad Smith
2006-02-26vic(4) is PCI only so make it look like a typical PCI only driver.Brad Smith
2006-02-26- set baud rate in ixgb_update_link_status().Brad Smith
2006-02-25add vic(4) config glue. The driver is not yet enabled.Reyk Floeter
2006-02-25Add vic(4), a driver for the VMware vmxnet network interface. This isReyk Floeter
2006-02-25syncDamien Bergamini
2006-02-25ids for intel pro/wireless 3945ABGDamien Bergamini
2006-02-24Make ServerWorks SATA less chatty. Sprinkle some KNF while I'm there.Mark Kettenis
2006-02-24update link status here.Brad Smith
2006-02-24check for M_PKTHDR.Brad Smith
2006-02-24regenBrad Smith
2006-02-24add the Envy24 I/O CtrlrBrad Smith
2006-02-24regenBrad Smith
2006-02-24add IC Ensemble and the Envy24 Audio controllerBrad Smith
2006-02-24regenBrad Smith
2006-02-24fix the orderBrad Smith
2006-02-24regenBrad Smith
2006-02-24add a PCI id for Dell PERC 4e/Di and 4e/Si adapters.Brad Smith
2006-02-24clear the powerdown mode that Windows will put bce chips intoBrad Smith
2006-02-24add TTTech MC322Brad Smith
2006-02-24use some define's for the PCI ids and add another ICP Vortex PCI id.Brad Smith
2006-02-23regenBrad Smith
2006-02-23add another ICP Vortex PCI id.Brad Smith
2006-02-22fix nfe_txeof() to reset the wathdog timeout only when a full tx frameDamien Bergamini
2006-02-22re-enable interrupt mitigation and mask out NFE_IRQ_TIMER that was causingDamien Bergamini
2006-02-22IBM makes a pcn card that shows up as:Brad Smith
2006-02-22For 82544 and newer chips increase the number of TX descriptors to 512.Brad Smith
2006-02-22regenBrad Smith
2006-02-22update the media settings after MAC setup.Brad Smith
2006-02-21disable interrupt mitigation until i figure out why we're spending 10% ofDamien Bergamini
2006-02-21- Overhaul link state detection code.Brad Smith
2006-02-20- remove mbuf linearization code. it is broken in this context and it is veryDamien Bergamini
2006-02-19- fix h/w VLAN tagging and enable it for adapters that support it (VLAN tagDamien Bergamini
2006-02-19add the TTTech MC322Brad Smith
2006-02-17If there is no link then set IFM_NONE so ifconfig will show a mediaBrad Smith
2006-02-17- simplify link state handling code.Brad Smith
2006-02-16Use rasops_unpack_attr() to decompose attributes instead of doing it by hand,Miod Vallat
2006-02-16set IFCAP_VLAN_MTU unconditionally.Brad Smith
2006-02-16Do not bother enabling HW TX checksum offload since the code toBrad Smith