summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2006-09-29cosmetic tweaking of the interrupt handler code.Brad Smith
2006-09-29If option PCDISPLAY_SOFTCURSOR, force the hardware cursor off every timeMiod Vallat
2006-09-29Only run the hardware diagnostic function re_diag() on adapters withBrad Smith
2006-09-29Discard packets in the receieve handler which are either too shortBrad Smith
2006-09-29free the mbuf chain in rl_encap() if MGETHDR, MCLGET orBrad Smith
2006-09-27- do not bother printing the attach error message from the attach hookBrad Smith
2006-09-27add missing sys/device.h header.Brad Smith
2006-09-26Start to get HostAP mode working for pgt(4). Works at the first try,Marcus Glocker
2006-09-26Get HostAP mode working and fix IBSS tweaks. From DragonFly driver.Marcus Glocker
2006-09-23In pgt_media_status() also DPRINTF if the rate == 0.Marcus Glocker
2006-09-23Update media state correctly.Marcus Glocker
2006-09-22add support for hotplugging devices on sas controllers. this is disabledDavid Gwynne
2006-09-21code for acking event notifications that require acks.David Gwynne
2006-09-21deref the right rcb by using i as the index, not 1 all the time.David Gwynne
2006-09-21start cleaning up the completion path for event notifications.David Gwynne
2006-09-21add a debug flag type thing for event handlingDavid Gwynne
2006-09-21wrap the hardware replies up in a structure called mpi_rcb which isDavid Gwynne
2006-09-21factor the common code out of mpi_intr and mpi_complete. they wereDavid Gwynne
2006-09-21event data for the sas phy and sas status change messagesDavid Gwynne
2006-09-19attach and enable the newer chipset generations AR2413, AR5413, andReyk Floeter
2006-09-19add missing sys/device.h.Brad Smith
2006-09-19detect the newer single chip generations AR2413, AR5413 and AR5224 butReyk Floeter
2006-09-19"pure g" is a special, non-standard ofdm-only mode. use the standardReyk Floeter
2006-09-19better mode setup in the ar5211 and ar5212 reset functionsReyk Floeter
2006-09-19fix 11a/b antenna mode setupReyk Floeter
2006-09-19use the correct antenna mode settings and fix a bug in the txReyk Floeter
2006-09-19disable 11g mode for nowReyk Floeter
2006-09-19no externs on protots ad no casts from void *Michael Shalayeff
2006-09-18Fix for re_stop() being called from re_cardbus_shutdown() with theDimitry Andric
2006-09-18don't use IF_PREPEND() on altq's.Damien Bergamini
2006-09-18macros and types for event notifications from the hardware.David Gwynne
2006-09-18tiny whitespace nitDavid Gwynne
2006-09-18There's no need to walk the list of devices to find the SCSI bus wePedro Martelletto
2006-09-17Re-add the link state check to re_start(), which was added in rev 1.31 andBrad Smith
2006-09-17set the IFCAP_VLAN_MTU flag.Brad Smith
2006-09-16Don't panic if firmware files are not in place. Ja ja ja ja claudio@.Marcus Glocker
2006-09-16Bring pgt(4) in a working state. Much work also done by claudio@.Marcus Glocker
2006-09-16rework the handling of the errors coming off the hardware at the bottom ofDavid Gwynne
2006-09-15Reserve some commands slot for bioctl/sensorsd so ciss doesn't crashKenneth R Westerback
2006-09-15Kettenis's polished version of diff to preserve the mac address on thecus,Dale Rahn
2006-08-31ciss can't do bio ioctl's when >1 logical device is defined. Bail outKenneth R Westerback
2006-08-31Start to get interface attach working.Marcus Glocker
2006-08-31Some first cleanup run.Marcus Glocker
2006-08-31Bring chip into initialized state.Marcus Glocker
2006-08-31Oops! Disable debug.Marco Peereboom
2006-08-31Add sensor thread for individual sd devices.Marco Peereboom
2006-08-31Do proper chipset identification.Marcus Glocker
2006-08-31Prerrt print volume nr in dmesg.Marco Peereboom
2006-08-31Get firmware loaded.Marcus Glocker
2006-08-30Return from channel tuning code if we get IEEE80211_CHAN_ANYJonathan Gray