summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use separate malloc buckets for CAM devices, CCBs and paths. This willmav2012-10-111-12/+15
* Don't duplicate path/ccb allocation code, use existing functions.mav2012-10-113-39/+15
* Exclude potential circular symlink when creating src tarball.emaste2012-10-111-1/+1
* Add NG_NETFLOW_V9INFO_TYPE command to be able to request netflowv9-specificmelifaro2012-10-113-0/+56
* Increase device CCB queue array size by CAM_RL_VALUES - 1 (4) elements.mav2012-10-111-2/+3
* Fix my last commit. Only call strunvis after properly checking the argument isstefanf2012-10-111-5/+7
* Decode the first two fstab fields with strunvis(3). This allows having spacesstefanf2012-10-112-1/+15
* Apply some style. Checked with md5.stefanf2012-10-111-25/+26
* Add APE firmware support and improve firmware handshake procedure.yongari2012-10-112-48/+627
* For 5717C/5719C/5720C and 57765 PHYs, do not perform any specialyongari2012-10-111-0/+9
* Rework controller reset procedure. Previously driver savedyongari2012-10-112-34/+24
* Count number of times each queue pair's interrupt handler is invoked.jimharris2012-10-103-0/+95
* Put the nvme_qpair mutex on its own cacheline.jimharris2012-10-101-3/+8
* - Remove ancient checks for sim->softc == NULL. It can't be NULL, as it ismav2012-10-101-57/+3
* Add man pages for nvme(4) and nvd(4).jimharris2012-10-103-0/+270
* Pull in r164132 from upstream llvm trunk:dim2012-10-1014-52/+73
* Pull in r163710 from upstream llvm trunk:dim2012-10-102-0/+2
* NULL-ify last previously used pointer instead of last possible pointer.mav2012-10-101-3/+3
* Add a "clearstats" subcommand to cxgbetool that lets you clear thenp2012-10-101-0/+25
* Upgrade to 9.8.3-P4:delphij2012-10-103-34/+40
* panic() with reasonable message instead of returning zero frequency causingmav2012-10-101-1/+2
* There are SCSI conditions that are not an errors. In those cases cderror()mav2012-10-101-10/+9
* Add a driver ioctl to clear a port's MAC statistics.np2012-10-102-0/+11
* Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect ismelifaro2012-10-104-6/+48
* Really handle xpt_compile_path() error in xpt_bus_register() instead ofmav2012-10-101-2/+5
* Remove 'periph == NULL' check from bunch of periph drivers.mav2012-10-1010-49/+0
* Add support for locate LED.jimharris2012-10-103-15/+42
* Add checks for ata_sata_scr_read() return statuses. It is mostly to silencemav2012-10-101-3/+5
* Add an "i2c" subcommand to cxgbetool. You can use this to readnp2012-10-101-0/+58
* MFi386 r241356alc2012-10-101-0/+9
* Add a driver ioctl to read a byte from any device on a port's i2c bus.np2012-10-104-0/+69
* There is no need to report the same error twice.np2012-10-101-9/+1
* Remove unused item. cxgbe's rx queue's lock was removed a long time ago.np2012-10-102-13/+5
* WITH_CTF is now a "normal" build option (WITHOUT_CTF is supported andjhb2012-10-101-7/+1
* - Fix the error message when a dependency string is not provided tojhb2012-10-101-2/+2
* Revert previous commit...kevlo2012-10-1079-88/+89
* Remove unnecessary delay. I don't see any comments in data sheetyongari2012-10-101-1/+0
* Fix a long standing VCPU reset sequence bug on BCM5906.yongari2012-10-101-9/+9
* Do not force PCIe 1.0a mode in device reset on BCM5717 and neweryongari2012-10-101-2/+5
* Honor PHY type fiber for BCM5717/BCM5718/BCM5719/BCM5720.yongari2012-10-101-1/+1
* On PHY write error use hex number to show the value.yongari2012-10-101-4/+7
* If the maximum payload size is 256 bytes or more, set the DMA writeyongari2012-10-102-5/+15
* Grab the softc from the ACPI host-pci bridge device instead of from the pcineel2012-10-101-1/+1
* Cast vendor-specific spell on VIA VT1818S codecs alike to VT1708S tomav2012-10-091-0/+2
* Add an unified macro to deny ability from the compiler to reorderattilio2012-10-0910-21/+20
* Remove undefined behavior from sranddev() andeadler2012-10-092-4/+2
* Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofattilio2012-10-0911-38/+16
* Prefer NULL over 0 for pointerskevlo2012-10-0979-89/+88
* Fix typo: s/unknow/unknownkevlo2012-10-093-6/+6
* Fix a typo (s/prefix/suffix/) and comment.dteske2012-10-091-2/+2
OpenPOWER on IntegriCloud