summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2006-08-27basic monitoring and management support. there are a few more things to fix b...Michael Shalayeff
2006-08-24Add some first PCI glue.Marcus Glocker
2006-08-24dont print debug output when the scsi completion path returns withDavid Gwynne
2006-08-22Clear sti display on console attach, now that the bootloader leaves usMiod Vallat
2006-08-22Very initial import to support the PrismGT chipset (FullMAC for now).Marcus Glocker
2006-08-21Add missing amrr statistic updates. Makes rate control work proper.Marcus Glocker
2006-08-20Remove some dead code.Marcus Glocker
2006-08-19Replace existing rate adaption code with the ieee80211_amrr framework.Marcus Glocker
2006-08-17Remove the link state check from re_start() for now. Allows the 8139C+Brad Smith
2006-08-17reduce the stack usage of the ioctl function by malloc/free'ing a numberTheo de Raadt
2006-08-16Not a bug, but change the ID strings for devices with hardware revBrad Smith
2006-08-15Remove DPRINTF from watchdog routine. To noisy even for debug mode.Marcus Glocker
2006-08-15Remove obsolete macros.Marcus Glocker
2006-08-15spacingTheo de Raadt
2006-08-15Some KNF and comment cleanup.Marcus Glocker
2006-08-15Improve watchdog handler.Marcus Glocker
2006-08-14Fix bogus scanning mode.Marcus Glocker
2006-08-14Turn off debug messages by default.Jonathan Gray
2006-08-13Enable hostap mode. Tested with acx100 and acx111.Marcus Glocker
2006-08-12KNF tweak.Marcus Glocker
2006-08-12Fill ic_max_rssi with values depending on the radio type. Makes signalMarcus Glocker
2006-08-10- eliminate re-initialization's when adding IP addresses.Brad Smith
2006-08-10- ANSI functionsBrad Smith
2006-08-10- move the promiscuous mode handling code to xl_setpromisc() and simplifyBrad Smith
2006-08-09flags for register TXRX_CSR4 were shifted one bit too much on the left.Damien Bergamini
2006-08-08A more flexible method for deciding what firmware filenames to load.Jonathan Gray
2006-08-08Don't yell about failed channel enabling in none-debug mode, because weMarcus Glocker
2006-08-08Mention which MAC we are using (ACX100 or ACX111) and fixJonathan Gray
2006-08-08Print a string for radio type.Jonathan Gray
2006-08-07Make radio type 0x11 work. Radio firmware needs longer to initializeMarcus Glocker
2006-08-07Remove some unused/uneeded code.Jonathan Gray
2006-08-07Enable WEP.Marcus Glocker
2006-08-07Radio type is in hex not decimal. Therefore decide correctly whichMarcus Glocker
2006-08-06Some KNF.Marcus Glocker
2006-08-06remove a dragonflybsd'ismDamien Bergamini
2006-08-06more s/f/wh/ that I forgot in rev 1.25Damien Bergamini
2006-08-06fix a comment.Damien Bergamini
2006-08-06use the same naming conventions than net80211.Damien Bergamini
2006-08-06Add bpf hooks. Based on slightly modified diff from jsg.Marcus Glocker
2006-08-06fix swapping of the station address for big-endian archs.Brad Smith
2006-08-06fix the config space macro used with the TX start command.Brad Smith
2006-08-06With the PCIe devices, it looks as if issuing a TX command whileBrad Smith
2006-08-05- move the promiscuous mode handling code into re_setpromisc().Brad Smith
2006-08-05- restructure the TX descriptor handling code to decouple theBrad Smith
2006-08-05don't set ifp->if_xname twice.Damien Bergamini
2006-08-05Use IFQ_POLL/IFQ_DEQUEUE instead of IFQ_DEQUEUE/IF_PREPEND.Brad Smith
2006-08-05Some KNF.Marcus Glocker
2006-08-05Adjust copyright.Marcus Glocker
2006-08-05If ieee80211_encap() returns NULL the node is already free,Jonathan Gray
2006-08-05Be sure to call if_detach() so ghosts of hardwareJonathan Gray