Age | Commit message (Expand) | Author |
2006-10-03 | Do not use IF_PREPEND. Instead use IFQ_POLL and IFQ_DEQUEUE. This should | Claudio Jeker |
2006-10-02 | Zap unused MLME routines. Probably they were just used in WPA mode. | Marcus Glocker |
2006-10-02 | Simplify device attachment. From brad@ with a tiny correction. | Marcus Glocker |
2006-10-01 | Make monitor mode work by prepending the right kind headers and fixing the | Claudio Jeker |
2006-10-01 | Get rid of this strange pgt_data_frame which is unused. Nice side-effect is | Claudio Jeker |
2006-10-01 | Kill some #if 0 code. OK mglocker@ | Claudio Jeker |
2006-10-01 | Set ic_max_rssi to 255 the rssi value returned by the card is a u_int8_t | Claudio Jeker |
2006-09-29 | cosmetic tweaking of the interrupt handler code. | Brad Smith |
2006-09-29 | If option PCDISPLAY_SOFTCURSOR, force the hardware cursor off every time | Miod Vallat |
2006-09-29 | Only run the hardware diagnostic function re_diag() on adapters with | Brad Smith |
2006-09-29 | Discard packets in the receieve handler which are either too short | Brad Smith |
2006-09-29 | free the mbuf chain in rl_encap() if MGETHDR, MCLGET or | Brad Smith |
2006-09-27 | - do not bother printing the attach error message from the attach hook | Brad Smith |
2006-09-27 | add missing sys/device.h header. | Brad Smith |
2006-09-26 | Start to get HostAP mode working for pgt(4). Works at the first try, | Marcus Glocker |
2006-09-26 | Get HostAP mode working and fix IBSS tweaks. From DragonFly driver. | Marcus Glocker |
2006-09-23 | In pgt_media_status() also DPRINTF if the rate == 0. | Marcus Glocker |
2006-09-23 | Update media state correctly. | Marcus Glocker |
2006-09-22 | add support for hotplugging devices on sas controllers. this is disabled | David Gwynne |
2006-09-21 | code for acking event notifications that require acks. | David Gwynne |
2006-09-21 | deref the right rcb by using i as the index, not 1 all the time. | David Gwynne |
2006-09-21 | start cleaning up the completion path for event notifications. | David Gwynne |
2006-09-21 | add a debug flag type thing for event handling | David Gwynne |
2006-09-21 | wrap the hardware replies up in a structure called mpi_rcb which is | David Gwynne |
2006-09-21 | factor the common code out of mpi_intr and mpi_complete. they were | David Gwynne |
2006-09-21 | event data for the sas phy and sas status change messages | David Gwynne |
2006-09-19 | attach and enable the newer chipset generations AR2413, AR5413, and | Reyk Floeter |
2006-09-19 | add missing sys/device.h. | Brad Smith |
2006-09-19 | detect the newer single chip generations AR2413, AR5413 and AR5224 but | Reyk Floeter |
2006-09-19 | "pure g" is a special, non-standard ofdm-only mode. use the standard | Reyk Floeter |
2006-09-19 | better mode setup in the ar5211 and ar5212 reset functions | Reyk Floeter |
2006-09-19 | fix 11a/b antenna mode setup | Reyk Floeter |
2006-09-19 | use the correct antenna mode settings and fix a bug in the tx | Reyk Floeter |
2006-09-19 | disable 11g mode for now | Reyk Floeter |
2006-09-19 | no externs on protots ad no casts from void * | Michael Shalayeff |
2006-09-18 | Fix for re_stop() being called from re_cardbus_shutdown() with the | Dimitry Andric |
2006-09-18 | don't use IF_PREPEND() on altq's. | Damien Bergamini |
2006-09-18 | macros and types for event notifications from the hardware. | David Gwynne |
2006-09-18 | tiny whitespace nit | David Gwynne |
2006-09-18 | There's no need to walk the list of devices to find the SCSI bus we | Pedro Martelletto |
2006-09-17 | Re-add the link state check to re_start(), which was added in rev 1.31 and | Brad Smith |
2006-09-17 | set the IFCAP_VLAN_MTU flag. | Brad Smith |
2006-09-16 | Don't panic if firmware files are not in place. Ja ja ja ja claudio@. | Marcus Glocker |
2006-09-16 | Bring pgt(4) in a working state. Much work also done by claudio@. | Marcus Glocker |
2006-09-16 | rework the handling of the errors coming off the hardware at the bottom of | David Gwynne |
2006-09-15 | Reserve some commands slot for bioctl/sensorsd so ciss doesn't crash | Kenneth R Westerback |
2006-09-15 | Kettenis's polished version of diff to preserve the mac address on thecus, | Dale Rahn |
2006-08-31 | ciss can't do bio ioctl's when >1 logical device is defined. Bail out | Kenneth R Westerback |
2006-08-31 | Start to get interface attach working. | Marcus Glocker |
2006-08-31 | Some first cleanup run. | Marcus Glocker |