summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2008-08-29add support for software crypto to allow WPA/WPA2/RSN. it is disabledReyk Floeter
2008-08-29add a HAL function to force disabling the hardware crypto engineReyk Floeter
2008-08-29the atw(4) man page says:Damien Bergamini
2008-08-28Rewrite the multicast/promiscuous handling and in the process merge intoBrad Smith
2008-08-27Remove a redundant define for RL_CFG2 and remove an incorrect comment.Brad Smith
2008-08-27fix IEEE80211_RADIOTAP_F_SHORTPREDamien Bergamini
2008-08-27another IEEE80211_RADIOTAP_F_FCS candidate.Damien Bergamini
2008-08-27add IEEE80211_RADIOTAP_F_FCS radiotap flag from NetBSD.Damien Bergamini
2008-08-27override net80211's ic_node_alloc function to allocate a fullDamien Bergamini
2008-08-27introduce new IEEE80211_STA_ONLY kernel option that can be set toDamien Bergamini
2008-08-26Fix a couple of problems that may make gem(4) get stuck:Mark Kettenis
2008-08-25two spelling fixes from Anathae Townsend;Jason McIntyre
2008-08-22a ; in a bad place; dragonfly; ok mglockerTheo de Raadt
2008-08-14in ieee80211_input(), call if_start() after enqueuing frames in if_sndDamien Bergamini
2008-08-13Add more Config mode registers.Brad Smith
2008-08-13Replace the use of a separate softc field to track the linkBrad Smith
2008-08-11Add support for TX/RX checksum offload for newer re(4) chipsets.Brad Smith
2008-08-05Add support for reading the MAC address for newer re(4) chipsets.Brad Smith
2008-07-30Do not print adapter target id on the attachment line, now that scsibus(4)Miod Vallat
2008-07-30spacingReyk Floeter
2008-07-30Update the RF, RFGAIN, MODE, INI, and BBGAIN initialization tablesReyk Floeter
2008-07-29In ahc_free(), which is invoked if attachment fails, do not free()Miod Vallat
2008-07-29Reenable the AUXWRITE dance to try and find the aux port in pckbc(4), basedMiod Vallat
2008-07-29- fix FIFO overruns on PCI-E chipsets by setting the DMA sizeReyk Floeter
2008-07-28syncReyk Floeter
2008-07-28syncReyk Floeter
2008-07-27fix a typo in a comment.Marc Balmer
2008-07-24the softc sc_lock lockmgr lock is unused, so remove it.Thordur I. Bjornsson
2008-07-21rename rt2860 pci ids to match with reality.Damien Bergamini
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2008-07-21cleanup - we don't have resource structureKevin Lo
2008-07-17Zero mbreg_t structure *before* initializing any members, not when we'reMark Kettenis
2008-07-16Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels.Miod Vallat
2008-07-15Adapt some code from the FreeBSD driver required to makeJonathan Gray
2008-07-13Add some additional hardware revisions from FreeBSD needed forJonathan Gray
2008-07-02unify using WDCDEBUG.Federico G. Schwindt
2008-07-01Do not use MINCLSIZE to figure out if a single mbuf or a mcluster should beClaudio Jeker
2008-06-30wrap logging code around WDC_DEBUG. shrinks kernel by ~4k.Federico G. Schwindt
2008-06-27More removal of clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-25do not print scsi id, since scsibus does that now; ok krwTheo de Raadt
2008-06-22Update watchdog timer code from DragonFly.Brad Smith
2008-06-14Allow ath(4) to detach cleanly when attaching via PCI. AlsoJoel Sing
2008-06-13If you have #if FOO > 0 parts of your softc beJonathan Gray
2008-06-11Zero mbreg_t (mailbox) structures allocated on the stack before fillingKenneth R Westerback
2008-06-11Don't get the address of the txstats pointers when doing bzero,Jonathan Gray
2008-06-08Set up shutdown and powerhooks with code adapted from rt2661.Jonathan Gray
2008-06-08Make serial console on non-primary ports work to on i386.Mark Kettenis
2008-06-01Make SCSI isp(4) use the same SCSI initiator ID as the prom on sparc/sparc64.Mark Kettenis
2008-06-01ACX111 parts can't send using short slot time, but it seems to have no problemBrad Smith