summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2007-12-14the hardware does not allow to specify the protection mode in eachDamien Bergamini
2007-12-09fix automatic rate control (if the rate falls down to 6Mbps or 1Mbps,Damien Bergamini
2007-12-07LEDsDamien Bergamini
2007-12-07In hostap mode, update beacon to reflect ERP IE changes.Damien Bergamini
2007-12-04expresscard ral(4) rt2860 now can attach and detach correctlyTheo de Raadt
2007-12-03Check for G channels before B when setting the (eeprom) mode.Federico G. Schwindt
2007-11-28make ata controllers protect their own command lists so atascsi doesnt haveDavid Gwynne
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-26Undo (well, comment out) 1.10 - this causes a regression on oqo-1 machines,Miod Vallat
2007-11-26bump the maximum cdb that the driver will take from the midlayer up to 16David Gwynne
2007-11-26print the comma before the MAC address string in dc_attach() instead of theBrad Smith
2007-11-26drive port probes from the scsi midlayer now that it will ask the adapterDavid Gwynne
2007-11-26typos; ok jmc@Martynas Venckus
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-11-23If the card has gone away, return imediately from the interrupt handler.Mark Kettenis
2007-11-23starting bits to implement hotplug of sili controllers. this adds the codeDavid Gwynne
2007-11-21Remove superfluous function declarationBret Lambert
2007-11-19802.11 radiotap + various tweaksDamien Bergamini
2007-11-18revert previous commit as requested by kettenis and deraadt.Brad Smith
2007-11-18remove use of static.Brad Smith
2007-11-17- Add more LED support, like activity blinking (though just supportingMarcus Glocker
2007-11-17implement ic_set_key() and ic_delete_key() callbacks.Damien Bergamini
2007-11-17RT2560+RT2661: update the physical address in the RX descriptor afterDamien Bergamini
2007-11-17sync error messages with man page's DIAGNOSTICS section.Damien Bergamini
2007-11-16clear host to mcu mailbox after loading microcode.Damien Bergamini
2007-11-16cast pointer to right typeTheo de Raadt
2007-11-15New driver for Ralink RT2860 chipset.Damien Bergamini
2007-11-11The interrupt routine doesn't need to explicity invoke splbio/splx.Kenneth R Westerback
2007-11-10- Fix command timeouts in certain scenarios (like under X11)Marcus Glocker
2007-11-07More SPLBIO around scsi_done.Kenneth R Westerback
2007-11-06More scsi_done() at SPLBIO.Kenneth R Westerback
2007-11-05More scsi_done() at SPLBIO.Kenneth R Westerback
2007-11-05More scsi_done() at SPLBIO. Wrap more interrupt function calls whileKenneth R Westerback
2007-11-05More scsi_done() at SPLBIO. Wrap more interrupt function calls whileKenneth R Westerback
2007-11-05More scsi_done() at SPLBIO. Wrap another interrupt function call whileKenneth R Westerback
2007-11-05More scsi_done() at SPLBIO. Wrap another interrupt function call whileKenneth R Westerback
2007-11-05More scsi_done() at SPLBIO. If you poll by manually calling theKenneth R Westerback
2007-11-05Take a bit more care to ensure that SCSI_POLL commands always returnKenneth R Westerback
2007-11-01backout last "fix" because it breaks operation on some devices. evenReyk Floeter
2007-10-29fix the setup of Tx descriptors. the frame type and "no ack" bits wereReyk Floeter
2007-10-24Unconditionally initialize all channels, regardless of locale.Bret Lambert
2007-10-22enable the fifo probe code as long as the serial is not used as consoleFederico G. Schwindt
2007-10-20Remove unneeded scope declarations that shadows existing ones. krw@ okFederico G. Schwindt
2007-10-20Move a few more definitions to pcf8584var.h. Needed for SUNW,envctrl andMark Kettenis
2007-10-20Call scsi_done() at SPLBIO. 'looks olright' says mickey.Kenneth R Westerback
2007-10-20Put scsi_done() invocations inside existing splbio/splx pairs to makeKenneth R Westerback
2007-10-18avoid splassert, caused by the fact that iha_main() is calledOtto Moerbeek
2007-10-18Add some first LEDs support. Tested on my cardbus Linksys WPC54G Ver 3.Marcus Glocker
2007-10-17use ansi declarations and rename gdt to sc to avoid shadows and followFederico G. Schwindt
2007-10-16more remove unneeded declarations that shadows existing vars; ok by many.Federico G. Schwindt