summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2006-05-21move variable declarations at the start of a block in ami_attach to the topDavid Gwynne
2006-05-21during attach use a static, spartan ccb with ami_poll to query to firmareDavid Gwynne
2006-05-21the maximum possible number of ccbs that a megaraid can use (126 of them)David Gwynne
2006-05-21Add alarm function opcodes.Marco Peereboom
2006-05-21Oops, helps to use the right structure field.Marco Peereboom
2006-05-21Add first BIOCINQ primitive.Marco Peereboom
2006-05-21remove a chunk of code that was ifdefed out due to compat issues withDavid Gwynne
2006-05-21The SCSI command on the passthrough bus is handed to the firmware via aDavid Gwynne
2006-05-21recognise the perc4/dc firmwareDavid Gwynne
2006-05-20also attach to Broadcom BCM5706C and BCM5708C PHY.Brad Smith
2006-05-20more radiotap.Damien Bergamini
2006-05-20more rx radiotap statsDamien Bergamini
2006-05-20- fix monitor modeDamien Bergamini
2006-05-20- fix CCK mask for 802.11b/onlyDamien Bergamini
2006-05-20- fix short slot time and short preamble settingsDamien Bergamini
2006-05-20fix pci resource allocation in em, don't crash!Reyk Floeter
2006-05-20remove commented out and unused capabilities flags.Brad Smith
2006-05-20set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag whereBrad Smith
2006-05-20simplify MTU ioctl switch case.Brad Smith
2006-05-20garbage collect VGE_JUMBO_MTUBrad Smith
2006-05-19Add the missing Latin-2 glyphs, not used yet.Miod Vallat
2006-05-19read channels calibration settings from EEPROM only once in wpi_attach()Damien Bergamini
2006-05-19don't leak a mbuf with each scan commandDamien Bergamini
2006-05-19simplify finalization of mbuf in wpi_rx_intr()Damien Bergamini
2006-05-19use ieee80211_add_ssid() in ieee80211_beacon_alloc() and wpi(4) insteadDamien Bergamini
2006-05-19Minimal thermal zone driver. Monitors thermal zone temperature,Can Erkin Acar
2006-05-19Use rwlock instead of lockmgr locks.Can Erkin Acar
2006-05-18paramter -> parameterMiod Vallat
2006-05-18Remove some debug cruft and pretty up some debug messages.Marco Peereboom
2006-05-18Kill splbio/splx in the interrupt handler.Marco Peereboom
2006-05-18And we have lift off! Was able to create a filesystem and write to theMarco Peereboom
2006-05-18some devices can do weird things upon a warm reboot so add a shutdownJolan Luff
2006-05-18disable the Analog Devices AD1981HD codec widget init routine for now.Brad Smith
2006-05-18de-staticBrad Smith
2006-05-17Add completion routines.Marco Peereboom
2006-05-17Add mfi_get_info to obtain all kinds of fun information from the fw.Marco Peereboom
2006-05-17Fix static array overrun.Brad Smith
2006-05-17regenBrad Smith
2006-05-17sync handling of fatal firmware errors w/ wpi(4)Damien Bergamini
2006-05-17remove 10GbE from the Xframe entries.Brad Smith
2006-05-17tweak the dmesg printing a bit.Brad Smith
2006-05-17mega-commit of unrelated changes:Damien Bergamini
2006-05-17Refactor scsi path so that we can have a single sgl function for io and non-ioMarco Peereboom
2006-05-16Nuke some { }Marco Peereboom
2006-05-16Move !xs->data case into mfi_start_xs.Marco Peereboom
2006-05-16Fix some more htole32 screw-ups.Marco Peereboom
2006-05-16Labeling was the wrong way around. Make 5e 5i and vice versa.Marco Peereboom
2006-05-16Fix some htole32 I missed.Marco Peereboom
2006-05-16Fix tsleep wait channel name; ok damien@Miod Vallat
2006-05-16attach 8139's capable of C+ mode to the re(4) driver, instead of the rl(4)Brad Smith