Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-23 | - remove the TODO comments at the top. | Brad Smith | |
- add the VLAN headers. | |||
2006-10-23 | remove detach() function. this is not hotplug and this is dead code. | Damien Bergamini | |
2006-10-23 | make sure wpi_iter_func() is called at splnet. | Damien Bergamini | |
simplify wpi_dma_contig_alloc(). various cosmetic tweaks while i'm here. | |||
2006-10-23 | use the Sundance TC9021 ids. this was done so that stge(4) will attach | Brad Smith | |
properly with the sample boards and not have dmesg print unknown product. | |||
2006-10-23 | regen | Brad Smith | |
2006-10-23 | add the Sundance TC9021 PCI ids. | Brad Smith | |
2006-10-22 | recognize the BCM5715 A3 chipset. | Brad Smith | |
2006-10-22 | regen | Brad Smith | |
2006-10-22 | add the ASPEED Technology vendor id, AST2000 product id and an NVIDIA MCP55 | Brad Smith | |
PCI-ISA bridge. | |||
2006-10-22 | now with the right revision of this diff which compiles. ok pedro, mglocker. | Brad Smith | |
- Ensure that at least 16 TX descriptors are kept unused in the ring. - Use more complete error handling for TX load problems. From scottl@FreeBSD | |||
2006-10-22 | replace rssadapt(9) with amrr for automatic rate control. | Damien Bergamini | |
as a side-effect, this should fix all the "bogus xmit rate" panics users have been complaining about for some time when operating in HostAP mode. | |||
2006-10-22 | Check that ni->ni_rates.rs_nrates is not greater than sizeof rs.rates in | Damien Bergamini | |
iwi_auth_and_assoc() before copying the rate set. The firmware command allows a maximum of 12 rates to be defined while the ieee80211_rateset structure can contain up to 15 rates. Notice that this should not happen since the rate set is supposed to be negotiated at that time but Jeremie Le Hen sees some evidence of this happening in FreeBSD. In case it happens, print a diagnostic message and truncate the rate set. Pointed out by Jeremie Le Hen. | |||
2006-10-21 | does not compile | Theo de Raadt | |
2006-10-21 | - Ensure that at least 16 TX descriptors are kept unused in the ring. | Brad Smith | |
- Use more complete error handling for TX load problems. From scottl@FreeBSD | |||
2006-10-21 | sync | Damien Bergamini | |
2006-10-21 | Intel PRO/Wireless 3965ABG | Damien Bergamini | |
2006-10-20 | remove some NetBSD code. | Brad Smith | |
2006-10-20 | ansi | Brad Smith | |
2006-10-19 | make the exit label naming scheme match the current function names, removes | Brad Smith | |
a FreeBSD-ism from the original driver. | |||
2006-10-19 | Overhaul the transmit path: | Brad Smith | |
- Eliminate the bnx_dmamap_arg structure. - Refactor the loop that fills the buffer descriptor so that it can be done with a single set of logic in a single loop instead of two sets of logic. - Eliminate the need to cache and pass descriptor indexes between the start loop and the encap function. - Change the start loop to always check the ifnet sendq for more work. From scottl@FreeBSD | |||
2006-10-19 | s/Mhz/MHz/ in comments and printf() strings | Tom Cosgrove | |
ok jsg@ | |||
2006-10-19 | Match the IDE controller in the AMD Geode companion device CS5536. | Tom Cosgrove | |
The disk in the AMD Geode LX-800-based system now works much faster. hints grange@; ok jsg@ | |||
2006-10-18 | Simplify the logic of the for loops in the sis_ring_init() function. | Brad Smith | |
tested by ckuethe@ | |||
2006-10-17 | disable the firmware fastboot feature on 5752/5755 and 5787 ASICs, | Brad Smith | |
eliminates firmware timeouts. Tested by pedro la peu <pedro at am-gen dot org> with a 5752 ASIC and Benjamin Black <ben at layer8 dot net> with a 5787 ASIC. | |||
2006-10-16 | sync | Reyk Floeter | |
2006-10-16 | add via VPX-64 chipset | Reyk Floeter | |
2006-10-16 | Fix some "is is"s. ok otto@. | Tom Cosgrove | |
2006-10-15 | Fix last commit. | Mark Kettenis | |
2006-10-15 | Fix indentation. | Mark Kettenis | |
2006-10-15 | Get MAC address from VPD, just like we already do for hme(4). | Mark Kettenis | |
ok brad@ | |||
2006-10-15 | regen | Jonathan Gray | |
2006-10-15 | Add some Intel 965 devices. | Jonathan Gray | |
2006-10-15 | recognize the BCM5787 A2 chipset. | Brad Smith | |
2006-10-15 | regen | Brad Smith | |
2006-10-15 | use the correct PCI id for the Broadcom BCM5756 chipset. | Brad Smith | |
2006-10-15 | regen | Brad Smith | |
2006-10-15 | add a few Intel 82Q963 (Q963) chipset ids. | Brad Smith | |
2006-10-14 | - Simplify the arguments to bnx_tx_encap. | Brad Smith | |
- Don't copy the bd_chain head pointers into temporary objects, they are available globally. From scottl@FreeBSD | |||
2006-10-12 | Add a symbolic name parameter to cardbus_intr_establish(). | Alexander Yurchenko | |
Count cardbus devices interrupts in cbb(4) using evcount(9). ok deraadt@ | |||
2006-10-12 | regen | Brad Smith | |
2006-10-12 | add another ServerWorks HT-2100 PCIe bridge. | Brad Smith | |
dmesg from marco@ | |||
2006-10-11 | regenerate. ok brad | Chris Kuethe | |
2006-10-11 | add my Radeon X800 | Chris Kuethe | |
ok brad | |||
2006-10-11 | regen | Brad Smith | |
2006-10-11 | add the NetXen vendor id. | Brad Smith | |
2006-10-11 | call xge_stop() at the top of xge_init(). | Brad Smith | |
2006-10-10 | - Only use the MAC address workaround for the Xframe chipset. | Brad Smith | |
- For the Xfrme II chipset, bring EOI out of reset before XGXS. - Check for the adapter status bit RIC_RUNNING before trying to access any registers with the Xframe II chipset. - Add new DTX_Control values for the Xframe II chipset to initialize the XGXS transciever. - Make sure to clear IFF_RUNNING/IFF_OACTIVE in xge_stop(). From Veena Parat @ Neterion | |||
2006-10-10 | revert the firmware synchronization change in rev 1.178, this is the cause | Brad Smith | |
of the first port of a dual port MAC to not work. | |||
2006-10-10 | regen | Brad Smith | |
2006-10-10 | add two Pericom PCI bridges. | Brad Smith | |