Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-04 | move the promiscuous mode handling code into bge_setpromisc() and simplify | Brad Smith | |
the interface flags ioctl handler. | |||
2006-08-04 | simplify interface flags ioctl handler. | Brad Smith | |
2006-08-04 | typo, loose -> lose | Brad Smith | |
2006-08-04 | extend the set of supported 802.11a channels (100-140). | Damien Bergamini | |
2006-08-04 | - merge em/ixgb_disable_promisc() into em/ixgb_set_promisc(). | Brad Smith | |
- rearrange interface flags ioctl handler. | |||
2006-08-04 | and the same goes for sk_init_yukon(). | Brad Smith | |
2006-08-04 | remove now redundant promiscuous mode handling code from sk_init_xmac(). | Brad Smith | |
2006-08-04 | refactor the promiscuous mode handling code and simplify the ioctl handler. | Brad Smith | |
2006-08-04 | Fix busy check for PHY write operation with Yukon chips. | Brad Smith | |
From yongari@FreeBSD | |||
2006-08-04 | fix up error messages in em/ixgb_allocate_pci_resources(). | Brad Smith | |
2006-08-03 | sync | Theo de Raadt | |
2006-08-03 | do not waste space with long names | Theo de Raadt | |
2006-08-03 | - initialize interrupt string to NULL. | Brad Smith | |
- remove bogus 32-bit memory type flag when mapping I/O space. ok deraadt@ | |||
2006-08-03 | Fix 802.11a. With these changes I can now connect my wpi(4) to | Damien Bergamini | |
a ral(4)-based 802.11a AP. | |||
2006-08-03 | pci front end for acx | Theo de Raadt | |
2006-08-03 | white space fixes | David Gwynne | |
2006-08-03 | regen | Brad Smith | |
2006-08-03 | remove a underscore from the ITE IT8888F entry. | Brad Smith | |
2006-08-03 | regen | Brad Smith | |
2006-08-03 | properly deal with Atheros chips that use a 64-bit memory address space. | Brad Smith | |
From martin@NetBSD | |||
2006-08-03 | fix typo, 5300ESB -> 6300ESB | Brad Smith | |
2006-08-03 | regen | Brad Smith | |
2006-08-03 | add NVIDIA CK804 Mem controller. | Brad Smith | |
2006-08-02 | regen | Brad Smith | |
2006-08-02 | - add AMD Geode LX and CS5536 PCI ids. | Brad Smith | |
- add ITExpress 8888F PCI-ISA bridge. | |||
2006-08-02 | disable Jumbos until reception of Jumbo frames can be fixed. | Brad Smith | |
2006-08-01 | (em/ixgb)_(clean_transmit_interrupts/process_receive_interrupts) -> | Brad Smith | |
(em/ixgb)_(txeof/rxeof) | |||
2006-08-01 | attach to the NVIDIA MCP51 AC97 controller as well. | Brad Smith | |
From bsh@NetBSD | |||
2006-08-01 | back out a tiny piece of mickey's commit which lets me compile a kernel | Jolan Luff | |
on sparc64 again | |||
2006-08-01 | more 802.11a bits | Damien Bergamini | |
2006-08-01 | - improve scan code to support scanning of 802.11a channels | Damien Bergamini | |
- fix protection mode - fix association to APs hiding their SSID + various cosmetic tweaks while i'm here | |||
2006-08-01 | regen | Brad Smith | |
2006-08-01 | add PCI id for the IBM Calgary IOMMU found in high end IBM xServies servers. | Brad Smith | |
2006-08-01 | regen | Brad Smith | |
2006-08-01 | more tabs. | Brad Smith | |
2006-07-31 | take a scsi xfer from the midlayer and turn it into an areca io command. | David Gwynne | |
its inside an if 0 chunk till i write the post and reply queue handling and the response handling. | |||
2006-07-31 | puc@cardbus (only added (commented out) to whom has puc@pci enabled) | Michael Shalayeff | |
tested on puc@pci by fkr and meself on the cardbus. still needs a bit more work but generally works. deraadt@ ok and some input from miod@ | |||
2006-07-31 | hook arc up to the scsi midlayer | David Gwynne | |
2006-07-31 | oops; the new one is w a whole new fw and doesn't work w/ twe(4) | Michael Shalayeff | |
2006-07-31 | tweak the hardware commands | David Gwynne | |
2006-07-31 | new pci ids for future controllers | David Gwynne | |
2006-07-31 | regen | David Gwynne | |
2006-07-31 | future areca devices. | David Gwynne | |
from erich chen | |||
2006-07-30 | missed this part of the more strict receive path packet validation | Brad Smith | |
routine commit. | |||
2006-07-30 | Add more strict receive path packet validation routine. Previously | Brad Smith | |
the driver could pass corrupted packets to the upper layer under certain conditions. From yongari@FreeBSD | |||
2006-07-29 | not keeping the dma tag around means we panic when we try to use it during | David Gwynne | |
allocation of dmaable memory. | |||
2006-07-29 | here's the real reason i removed the if_arc network goo: i wanted its name. | David Gwynne | |
this is the start of a driver supporting the areca raid controllers. so far it probes, attaches, establishes the interrupt, allocates all the necessary memory and queries the firmware for operating params. the io path is yet to be done. that is going to be hard to do since i dont have any sata disks to plug into it. thanks go to Billion Wu and Erich Chen from Areca for their assistance. ok deraadt@ | |||
2006-07-29 | regen | David Gwynne | |
2006-07-29 | more areca raid controller ids | David Gwynne | |
2006-07-28 | regen | Brad Smith | |