summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
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
2006-02-16Only set HW VLAN assist flag when IFCAP_VLAN_HWTAGGING is set.Brad Smith
2006-02-16disable HW VLAN tagging.Brad Smith
2006-02-16Patch from Dimitry Andric to fix the allocation of 4 pages of gartMatthieu Herrb
2006-02-16- stop enabling/disabling interrupts in nfe_intr().Damien Bergamini
2006-02-16regenBrad Smith
2006-02-16add some ENE CardBus controllers.Brad Smith
2006-02-15move setting IFCAP_VLAN_MTU back to where it is supposed to be.Brad Smith
2006-02-15add support for 64bit rings base addresses.Damien Bergamini
2006-02-15actually disable h/w VLAN tagging for now.Damien Bergamini
2006-02-15- enable jumbo frames for adapters that support it.Damien Bergamini
2006-02-15be gone whitespace.Brad Smith
2006-02-13use pci_mapreg_type().Brad Smith
2006-02-13nVidia/nvidia -> NVIDIABrad Smith
2006-02-13regenBrad Smith
2006-02-13NVidia -> NVIDIABrad Smith
2006-02-13add some ASIC revisions to the various switch cases and identifyBrad Smith
2006-02-13Due to an oversight on my part I forgot to remove clearing of theBrad Smith
2006-02-13revert rev 1.85. The mbuf needs to be re-mapped in the case of an error.Brad Smith
2006-02-12fix a printfDamien Bergamini
2006-02-12don't print shared interrupts when debugging is on.Damien Bergamini
2006-02-12use BUS_DMA_READ flag when mapping RX buffers.Damien Bergamini
2006-02-12reduce the number of DMA sync operations by sincing multiple TX descriptorsDamien Bergamini
2006-02-12initial jumbo frames support (disabled for now).Damien Bergamini
2006-02-12Revert previous, seems to cause problems on some machines.Alexander Yurchenko
2006-02-11regenJonathan Gray
2006-02-11Add a handful more of ATI/NVIDIA devices mostly from submitted dmesgs.Jonathan Gray
2006-02-11regenBrad Smith
2006-02-11- fix C51 Mem entryBrad Smith
2006-02-11New version of i915 supprotm adapted from freebsd by Dimitry Andric, withMatthieu Herrb
2006-02-11regenBrad Smith
2006-02-11add another NVidia C51 memory controller, NVidia GeForce 6150 and GeForce 615...Brad Smith
2006-02-11set IFCAP_VLAN_MTU in the capabilites field.Brad Smith
2006-02-11- call nfe_ifmedia_upd() early in nfe_init() to reset the PHY.Damien Bergamini
2006-02-11fix nfe_free_tx_ring() and nfe_reset_tx_ring() to unmap the good items.Damien Bergamini
2006-02-11don't free the mbuf in nfe_encap() if it can't be DMA'mapped since it isDamien Bergamini
2006-02-11MCP51 boards don't support jumbo frames..Damien Bergamini
2006-02-11force a wakeup of the MAC in nfe_init().Damien Bergamini
2006-02-11recognize another 5714 family chipset.Brad Smith
2006-02-11regenBrad Smith
2006-02-11this HT-2000 PCI bridge is actually PCI-X and not PCI Express.Brad Smith
2006-02-11Mask off the highest 16 bit of the io space address.Alexander Yurchenko
2006-02-10Fix LBA48 access for ServerWorks SATA.Mark Kettenis
2006-02-10fix a typo in em_clean_transmit_interrupts() that will cause theBrad Smith
2006-02-10remove unnecessary link state check in the watchdog handler.Brad Smith
2006-02-10Remove clearing of the IFF_RUNNING flag from the watchdog handler asBrad Smith