summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2006-12-08First round of evil macro removal. _acx_set_##name##_tmplt bites the dust.Claudio Jeker
2006-12-08From Jon Simola <simola@mecha.com>:Marcus Glocker
2006-12-08If we receive a rate of 0 from the AMRR rate adaption code, set theMarcus Glocker
2006-12-07Fix some channel tweaks; e.g. solves a bug which sets the channel to 40Marcus Glocker
2006-12-07remove unused code, fix style and spacing, tidy up ioctl pathMartin Reindl
2006-12-06replace Adaptec AIC-6915 Starfire driver with the fully bus_dma(9)-ableMartin Reindl
2006-12-06From Jon Simola <simola@mecha.com>:Marcus Glocker
2006-12-03fix handling of the SIOCS80211CHANNEL ioctl in monitor mode:Damien Bergamini
2006-12-03First bits of endian cleanup more still needed but commit early, commit often.Claudio Jeker
2006-12-03Print the number of unknown commands in malo_cmd_string(). Also don'tClaudio Jeker
2006-12-02In alloc_attr(), make sure xxansitopc[] indicies are within bounds.Miod Vallat
2006-12-01rename 8100E id to spin 1 and add the 8100E second spin chip idTodd T. Fries
2006-11-30fix wep key index in firmware command.Damien Bergamini
2006-11-30Yay, forgot to add IEEE80211_C_SHPREAMBLE and IEEE80211_C_SHSLOTMarcus Glocker
2006-11-29Enable short slots, which should increase / stableize throughputMarcus Glocker
2006-11-29From Jon Simola <simola@mecha.com>:Marcus Glocker
2006-11-29Change the getchar wsdisplay_accessops function to not return aMiod Vallat
2006-11-29Add an unpack_attr function to struct wsdisplay_emulops, to match theMiod Vallat
2006-11-29Enable monitor mode.Marcus Glocker
2006-11-29Use uvm_km_alloc() instead of uvm_km_alloc1(), so that the latter canMiod Vallat
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-11-29Unbreak. No cookie for dlg.Alexander Yurchenko
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2006-11-28identify the chipset.Brad Smith
2006-11-28move printing of the interrupt string into re_attach().Brad Smith
2006-11-28unhandled ioctls return ENOTTY, not 0David Gwynne
2006-11-28remove dead codeDavid Gwynne
2006-11-28Instead debug message for WEP key setting, just complain if WEP keyMarcus Glocker
2006-11-27Enable WEP.Marcus Glocker
2006-11-26Replace the firmware reset command by a register write which alsoMarcus Glocker
2006-11-26avoid extra inclusions; ok jsgTheo de Raadt
2006-11-26Make use of ieee80211_std_ratesetJonathan Gray
2006-11-26It's sizeof(struct ieee80211_frame) not sizeof(struct ieee80211_frame *).Marcus Glocker
2006-11-26do not have each net80211 driver define its own rates structures. if they useTheo de Raadt
2006-11-26correct hardware revision mask.Jonathan Gray
2006-11-26use scsi_detach_target when a device dissapears, rather than usingDavid Gwynne
2006-11-25remove a comment that only applies to freebsd.Damien Bergamini
2006-11-25ANSIBrad Smith
2006-11-25remove a comment which is now untrue after i fixed itDavid Gwynne
2006-11-25Cleanup obsolete rate bits and pass right value to the TX rate descriptor.Marcus Glocker
2006-11-25If no TX rate has been calculated yet, set rate value to autoselectMarcus Glocker
2006-11-25fix use of gem_bitwait().Brad Smith
2006-11-25Split the GEM registers into two halfs and provide a bus_space_handle_tBrad Smith
2006-11-25additional registers and some comment fixes.Brad Smith
2006-11-25Fix a copy and pasto.Brad Smith
2006-11-24Small KNF fix.Marcus Glocker
2006-11-24Enable setting of fixed rates.Marcus Glocker
2006-11-24Enable automatic rate adapation (done by firmware and hardware).Marcus Glocker
2006-11-24From Jon Simola <jsimola@gmail.com>:Marcus Glocker
2006-11-24replace a magic number (reserved TX descs?) with macroBrad Smith