Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-21 | another Marvell Gig PHY. | Brad Smith | |
2006-08-20 | remove a comment. | Brad Smith | |
2006-08-20 | #if 0 -> #ifdef BNX_JUMBO | Brad Smith | |
2006-08-20 | For consistency with MSK_JSLOTS, go back to using the macro to figure out | Brad Smith | |
the number of Jumbo receive slots for SK_JSLOTS. no-op change. | |||
2006-08-20 | - turn the interface down if the user press the radio kill button while | Damien Bergamini | |
the interface is up. - undef WPI_DEBUG. | |||
2006-08-20 | stash a pointer to the scsibus attached to us. we can use this later to | David Gwynne | |
find the names of our volumes. | |||
2006-08-20 | definitions of the messages for raid, volume, and physical disks | David Gwynne | |
2006-08-20 | cosmetic tweaks. | Brad Smith | |
2006-08-20 | sort PCI ids. | Brad Smith | |
2006-08-20 | - replace IF_DEQUEUE/IF_PREPEND with IFQ_POLL/IFQ_DEQUEUE. | Brad Smith | |
- enable RX checksum offload. - remove some unused code. | |||
2006-08-20 | get rid of the horror that was the ARC_FW_MSG macro | David Gwynne | |
2006-08-20 | get rid of the old arc_msgbuf. | David Gwynne | |
2006-08-20 | cut the rest of the bioctl alarm stuff over to the new arc_msgbuf | David Gwynne | |
2006-08-20 | because the header on firmware commands causes the rest of the message to | David Gwynne | |
be unaligned we basically need to bounce the contents of the message in and out of what is submitted to the hardware. rather than have the callers of arc_msgbuf do that, make arc_msgbuf do it for them. while we're here, make arc_msgbuf do the checksumming and length checks so the callers dont have to do that either. this adds an alternative to arc_msgbuf that does the new functionality and cuts arc_bio_alarm_state over to using it. i'll cut the other users of arc_msgbuf over shortly and remove the old implementation. | |||
2006-08-20 | Remove some dead code. | Marcus Glocker | |
2006-08-19 | Replace existing rate adaption code with the ieee80211_amrr framework. | Marcus Glocker | |
ok jsg@ | |||
2006-08-19 | remove another Yukon Lite workaround. | Brad Smith | |
2006-08-19 | Make sure Rx timestamps are disabled. | Mark Kettenis | |
2006-08-19 | regen | Brad Smith | |
2006-08-19 | typo | Brad Smith | |
2006-08-19 | add the Intel 82801H SMBus controller. | Brad Smith | |
2006-08-19 | add the Intel 6321ESB SMBus controller. | Brad Smith | |
2006-08-19 | add the Intel 6300ESB and 6321ESB AC97 controllers. | Brad Smith | |
2006-08-19 | regen | Brad Smith | |
2006-08-19 | add a few more Intel 6321ESB PCI ids. | Brad Smith | |
2006-08-19 | Support for Intel 82801H/ICH8 SATA parts, untested but should | Jonathan Gray | |
work like the previous generation for our purposes going by the datasheet. | |||
2006-08-19 | Be sure to set the mode for AHCI capable Intel SATA correctly and | Jonathan Gray | |
move things around to make ICH8 additions easier. Thanks to several people who tested various configs. | |||
2006-08-19 | handle lm75a; matt@bodgit-n-scarper.com | Theo de Raadt | |
2006-08-19 | tweak dma sync ops | Damien Bergamini | |
2006-08-19 | get rid of shared auth mode. | Damien Bergamini | |
the ioctl is not supported by ifconfig and it has never worked anyway. | |||
2006-08-19 | remove unused prototypes. | Damien Bergamini | |
don't check for fatal errors on IPW_INTR_FW_INIT_DONE interrupts as it has already been check beforehand. cosmetic while i'm here. | |||
2006-08-19 | o Improve 802.11 radiotap support (correct Rx antenna and Rx rate, | Damien Bergamini | |
add short preamble flag) o Add short slot time support o Ignore parity errors interrupts (as per Linux driver) o Fix DMA sync ops o Improve async commands processing o Fix hardware WEP encryption (40/104bit keys) o Set Tx power to the maximum value for 802.11a channels too o Disable bluetooth coexistence and hardware antenna diversity as it seems to panic the firmware on some adapters o Handle beacon miss and link degradation notifications (but don't automatically roam yet) o Remove unused prototypes o Cosmetic tweaks as always | |||
2006-08-19 | regen | Jonathan Gray | |
2006-08-19 | Add Intel ICH8/82801H devices and a few more NVIDIA MCP55 devices. | Jonathan Gray | |
2006-08-19 | set the capabilities VLAN MTU flag. | Brad Smith | |
2006-08-19 | set the capabilities VLAN MTU flag. | Brad Smith | |
2006-08-18 | get the attach args from the right place (honestly, this "worked" on i386) | Jason Wright | |
sparc64? not so much. | |||
2006-08-18 | probe for the lm75a, meaning that the lm75/lm75a/lm77 probe routine must | Theo de Raadt | |
become quite complicated. work done by matt@bodgit-n-scarper.com after i explained how daft these devices are | |||
2006-08-18 | set of unrelated cosmetic tweaks. | Damien Bergamini | |
2006-08-18 | fix a printf format string | Damien Bergamini | |
2006-08-18 | sync w/ rum(4): | Damien Bergamini | |
- in ral_newstate(), save the "arg" parameter so we can pass it to the ieee80211_newstate() function in the usb task - merge ral_tx_data() and ral_tx_mgt() | |||
2006-08-18 | - fix support for RT5225 (802.11a MIMO) | Damien Bergamini | |
- set default Tx power for 802.11a channels - in rum_newstate(), save the "arg" parameter so we can pass it to the ieee80211_new_state() function in the usb task - merge rum_tx_data() and rum_tx_mgt() - s/le32toh/letoh32/g (le32toh is defined in usb_port.h) - cosmetic while i'm here | |||
2006-08-18 | oops, debug cruft shouldnt go into the tree. | David Gwynne | |
2006-08-18 | add the sysinfo struct, and then use it to get the current state of the | David Gwynne | |
alarm. | |||
2006-08-18 | easy bio bits first. this is is code that should enable, disable, and | David Gwynne | |
silence the alarm. the hardware can also report the state of the alarm, but its embedded in a really large message im not 100% sure about yet. | |||
2006-08-18 | arc, meet bio. bio, meet arc. | David Gwynne | |
2006-08-18 | Shrink dmesg output. | Jonathan Gray | |
2006-08-18 | ansi, no binary change. | Jonathan Gray | |
2006-08-18 | check hw.max_frame_size when deciding when to use m_adj(). | Brad Smith | |
2006-08-18 | regen | Brad Smith | |