summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2006-06-14oops, i forgot that you need to return a high number from match to win.David Gwynne
2006-06-14no more infinite loops; tested by dlgTheo de Raadt
2006-06-14allow mpi to attach to parallel scsi controllers instead of mpt.David Gwynne
2006-06-14support the iic busses on the ultrasparc III machines (something is stillTheo de Raadt
2006-06-13we sometimes bundle chunks that the ioc will write to in the request spaceDavid Gwynne
2006-06-13rev 1.13 fixed the MTU ioctl handler to allow adjusting the MTUBrad Smith
2006-06-12i stashed the dva and kva of each request space in its ccb, so why am iDavid Gwynne
2006-06-12fix sgl loading. there were a few issues, the main ones being:David Gwynne
2006-06-12reset the reply pointer to NULL every time we get a context reply inDavid Gwynne
2006-06-12Typos in comments.Marc Balmer
2006-06-12white space fixesDavid Gwynne
2006-06-12Initial version of dv for scsi. Work based on dlg's code.Marco Peereboom
2006-06-11My spec says that bit 28 is reserved and that 29 is width parameter. Not theMarco Peereboom
2006-06-11Get rid of the wdt(4) char device. We have watchdog(4) andMichael Knudsen
2006-06-11show the number of DMA segments that were in the packet that just failedBrad Smith
2006-06-11the link state detection code should be checking for revision B2 insteadBrad Smith
2006-06-10endiannessDamien Bergamini
2006-06-10- simplify allocation/free/reset of QoS Tx ringsDamien Bergamini
2006-06-10- fix checking of WEP flagsDamien Bergamini
2006-06-10- fix checking of WEP flagDamien Bergamini
2006-06-10shorten a name for bioctlTheo de Raadt
2006-06-10Make id in mpi_complete an unused value instead of random stack garbage.Marco Peereboom
2006-06-10if we're not reading a page then we're writing a page. stupid braino fromDavid Gwynne
2006-06-10Redo debug prints to make it less loud and more granular.Marco Peereboom
2006-06-10the rest of the spi-device configuration pagesDavid Gwynne
2006-06-10the rest of the spi-port configuration pages.David Gwynne
2006-06-09fix up the comment.Brad Smith
2006-06-09Simplify ami_disk by chaging some ifs around.Marco Peereboom
2006-06-09Add percentages for BGI and Rebuild. Example:Marco Peereboom
2006-06-09some more fxp revisions.Brad Smith
2006-06-09identify 8139's in C+ mode with RL_8139CPLUS instead of RL_8139; no functiona...Brad Smith
2006-06-08attempt at correcting the comments to somewhat more proper englishFelix Kronlage
2006-06-08unsigned long long -> u_int64_tDavid Gwynne
2006-06-08Keep track of the average RSSI using an Exponential Moving Average (EMA).Damien Bergamini
2006-06-08dont panic on empty portfacts or portenable replies. we should probablyDavid Gwynne
2006-06-08substitute the Cardbus_conf_read/Cardbus_conf_write macros withFelix Kronlage
2006-06-08actually enable/disable the Tx BMU descriptor polling, missed in rev 1.107.Brad Smith
2006-06-08do not set the mii_ticks field to zero in the asynchronous autonegotiationBrad Smith
2006-06-07shut up and play the music.Jason Wright
2006-06-07regenBrad Smith
2006-06-07rename the Realtek RT8111B entry to RT8168.Brad Smith
2006-06-06- general cleaning, removing unneeded vars, spelling, etcJason Wright
2006-06-06fix a bad strlcpy, from ben lovettJolan Luff
2006-06-06set the ccb state when it comes off the free list. this isnt used anywhereDavid Gwynne
2006-06-06fix a panic string to mention the corrent place its freaking out in.David Gwynne
2006-06-06System build pieces for armish arch.Dale Rahn
2006-06-05Write the words of the mac address in reverse order to fix a MAC problem onDale Rahn
2006-06-05- discard Rx frames with a bad CRC earlyDamien Bergamini
2006-06-05start to sync some changes and fixes from various "openhal" ports ofReyk Floeter
2006-06-05cleanup.Marc Balmer