summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-09-22regenBrad Smith
2006-09-22add the Corollary CCF and the PLX 8532 PCIE switch.Brad Smith
2006-09-22add support for hotplugging devices on sas controllers. this is disabledDavid Gwynne
2006-09-22implement a kernel thread that can be used by the midlayer or scsi driversDavid Gwynne
2006-09-21ugly trailing ws; from bret dot lambert at gmailOtto Moerbeek
2006-09-21code for acking event notifications that require acks.David Gwynne
2006-09-21deref the right rcb by using i as the index, not 1 all the time.David Gwynne
2006-09-21start cleaning up the completion path for event notifications.David Gwynne
2006-09-21missing args for printf; some from Aurelien <aurelien26 at free dot fr>.Federico G. Schwindt
2006-09-21add a debug flag type thing for event handlingDavid Gwynne
2006-09-21wrap the hardware replies up in a structure called mpi_rcb which isDavid Gwynne
2006-09-21factor the common code out of mpi_intr and mpi_complete. they wereDavid Gwynne
2006-09-21when we probe and find devices on the scsibus, we allocate a scsi_linkDavid Gwynne
2006-09-21event data for the sas phy and sas status change messagesDavid Gwynne
2006-09-20Use void * where void * is meant, spotted by tedu@Pedro Martelletto
2006-09-20export a structure for the firmware file header. Unfortunately this isTheo de Raadt
2006-09-20build a bnx firmware file, for firmloadTheo de Raadt
2006-09-20Fix the way delays between request retransmissions are calculatedThordur I. Bjornsson
2006-09-20implement a zero-copy RX data path.Damien Bergamini
2006-09-20syncBrad Smith
2006-09-20regenBrad Smith
2006-09-20HPSA_6 -> HPSAE500 (Smart ARRAY E500)Brad Smith
2006-09-20Correct EST table for Pentium M 770, from NetBSD.Dimitry Andric
2006-09-20Make vnd(4) work on read-only file systems, from Paul Stoeber, okay tedu@Pedro Martelletto
2006-09-20Replace a bzero() by a loop in ffs_indirtrunc(), making the code FFS2Pedro Martelletto
2006-09-19Enable pgt(4) on amd64. Missing entry spotted by brad@.Marcus Glocker
2006-09-19A bit of microoptimisation that doesn't hurt readability: Don't doMichael Knudsen
2006-09-19Typo fixes.Michael Knudsen
2006-09-19attach and enable the newer chipset generations AR2413, AR5413, andReyk Floeter
2006-09-19add missing sys/device.h.Brad Smith
2006-09-19detect the newer single chip generations AR2413, AR5413 and AR5224 butReyk Floeter
2006-09-19"pure g" is a special, non-standard ofdm-only mode. use the standardReyk Floeter
2006-09-19better mode setup in the ar5211 and ar5212 reset functionsReyk Floeter
2006-09-19syncReyk Floeter
2006-09-19add atheros AR2413 and AR5413 device idsReyk Floeter
2006-09-19fix 11a/b antenna mode setupReyk Floeter
2006-09-19use the correct antenna mode settings and fix a bug in the txReyk Floeter
2006-09-19disable 11g mode for nowReyk Floeter
2006-09-19ansi/deregisterJonathan Gray
2006-09-19fix all malloc()s to nowait|canfail and do not ignore errors reading sensor s...Michael Shalayeff
2006-09-19no externs on protots ad no casts from void *Michael Shalayeff
2006-09-19add a missing space to a DMA load error printf.Brad Smith
2006-09-19add 82801GHM and 82801HBrad Smith
2006-09-18Fix for re_stop() being called from re_cardbus_shutdown() with theDimitry Andric
2006-09-18boot(8) ``machine memory'' support for > 4G.Marco Pfatschbacher
2006-09-18boot(8) ``machine memory'' support for > 4G.Marco Pfatschbacher
2006-09-18Import a slightly stripped down strtoll(3) from stdlibMarco Pfatschbacher
2006-09-18Add a hand rolled 64bit hex printf that can be used outside ofMarco Pfatschbacher
2006-09-18fix my 1.7 commit.Damien Bergamini
2006-09-18Extend the .text and .data segments to 64MB. This allows programs withMarco Peereboom