Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-23 | complete rearrange and spaces. makes this readable. no binary change. | Federico G. Schwindt | |
2005-09-23 | addition O2Micro registers needed to make certain chipsets work (atheros | Federico G. Schwindt | |
seems to be one of them). from linux via Leonardo Chiquitto Filho <leonardo at iken dot com dot br> | |||
2005-09-23 | regen. | Federico G. Schwindt | |
2005-09-23 | more O2 micro entries and correct some existing ones; based on diff | Federico G. Schwindt | |
from Leonardo Chiquitto Filho <leonardo at iken dot com dot br> and dmesglog searching. | |||
2005-09-22 | Simplify DMA handling. Limit DMA size to a fixed numer of slots. | Claudio Jeker | |
Redesign musycc_start() so that it can be called from the musycc_txeom() handler when there is again space in the DMA ring. | |||
2005-09-22 | Notify sppp about link state changes. This makes PPP encoding work. | Claudio Jeker | |
2005-09-22 | remove the very basic ath(4) rate control implementation and use | Reyk Floeter | |
rssadapt(9) instead. this may need some further work but now it's in the right place and shared with other drivers (like ral(4)). yes jsg@ | |||
2005-09-20 | memory, media handling and a bunch of register definitions for Yukon-2. | Brad Smith | |
From jason@ | |||
2005-09-20 | merge xmaciireg.h and yukonreg.h into if_skreg.h | Brad Smith | |
2005-09-20 | shuffle some stuff from skreg to skvar | Brad Smith | |
2005-09-19 | o Add initial bits for IBSS support. | Damien Bergamini | |
o Fix association with APs not broadcasting their SSIDs. o Don't send anything if there is less than eight free slots in Tx ring. | |||
2005-09-19 | spelling. | Federico G. Schwindt | |
2005-09-17 | KNF and remove function/line number references from log messages | Can Erkin Acar | |
no functional change | |||
2005-09-17 | regen | Jonathan Gray | |
2005-09-17 | Handful of additional devices. | Jonathan Gray | |
Partially from Lawrence Teo lcteo at uncc.edu | |||
2005-09-17 | remove VPD bits | Brad Smith | |
2005-09-17 | add media detection and dual port detection for Yukon-2. | Brad Smith | |
from jason@ | |||
2005-09-16 | spelling. | Federico G. Schwindt | |
2005-09-16 | - remove code to read PCI VPD as we do not use that anymore. | Brad Smith | |
- remove some FreeBSD-ism's: struct resource *'s. - fail more gracefully in sk_probe() instead of in sk_attach() for newer unsupported ASIC revisions. From jason@ | |||
2005-09-15 | Revert rev 1.202 for now as it breaks at least one machine. | Jonathan Gray | |
2005-09-14 | Support for ATI IXP 200/300/400 IDE mostly based on changes | Jonathan Gray | |
made by Quentin Garnier to NetBSD. tested by tdeval@ and ian@, ok grange@ | |||
2005-09-14 | decrease RX copy treshold to MHLEN to prevent | Can Erkin Acar | |
unnecessary copying if already allocating a cluster. fix a comment and remove a bogus check while there. | |||
2005-09-13 | only include what is needed (tree.h) and not the whole metric assload of ↵ | Michael Shalayeff | |
unrelated crap (mbuf.h) | |||
2005-09-13 | replace the node hash table with a red-black tree. this fixes some | Reyk Floeter | |
bugs in the node table (like duplicate nodes in hostap mode), we get rid of possible hash collisions, and it simplifies the code. tested by many, ok damien@, jsg@ | |||
2005-09-12 | regen | Jonathan Gray | |
2005-09-12 | ZyDAS PCI IDs. | Jonathan Gray | |
2005-09-11 | typo, th -> the | Brad Smith | |
2005-09-11 | oops. unused var | Michael Shalayeff | |
2005-09-11 | do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok | Michael Shalayeff | |
2005-09-11 | Don't use a global variable to indicate that we are | Brad Smith | |
stge1023. Use an sc member. From christos NetBSD | |||
2005-09-10 | whitespace removal and KNF | Brad Smith | |
2005-09-10 | - a few fixes from the FreeBSD driver | Brad Smith | |
- make use of pci_mapreg_map() - ensure driver cleans after itself if ste_attach() fails | |||
2005-09-10 | regen | Brad Smith | |
2005-09-10 | add Chelsio Communications 10GbE PCI vendor and product ids. | Brad Smith | |
2005-09-10 | regen | Brad Smith | |
2005-09-10 | - add Apple FW PCI id | Brad Smith | |
- add ATI 9600 LE Secondary PCI id - make ATI Secondary PCI entries more consistent in naming | |||
2005-09-10 | regen | Brad Smith | |
2005-09-10 | add Neterion vendor id and Xframe 10GbE product id. | Brad Smith | |
2005-09-09 | regen | Michael Shalayeff | |
2005-09-09 | another via host bridge; from Maxim Bourmistrov <maxim@student.chalmers.se> | Michael Shalayeff | |
2005-09-08 | - Removes spl durring attach | Brad Smith | |
- Use pci_mapreg_map() - Ensure bge_attach() always cleans up properly upon failure ok krw@ sturm@ | |||
2005-09-08 | save the pcitag | Reyk Floeter | |
2005-09-08 | regen | Michael Shalayeff | |
2005-09-08 | two more ibm serveraid ids | Michael Shalayeff | |
2005-09-08 | remove unused variables from ath_pci_softc | Reyk Floeter | |
2005-09-08 | tell the driver to allocate memory for the size of ath_pci_softc | Reyk Floeter | |
instead of ath_softc. this fixes possible page faults with ath@pci. | |||
2005-09-08 | Remove the last of the FreeBSD compatiblity goop. | Jonathan Gray | |
ok reyk@ | |||
2005-09-08 | add missing TULIP_STS_LINKFAIL flag in tulip_21041_media_probe(). | Brad Smith | |
From NetBSD rev 1.67 and verified to still be there in -current. | |||
2005-09-08 | remove some trailing whitespace | Brad Smith | |
2005-09-08 | make de(4) use ether_input_mbuf() | Brad Smith | |
From thorpej NetBSD ok krw@ martin@ |