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