Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-18 | disable hardware vlan tag stripping | Camiel Dobbelaar | |
tested by Janjaap Velthoven ok brad | |||
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt | |
2005-07-16 | move headers and remove some FreeBSD specific stuff. | Brad Smith | |
2005-07-16 | remove braces here too | Brad Smith | |
2005-07-16 | remove __BROKEN_INDIRECT_CONFIG cruft | Brad Smith | |
2005-07-16 | fix support for interrupt mitigation. | Brad Smith | |
ok nate@ | |||
2005-07-14 | More bge ids, found in Broadcom's Linux driver. ok brad@ | Jonathan Gray | |
2005-07-14 | regen | Jonathan Gray | |
2005-07-14 | More bge ids, found in Broadcom's Linux driver. ok brad@ | Jonathan Gray | |
2005-07-14 | add D-Link PCI id. | Brad Smith | |
From: jsg@ | |||
2005-07-14 | regen | Brad Smith | |
2005-07-14 | fix PCI ID for SysKonnect SK9Exx cards and add a PCI ID for some | Brad Smith | |
unknown D-Link card. Pointed out by jsg@ | |||
2005-07-13 | remove white space and fix formatting for readability. | Brad Smith | |
2005-07-12 | h/w doesn't decrypt rx frames in monitor mode so don't try to remove the | Damien Bergamini | |
iv and crc fields or to clear the wep bit from the 802.11 header. fix by Pedro la Peu. closes kern/4284. | |||
2005-07-12 | sync | Theo de Raadt | |
2005-07-12 | new INTEL 915GM*; pablomh@gmail.com | Theo de Raadt | |
2005-07-12 | remove unused prototype sk_free_jumbo_mem | Brad Smith | |
2005-07-12 | free resources for Jumbo buffers in sk_stop(). | Brad Smith | |
ok deraadt, krw, beck | |||
2005-07-11 | sync | Theo de Raadt | |
2005-07-11 | new devs; maxim@student.chalmers.se | Theo de Raadt | |
2005-07-10 | pci_conf_read() return pcireg_t not u_int32_t and fix some style | Michael Shalayeff | |
2005-07-09 | remove code for TX checksum | Brad Smith | |
2005-07-09 | don't clear RUNNING here. | Brad Smith | |
2005-07-09 | remove braces here | Brad Smith | |
2005-07-09 | better | Brad Smith | |
2005-07-09 | - mbuf external storage is of (caddr_t), not (caddr_t *). | Brad Smith | |
- simplify code a bit and use MEXTADD macro. | |||
2005-07-09 | handle 64bit bar; found by mpf@ | Michael Shalayeff | |
2005-07-09 | fix SIOCSIFMTU | Brad Smith | |
2005-07-09 | - disable TX checksum offload since this chip has a bug where | Brad Smith | |
it'll wedge if you try to transmit a Jumbo frame larger than 8152 bytes. - Rip out VLAN stripping support. From camiel@ - Only set Ok flags for receive checksum offload otherwise fallback on software. | |||
2005-07-09 | Missing pciide_print_modes() in pdc203xx_setup_channel(). fgsch@ ok. | Hakan Olsson | |
2005-07-08 | - use ETHER_MAX_LEN_JUMBO in one more spot | Brad Smith | |
- don't bother setting bad checksum flag, fallback on software | |||
2005-07-08 | add a return here. | Brad Smith | |
2005-07-07 | check ETHERMIN and stop calling em_init_locked() from SIOCSIFMTU ioctl. | Brad Smith | |
2005-07-07 | Make Fractional T1 work, reported and tested by Greg Mortensen, | Can Erkin Acar | |
patch from alex@ | |||
2005-07-07 | - the PCI layer enables bus mastering so don't bother again here. | Brad Smith | |
- use pci_mapreg_map() | |||
2005-07-07 | remove unused structure definitions. ok damien@ | Kevin Lo | |
2005-07-06 | regen | Jonathan Gray | |
2005-07-06 | More NVIDIA devices, in a dmesg from tybollt at solace.mh.se | Jonathan Gray | |
2005-07-06 | - Rewritten TX to use only two pointers to track producer/consumer. | Brad Smith | |
- Bugfix: don't forget to set IFF_OACTIVE when TX list is full. From FreeBSD - clear IFF_RUNNING & IFF_OACTIVE in vr_stop() before de-allocating resources. Thanks to cloder@, millert@ and pedro@ for testing. | |||
2005-07-06 | smartarray 5* raid controller; does io but needs more work; commented out in ↵ | Michael Shalayeff | |
configs for now | |||
2005-07-06 | allow bge(4) to receive Jumbos by default. | Brad Smith | |
ok krw@ | |||
2005-07-06 | regen | Brad Smith | |
2005-07-06 | add Intergraph Intense 3D | Brad Smith | |
2005-07-03 | include CRC | Brad Smith | |
2005-07-03 | fix MTU ioctl case | Brad Smith | |
2005-07-03 | no need for HW VLAN tag removal so clean up some code. | Brad Smith | |
2005-07-03 | enable use of the hardware 64 entry CAM table for perfect multicast | Brad Smith | |
filtering otherwise fallback on the multicast hash table if trying to filter on more than 64 addresses or if we're trying to flip on ALLMULTI. | |||
2005-07-03 | ETHERMTU_JUMBO -> ETHER_MAX_LEN_JUMBO | Brad Smith | |
2005-07-03 | adjust tuneable for Jumbo case | Brad Smith | |
2005-07-03 | regen | Brad Smith | |