summaryrefslogtreecommitdiff
path: root/sys/dev/pci/twa.c
AgeCommit message (Expand)Author
2021-12-10s/occured/occurred/ in comments, log messages and man pages.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2018-12-09use pci_intr_establish_xname() everywherejdolecek
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2016-09-27Add a missing ')' in the call to bswap64().pgoyette
2016-09-27Modularize the ld driver and all of its attachments. Ensure that allpgoyette
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2014-09-27fix size in memset() parameter. Thanks max.christos
2014-09-21fix memset size inconsistencychristos
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-03-13Add __diagused.hannken
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-10-17- remove unused variableschristos
2013-09-14Comment out twa_error_table, but keep it around for documentationjoerg
2012-11-02fix autoconf output (don't print from the match routine).chs
2012-07-28Make this compile with i386/conf/ALLmatt
2012-07-27Convert twa(4) to device_t (CFATTACH_DECL_NEW).jakllsch
2012-01-30Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}drochner
2012-01-27extending vmem(9) to be able to allocated resources for it's own needs.para
2011-08-31NULL does not need a castplunky
2011-05-24Explicitly get rid of constness.joerg
2010-11-22Extend the workaround for the 3ware 9650 full-queue bug to a full-fledgeddholland
2010-11-14Avoid pointless use of a sysctl definition, CTL_NAMES. Clean up whitespace.uebayasi
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2009-08-18put some strange text within an "#if 0"'d section into a commentdrochner
2009-07-31Disable completely bogus DIAGNOSTIC check.bouyer
2009-05-12use device_private().cegger
2009-05-06struct device * -> device_t, no functional changes intended.cegger
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-07-27Unbreak twa after the last two commits.joerg
2008-06-25Revert unintentional whitespace changes. From simonb.gmcgarry
2008-06-24Ragge says that 6.5.4 clause 2 says:gmcgarry
2008-06-08Mention 64bit support once during boot and not every time the controllerjoerg
2008-06-08Replace device_lookup() with device_lookup_private() on getting softctsutsui
2008-05-10Remove #if 0'd code for flashing firmware. It was never active and evenjoerg
2008-05-08Add support for 3ware 9650 and 9690 based on patches contributed byjoerg
2008-05-07First part of twa(4) improvements:joerg
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-10use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-11Size is the third argument to memset, not the second.jmcneill
2006-09-23Tweak the twa(4) driver so that 3ware command line utility works with it.manu
2006-09-03- add missing initializerchristos