Age | Commit message (Expand) | Author |
2008-06-24 | Fixed a problem that would cause errors (especially when in low memory | Brad Smith |
2008-06-13 | fix compilation with BNX_DEBUG. | Brad Smith |
2008-06-13 | Remove slack space for RX/TX chains since it only covers sloppy coding. | Brad Smith |
2008-06-08 | don't declare foo_driver_version[] strings and turn them into defines, | Reyk Floeter |
2008-05-29 | - Add a debug message to mention when a 2.5Gb adapter is found. | Brad Smith |
2008-05-23 | Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() as | Brad Smith |
2008-02-28 | Add initial bits for fiber support with the BCM5706/BCM5708 chipsets. | Brad Smith |
2008-02-22 | Avoid unaligned PCI config space access. | Mark Kettenis |
2008-02-17 | Remove the check for non-production bnx(4) chipsets. These chipsets are | Brad Smith |
2007-11-25 | IF_Gbps(2.5) is wrong. | David Gwynne |
2007-08-28 | unify firmware load failure messages; ok mglocker | Theo de Raadt |
2007-07-04 | Revert r1.42 of if_bnx.c, "Enable IPv4 transmit TCP/UDP checksum | Kenneth R Westerback |
2007-05-22 | Add the BCM5709 PCI device Id. It is disabled for now since we do not | Reyk Floeter |
2007-05-22 | adress -> address | Jasper Lievisse Adriaanse |
2007-05-22 | Use BNX_PRINTF instead of printf with missing argument. | Ray Lai |
2007-05-21 | fix bnx vlan tagging in the rx path; do not attach the vlan tag twice | Reyk Floeter |
2007-03-05 | remove jumbo frame support by replacing MEXTALLOC with MCLGET, and | Reyk Floeter |
2007-03-03 | instead of establishing the interrupt in the mounthook, move it back | Reyk Floeter |
2007-03-03 | Replacing some spaces with tabs and some typo fixes | Todd T. Fries |
2007-03-02 | oops, this is $OpenBSD$ | Reyk Floeter |
2007-03-02 | - remove the code to bring down the PHY in bnx_stop(), it's wrong | Reyk Floeter |
2007-01-30 | Allow the bnx(4) driver to make use of all of the available hardware | Kenneth R Westerback |
2007-01-27 | Enable transmit TCP/UDP checksum offload. | Kenneth R Westerback |
2007-01-21 | Remove bogus check for old firmware. | Ryan Thomas McBride |
2007-01-20 | move the interrupt establishment till after everything in the softc is | David Gwynne |
2007-01-19 | bnx_init() takes a pointer to sc, not ifp. | Ryan Thomas McBride |
2007-01-10 | change firmware byte order to be same on all architectures | Theo de Raadt |
2006-12-24 | use the right size when loading the rx/tx descriptor bus dma maps. | Reyk Floeter |
2006-11-26 | commented out entry for the BCM5709. | 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 |
2006-11-19 | In bnx_start, check the used_tx_bd count rather than the descriptors | Brad Smith |
2006-10-26 | do the minimal initialization of the firmware so that ASF always | Brad Smith |
2006-10-25 | replace a few more instances of hand rolled code with the | Brad Smith |
2006-10-22 | now with the right revision of this diff which compiles. ok pedro, mglocker. | Brad Smith |
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 |
2006-10-19 | make the exit label naming scheme match the current function names, removes | Brad Smith |
2006-10-19 | Overhaul the transmit path: | Brad Smith |
2006-10-14 | - Simplify the arguments to bnx_tx_encap. | Brad Smith |
2006-10-04 | Use loadfirmware(9) to get /etc/firmware/bnx instead of hard-coding a | Theo de Raadt |
2006-08-25 | don't need to clear if_timer during attach. | Brad Smith |
2006-08-21 | ramdisks do not have vlan, drop mbuf; ok brad | Theo de Raadt |
2006-08-21 | simplfy code a bit and fix comments, this is the MRU being set not the | Brad Smith |
2006-08-21 | enable Jumbo support. | Brad Smith |
2006-08-20 | remove a comment. | Brad Smith |
2006-08-20 | cosmetic tweaks. | Brad Smith |
2006-08-20 | - replace IF_DEQUEUE/IF_PREPEND with IFQ_POLL/IFQ_DEQUEUE. | Brad Smith |
2006-08-19 | set the capabilities VLAN MTU flag. | Brad Smith |
2006-08-14 | And some more KNF. | Marco Peereboom |