summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2006-08-05nuke latest remaining firmware ioctl bits.Damien Bergamini
2006-08-05Replace one more dragonfly quirk by ether_sprintf(). Fixes debug outputMarcus Glocker
2006-08-05Replace dragonfly quirk by ether_sprintf(). Fixes debug output forMarcus Glocker
2006-08-05Slight KNF.Marcus Glocker
2006-08-04Fix comment typo, spotted by jasper@.Marcus Glocker
2006-08-04Make driver more silent when ACX_DEBUG is off.Marcus Glocker
2006-08-04use ic->ic_myaddr instead of LLADDR(ifp->if_sadl) to build managementDamien Bergamini
2006-08-04Use ACX100 radio 11 firmware for ACX100 radio 11.Jonathan Gray
2006-08-04Remove code that reads the MAC address via the firmwareJonathan Gray
2006-08-04Load ACX111 firmware for ACX111.Jonathan Gray
2006-08-03delete some debug code that was put in for early developmentTheo de Raadt
2006-08-03Fix DMA initialization -- it helps to set the physical address of the buffer.Claudio Jeker
2006-08-03Kill some dead code that we never need. Makes the code readable and me lessClaudio Jeker
2006-08-03pretty print radio & addressTheo de Raadt
2006-08-03Fix more cvs Id tag tweaks in copyright notes.Marcus Glocker
2006-08-03Change the firmware names as suggested on the main driver projectMarcus Glocker
2006-08-03Add/Fix copyright notes.Marcus Glocker
2006-08-03Change to OpenBSD cvs tag.Marcus Glocker
2006-08-03802.11a uses a 16 microseconds short interframe space.Damien Bergamini
2006-08-03always call scsi_done at splbio. issue found by pedro@David Gwynne
2006-08-03always call scsi_done at splbio. issue found by pedro@David Gwynne
2006-08-03Inital import for the acx(4) driver.Marcus Glocker
2006-07-31puc@cardbus (only added (commented out) to whom has puc@pci enabled)Michael Shalayeff
2006-07-30Make [ahc|ahd]_print_register() consistant, since they are both calledKenneth R Westerback
2006-07-30Be consistant and always check for non-NULL pointer before assigning into it.Kenneth R Westerback
2006-07-29Do not redefine ALIGNED_POINTER, it comes from <machine/param.h>Miod Vallat
2006-07-28make dmesg printing look a little bit nicer.Brad Smith
2006-07-27Rework opl_find() so that it does not need to take a proto softc, shavesMiod Vallat
2006-07-23Make smg(4) on par with the current state of wsdisplay drivers: make it useMiod Vallat
2006-07-21properly report errors thru scsi layer and not bio that will be overwritten l...Michael Shalayeff
2006-07-18modify interrupt handlers to exit early and return 0 on shared interrupts.Damien Bergamini
2006-07-16Use a global variable for the console ibm561 state, and use it when theMiod Vallat
2006-07-15set the tags on the scsi command according to what the midlayer says theyDavid Gwynne
2006-07-15have a go at configuring spi variants to only talk to the devices at theDavid Gwynne
2006-07-11put CRC error message under GEM_DEBUG. this just spews out like crazyBrad Smith
2006-07-09I don't think we're talking about animals in here, soMichael Knudsen
2006-07-09In ne2000_detect(), temporarily mark the dp8390 subpart as inactive, so thatMiod Vallat
2006-07-09spacingDavid Gwynne
2006-07-09enabling interrupts doesnt deserve an XXX. i think we want to do that.David Gwynne
2006-07-09implement firmware upload. this frees up memory on some controllers so theyDavid Gwynne
2006-07-09missed a bit of the fw upload stuffDavid Gwynne
2006-07-06get rid of the unused sgl types (and the XXX on the one we actually doDavid Gwynne
2006-07-06fix debugging stuffDavid Gwynne
2006-07-06after walking the attached devices and running ppr against them, then fetchDavid Gwynne