Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-26 | avoid extra inclusions; ok jsg | Theo de Raadt | |
2006-11-26 | revert the Jumbo diff that was commited as part of a wireles drivers commit. | Brad Smith | |
2006-11-26 | regen again. :) | Dimitry Andric | |
2006-11-26 | regen | Dimitry Andric | |
2006-11-26 | Add some Intel 946, 963 and 965 entries. | Dimitry Andric | |
2006-11-26 | Make sure AGP debug printfs actually compile. | Dimitry Andric | |
2006-11-26 | commented out entry for the BCM5709. | Brad Smith | |
2006-11-26 | do not have each net80211 driver define its own rates structures. if they use | Theo de Raadt | |
the standard rates, use some defined by net80211 itself. kernel shrinks a bit ok jsg mglocker | |||
2006-11-25 | use pci_matchbyid() here, too. | Marc Balmer | |
2006-11-25 | Convert pwdog(4) over to using pci_matchbyid(). | Marc Balmer | |
From brad, thanks. | |||
2006-11-25 | The PWDOG1 card can be jumpered to work I/O or memory mapped. Detect | Marc Balmer | |
the correct type and use it. Use a macro for the first BAR and remove an unneeded header file. help & ok uwe & jsg. | |||
2006-11-25 | ANSI | Brad Smith | |
2006-11-25 | committ these atfter generating them, reminded by deraadt. | Marc Balmer | |
2006-11-25 | Add support for the Quancom PWDOG1 watchdog timer card. | Marc Balmer | |
See http://www.quancom.com/ for detailed information on the card. ok deraadt, help and ok uwe | |||
2006-11-25 | remove some sk(4) specific media handling code. | Brad Smith | |
ok kettenis@ Tested with Yukon-2 EC and Yukon-2 XL. | |||
2006-11-25 | Split the GEM registers into two halfs and provide a bus_space_handle_t | Brad Smith | |
for each. While there, fix a typo in gem_bitwait(). From martin@NetBSD | |||
2006-11-24 | regen | Brad Smith | |
2006-11-24 | add the Broadcom BCM5709 PCI id. | Brad Smith | |
2006-11-23 | Do not attach second port on dual port cards for now. | Mark Kettenis | |
This makes the first port work. ok brad@ | |||
2006-11-23 | Set some more power management bits; makes Yukon-2 XL work somewhat. | Mark Kettenis | |
ok brad@ | |||
2006-11-23 | OpenBSD-ify the HW VLAN tag insertion code. | Brad Smith | |
2006-11-22 | add the BCM4312 PCI id. | Brad Smith | |
2006-11-22 | Some more minor cleanup in the PCI hookup. | Marcus Glocker | |
From Jon Simola <jon@mecha.ca>. | |||
2006-11-21 | fix dmesg printing for the artisea chipset. | Brad Smith | |
2006-11-21 | From Jon Simola <simola@mecha.com>: | Marcus Glocker | |
Lots of help from Jonathan Gray. bcw_regs has been removed, and DMA/descriptor style changes that look more normal. Tested, no loss in current unfunctionality. | |||
2006-11-21 | Remove watchdog handler workaround introduced in rev 1.149 which is no | Brad Smith | |
longer necessary. | |||
2006-11-21 | style changes. no op. | Brad Smith | |
2006-11-20 | Re-enable HW VLAN tagging. | Brad Smith | |
2006-11-20 | set the IFCAP_VLAN_HWTAGGING capabilities flag. | Brad Smith | |
2006-11-20 | only try to do HW checksum offload for TCP and UDP. | Brad Smith | |
2006-11-20 | Due to an incorrect macro, it appears that the driver has always been | Brad Smith | |
accidentally truncating off the VLAN tag field in the TX descriptor. Fix this by splitting up the vlan_tag and flags fields into separate fields, and handling them appropriately. From scottl@FreeBSD | |||
2006-11-19 | Re-enable the Intel i31244 support now that real hardware actually exists. | Brad Smith | |
2006-11-19 | some additional registers for the Artisea chipset operating in DPA mode. | Brad Smith | |
From rearnsha@NetBSD | |||
2006-11-19 | In bnx_start, check the used_tx_bd count rather than the descriptors | Brad Smith | |
mbuf pointer to see if the transmit ring is full. The mbuf pointer is set only in the last descriptor of a multi-descriptor packet. By relying on the mbuf pointers of the earlier descriptors, the driver would sometimes overwrite a descriptor belonging to a packet that wasn't completed yet. Also, tx_chain_prod wasn't updated inside the loop, causing the wrong descriptor to be checked after the first iteration. The upshot of all this was the loss of some transmitted packets at medium to high packet rates. In bnx_tx_encap, remove a couple of old statements that shuffled around the tx_mbuf_map pointers. These now correspond 1-to-1 with the transmit descriptors, and they are not supposed to be changed. Correct a couple of inaccurate comments. From jdp@FreeBSD | |||
2006-11-19 | regen | Brad Smith | |
2006-11-19 | add the Broadcom BCM4312 PCI id. | Brad Smith | |
2006-11-19 | Add PCI hookup for malo(4). | Marcus Glocker | |
Tested by Stephane Chausson <stephane.chausson@laposte.net> with a Netgear WG311v3. | |||
2006-11-18 | Remove some useless variables/code dealing with cardbus BARs | Alexander Yurchenko | |
reprogramming. ok mglocker@ | |||
2006-11-18 | ixgb_get_buf(): | Brad Smith | |
- Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() + mtod(). - Only BUS_DMASYNC_PREREAD is necessary for the bus_dmamap_sync(). ixgb_allocate_receive_structures(): - Clean up error handling for receive buffer allocation and just have everything done by ixgb_free_receive_structures() now. ixgb_free_receive_structures(): - A few changes here to allow this function to be called from ixgb_stop() as well as ixgb_allocate_receive_structures(). | |||
2006-11-18 | add a few comments | Brad Smith | |
2006-11-18 | fix comments | Brad Smith | |
2006-11-17 | Remove code that deals with sk(4) specific phy's that breaks certain msk(4) | Mark Kettenis | |
variants. tested by jsg@ | |||
2006-11-17 | This is a very initial import for a driver which supports the IEEE 802.11 | Marcus Glocker | |
Broadcom BCM43xx chipset. Device attaches, but has no further functionality yet. The work has been done by Jon Simola <jsimola@gmail.com>, based on the existing bce(4) code. He will continue to work on the driver and try to make further progress. ok deraadt@ | |||
2006-11-17 | Add a lower TX threshold value and use this when checking the number of | Brad Smith | |
available TX descriptors in the case that em_encap() has tried to reclaim descriptors. From Jack Vogel@Intel Tested by brad@, mk@, Gabriel Kihlman <gk at stacken dot kth dot se>, Johan Mson Lindman <tybollt at solace dot mh dot se> Tested on amd64/i386/sparc64 | |||
2006-11-16 | have SK_IS_YUKON only match for first generation Yukon chipsets. | Brad Smith | |
2006-11-16 | when checking for an appropriate revision of chipset use SK_IS_YUKON2 | Brad Smith | |
instead of SK_IS_YUKON. | |||
2006-11-16 | remove the small amount of code for Yukon-2 chipsets now that there is msk(4). | Brad Smith | |
2006-11-15 | Correct the WOL magic value and rename NFE_WOL_MAGIC to NFE_WOL_ENABLE. | Brad Smith | |
WOL magic value from Peer Chen@NVIDIA via FreeBSD. ok jsg@ damien@ | |||
2006-11-14 | regen | Brad Smith | |
2006-11-14 | add a handful of NVIDIA MCP51 and MCP55 PCI-ISA bridges. | Brad Smith | |