| Commit message (Expand) | Author | Age | Files | Lines |
* | Use separate malloc buckets for CAM devices, CCBs and paths. This will | mav | 2012-10-11 | 1 | -12/+15 |
* | Don't duplicate path/ccb allocation code, use existing functions. | mav | 2012-10-11 | 3 | -39/+15 |
* | Exclude potential circular symlink when creating src tarball. | emaste | 2012-10-11 | 1 | -1/+1 |
* | Add NG_NETFLOW_V9INFO_TYPE command to be able to request netflowv9-specific | melifaro | 2012-10-11 | 3 | -0/+56 |
* | Increase device CCB queue array size by CAM_RL_VALUES - 1 (4) elements. | mav | 2012-10-11 | 1 | -2/+3 |
* | Fix my last commit. Only call strunvis after properly checking the argument is | stefanf | 2012-10-11 | 1 | -5/+7 |
* | Decode the first two fstab fields with strunvis(3). This allows having spaces | stefanf | 2012-10-11 | 2 | -1/+15 |
* | Apply some style. Checked with md5. | stefanf | 2012-10-11 | 1 | -25/+26 |
* | Add APE firmware support and improve firmware handshake procedure. | yongari | 2012-10-11 | 2 | -48/+627 |
* | For 5717C/5719C/5720C and 57765 PHYs, do not perform any special | yongari | 2012-10-11 | 1 | -0/+9 |
* | Rework controller reset procedure. Previously driver saved | yongari | 2012-10-11 | 2 | -34/+24 |
* | Count number of times each queue pair's interrupt handler is invoked. | jimharris | 2012-10-10 | 3 | -0/+95 |
* | Put the nvme_qpair mutex on its own cacheline. | jimharris | 2012-10-10 | 1 | -3/+8 |
* | - Remove ancient checks for sim->softc == NULL. It can't be NULL, as it is | mav | 2012-10-10 | 1 | -57/+3 |
* | Add man pages for nvme(4) and nvd(4). | jimharris | 2012-10-10 | 3 | -0/+270 |
* | Pull in r164132 from upstream llvm trunk: | dim | 2012-10-10 | 14 | -52/+73 |
* | Pull in r163710 from upstream llvm trunk: | dim | 2012-10-10 | 2 | -0/+2 |
* | NULL-ify last previously used pointer instead of last possible pointer. | mav | 2012-10-10 | 1 | -3/+3 |
* | Add a "clearstats" subcommand to cxgbetool that lets you clear the | np | 2012-10-10 | 1 | -0/+25 |
* | Upgrade to 9.8.3-P4: | delphij | 2012-10-10 | 3 | -34/+40 |
* | panic() with reasonable message instead of returning zero frequency causing | mav | 2012-10-10 | 1 | -1/+2 |
* | There are SCSI conditions that are not an errors. In those cases cderror() | mav | 2012-10-10 | 1 | -10/+9 |
* | Add a driver ioctl to clear a port's MAC statistics. | np | 2012-10-10 | 2 | -0/+11 |
* | Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect is | melifaro | 2012-10-10 | 4 | -6/+48 |
* | Really handle xpt_compile_path() error in xpt_bus_register() instead of | mav | 2012-10-10 | 1 | -2/+5 |
* | Remove 'periph == NULL' check from bunch of periph drivers. | mav | 2012-10-10 | 10 | -49/+0 |
* | Add support for locate LED. | jimharris | 2012-10-10 | 3 | -15/+42 |
* | Add checks for ata_sata_scr_read() return statuses. It is mostly to silence | mav | 2012-10-10 | 1 | -3/+5 |
* | Add an "i2c" subcommand to cxgbetool. You can use this to read | np | 2012-10-10 | 1 | -0/+58 |
* | MFi386 r241356 | alc | 2012-10-10 | 1 | -0/+9 |
* | Add a driver ioctl to read a byte from any device on a port's i2c bus. | np | 2012-10-10 | 4 | -0/+69 |
* | There is no need to report the same error twice. | np | 2012-10-10 | 1 | -9/+1 |
* | Remove unused item. cxgbe's rx queue's lock was removed a long time ago. | np | 2012-10-10 | 2 | -13/+5 |
* | WITH_CTF is now a "normal" build option (WITHOUT_CTF is supported and | jhb | 2012-10-10 | 1 | -7/+1 |
* | - Fix the error message when a dependency string is not provided to | jhb | 2012-10-10 | 1 | -2/+2 |
* | Revert previous commit... | kevlo | 2012-10-10 | 79 | -88/+89 |
* | Remove unnecessary delay. I don't see any comments in data sheet | yongari | 2012-10-10 | 1 | -1/+0 |
* | Fix a long standing VCPU reset sequence bug on BCM5906. | yongari | 2012-10-10 | 1 | -9/+9 |
* | Do not force PCIe 1.0a mode in device reset on BCM5717 and newer | yongari | 2012-10-10 | 1 | -2/+5 |
* | Honor PHY type fiber for BCM5717/BCM5718/BCM5719/BCM5720. | yongari | 2012-10-10 | 1 | -1/+1 |
* | On PHY write error use hex number to show the value. | yongari | 2012-10-10 | 1 | -4/+7 |
* | If the maximum payload size is 256 bytes or more, set the DMA write | yongari | 2012-10-10 | 2 | -5/+15 |
* | Grab the softc from the ACPI host-pci bridge device instead of from the pci | neel | 2012-10-10 | 1 | -1/+1 |
* | Cast vendor-specific spell on VIA VT1818S codecs alike to VT1708S to | mav | 2012-10-09 | 1 | -0/+2 |
* | Add an unified macro to deny ability from the compiler to reorder | attilio | 2012-10-09 | 10 | -21/+20 |
* | Remove undefined behavior from sranddev() and | eadler | 2012-10-09 | 2 | -4/+2 |
* | Reverts r234074,234105,234564,234723,234989,235231-235232 and part of | attilio | 2012-10-09 | 11 | -38/+16 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 79 | -89/+88 |
* | Fix typo: s/unknow/unknown | kevlo | 2012-10-09 | 3 | -6/+6 |
* | Fix a typo (s/prefix/suffix/) and comment. | dteske | 2012-10-09 | 1 | -2/+2 |