summaryrefslogtreecommitdiff
path: root/sys/dev/pci/twe.c
AgeCommit message (Expand)Author
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
2016-09-27Modularize the ld driver and all of its attachments. Ensure that allpgoyette
2016-07-14KNF. No functional change.msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
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-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-09-15Remove unused variablemartin
2012-12-02fix device/softc split: initialize sc->sc_dev.chs
2012-10-27split device_t/softc for all remaining drivers.chs
2012-01-27extending vmem(9) to be able to allocated resources for it's own needs.para
2011-06-30dependant -> dependentwiz
2011-05-24Explicitly get rid of constness.joerg
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
2010-07-27printf() size_t with 'z' format modifier in debug code.jakllsch
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-06-08Replace device_lookup() with device_lookup_private() on getting softctsutsui
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-12-02Change kauth(9) KPI for kauth_authorize_device_passthru() to add anotherelad
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-08Replace securelevel checks with kauth(9) calls.elad
2006-10-12- sprinkle __unused on function decls.christos
2006-09-03- add missing initializerchristos
2006-08-27Initialize a variable to 0 to appease gcc4 with -O3.xtraeme
2006-08-23Acting as Elad's keyboard:christos
2006-04-11Coverity ID 2859: Don't leak ccb, move the allocation a few linesrpaulo
2006-02-23Fix memory leak in the TWEIO_GET_PARAM ioctl.simonb
2006-01-29Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h>dsl
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-08-26kill some more simple submatch() functions, use config_stdsubmatch()drochner
2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner
2005-06-28Use ANSI function decls and static.thorpej
2005-06-20Change the rest of the sysctl subsystem to use const consistently.atatat
2005-05-30- const poisoningchristos
2005-04-01merge yamt-km branch.yamt
2005-03-16Fix PR#24302. Clear PCI abort and parity errors to give the card a chance aterh
2005-02-27nuke trailing whitespaceperry
2005-02-20Add sysctl node hw.tweN.driver_version whose value is FreeBSD's driver versionheas
2005-02-15Add some more stripe sizes observed in the field.lukem