summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2005-10-04fix a bug in Tx descriptor processing.Reyk Floeter
2005-10-03Reduce the number of openings the logical devices have to play with soKenneth R Westerback
2005-10-02assert tx rate is non-null so we don't end up dividing by zero.Damien Bergamini
2005-10-02avoid multiple calls to sc_enable(). cardbus_intr_establish() was calledDamien Bergamini
2005-10-02allows dhcpd to work when ral/ural is acting as a standalone AP (withoutDamien Bergamini
2005-10-02replace the two separate dmamem allocations for the passthrough commandsDavid Gwynne
2005-09-30unless AMI_DEBUG is defined, dont compile in if statements that only thereDavid Gwynne
2005-09-30sync the dma mapping for the data buffer in the right direction whenDavid Gwynne
2005-09-30spacingDavid Gwynne
2005-09-30remove the dmamap used for iocmds since they were only copied into theDavid Gwynne
2005-09-26Share com probe code between com and pccom; allows us to get rid of awkwardMiod Vallat
2005-09-26allocate and map the mbox separately to the iocmds used by the ccbs.David Gwynne
2005-09-25Change 21040 modes slightly.Brad Smith
2005-09-25Remove some duplicate definitions.Brad Smith
2005-09-251.83 again:David Gwynne
2005-09-251.82 again; dont use the scsi xfer to decide if we should dma_sync.David Gwynne
2005-09-24The ADM8211B seems to stall after some time of constantJonathan Gray
2005-09-24Make use of ieee80211_ibss_merge() from net80211.Jonathan Gray
2005-09-24Remove a bunch of redundant defines that are also in net80211.Jonathan Gray
2005-09-23Handle SI4126 operations differently on ADM8211B. ThisJonathan Gray
2005-09-23cleanup and simplify the regulation domain handling. some devices areReyk Floeter
2005-09-23change the fallback regulation domain to FCC2A (Canada) instead ofReyk Floeter
2005-09-22remove the very basic ath(4) rate control implementation and useReyk Floeter
2005-09-22revert 1.82 and 1.83 of ami.c and 1.26 of amivar.h since it seems to beDavid Gwynne
2005-09-22Print MAC name and version and use "address" instead ofJonathan Gray
2005-09-21fix ami_drv_inq so it uses ami_cmd's ability to use an arbitrary kernelDavid Gwynne
2005-09-21dont use the scsi xfer in ami_done to figure out if we have to sync aDavid Gwynne
2005-09-21remove the bits in the ccb that were needed to support scsi commands onDavid Gwynne
2005-09-21rename nsg to nsge in struct ami_passthrough to be consistent with theDavid Gwynne
2005-09-21use the ccbs passthrough command in the raw scsi path rather thanDavid Gwynne
2005-09-21allocate space in each ccb to store a passthrough commandDavid Gwynne
2005-09-19don't attach unsupported radio chipsetsReyk Floeter
2005-09-19dont use htole32 to set up values to be assigned to an 8 bit field.David Gwynne
2005-09-19replace the pointer mess used to handle wakeups on ccbs with a real flagDavid Gwynne
2005-09-19Typo 'taget' -> 'target'.Kenneth R Westerback
2005-09-18ansi. No binary change.Jonathan Gray
2005-09-18speelingDavid Gwynne
2005-09-17add some Realtek chip idsBrad Smith
2005-09-15Don't fake MODE SENSE page 4 info inside raid drivers, just let sdKenneth R Westerback
2005-09-15Move two tiny sa2400 init functions back into calling sa2400 init function.Jonathan Gray
2005-09-15Remove rtw_rfbus_write abstraction for readability.Jonathan Gray
2005-09-14As the _create functions for all the rf transceivers now just set someJonathan Gray
2005-09-14Remove rtw_rf/rtw_rfbus and some other related abstractionsJonathan Gray
2005-09-10copy the MAC address from sc_arpcom.ac_enaddr to sc_enaddr inBrad Smith
2005-09-10Prettier diagnostic message; ok deraadt@.Alexander Yurchenko
2005-09-10ansi, no binary change.Jonathan Gray
2005-09-08use ieee80211_iterate_nodes to iterate the nodes and add a extra checkReyk Floeter
2005-09-08fix a possible division by zero by using minimal default values for theReyk Floeter
2005-09-08Remove the last of the FreeBSD compatiblity goop.Jonathan Gray
2005-09-08Remove FreeBSD if_printf compat function from net80211.Jonathan Gray