| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r311305 (by asomers): | mav | 2017-03-23 | 2 | -6/+6 |
* | MFC r314308: Fix LUN enabling on wildcard target, as done by CTL. | mav | 2017-03-12 | 2 | -2/+4 |
* | MFC r303891, r303892: | pfg | 2016-09-08 | 1 | -1/+1 |
* | aic7xxx: minor spelling fixes. | pfg | 2016-05-10 | 14 | -63/+63 |
* | Fix LDADD/DPADD that should be LIBADD. | bdrewery | 2015-12-04 | 1 | -2/+1 |
* | aic7xxx: Do not support device IDs 0x8081, 0x8088 and 0x8089 to avoid | achim | 2015-06-05 | 1 | -0/+14 |
* | shared_scb_data set, but never used, remove it. | imp | 2014-08-08 | 1 | -2/+0 |
* | Fix a few more drivers that were explicitly destroying the bus_dma | jhb | 2014-06-11 | 2 | -8/+0 |
* | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | imp | 2014-04-13 | 1 | -1/+1 |
* | Remove instances of variables that were set, but never used. gcc 4.9 | imp | 2014-03-30 | 1 | -16/+9 |
* | Don't complain about missing prototypes to ease bootstrap issues. | imp | 2014-02-27 | 1 | -0/+1 |
* | Remove aicasm as a build dependency. It made sense when the ahc and ahd | scottl | 2014-01-07 | 6 | -0/+13478 |
* | Remove another unused static const variable num_chip_names, from | dim | 2013-12-24 | 1 | -1/+0 |
* | Remove unused static const variable num_chip_names from aic79xx.c. | dim | 2013-12-24 | 1 | -1/+0 |
* | Rework the aicasm build machinery so that it gets built along with toolchain | ian | 2013-11-04 | 1 | -2/+6 |
* | Partial MFproject/camlock r256671: | mav | 2013-10-21 | 2 | -4/+4 |
* | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | scottl | 2013-08-12 | 2 | -27/+4 |
* | Match function definition to declaration and call-site. | uqs | 2013-07-25 | 1 | -3/+3 |
* | Fxi a bunch of typos. | eadler | 2013-05-10 | 1 | -1/+1 |
* | Correct misleading bootverbose output: ahc_isa_probe -> ahc_isa_identify | neel | 2013-04-17 | 1 | -1/+1 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 2 | -116/+29 |
* | remove redundant yyparse declarations | bapt | 2012-12-05 | 1 | -1/+0 |
* | Fix a bug in aicasm_gram.y, noted by a newer clang 3.2 snapshot: it | dim | 2012-11-14 | 1 | -1/+1 |
* | In sys/dev/aic7xxx/aic79xx_osm.c, function ahd_attach(), initialize the | dim | 2012-08-06 | 1 | -0/+1 |
* | Remove variables which are initialized but never used thereafter | eadler | 2012-08-05 | 1 | -3/+0 |
* | Fix an issue that caused the kernel to panic inside CTL when trying | ken | 2012-06-26 | 4 | -18/+16 |
* | Fix build of aicasm when CC=clang. This was due to a side-effect of the | dim | 2012-06-04 | 1 | -2/+1 |
* | Make aicasm compile without warnings if -Wpointer-sign is enabled. | dim | 2012-06-04 | 1 | -1/+1 |
* | Follow non-BSD case when GNU/Hurd is detected. | rmh | 2012-03-25 | 1 | -1/+1 |
* | Remove comments about creating DMA tags as children of the DMA tags of their | jmallett | 2012-03-12 | 4 | -4/+0 |
* | Add "%option noinput" to aicasm_scan.l and aicasm_macro_scan.l, so no | dim | 2011-12-16 | 2 | -0/+4 |
* | Improve portability #defines for compiling aicasm on other systems. | emaste | 2011-07-15 | 8 | -31/+5 |
* | Remove support for the Intel C Compiler from the build infrastructure. | dim | 2011-04-19 | 1 | -5/+0 |
* | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | jhb | 2011-03-23 | 1 | -1/+1 |
* | Allocate the DMA memory shared between the host and the controller as | marius | 2011-03-12 | 2 | -6/+11 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 2 | -2/+2 |
* | Revert r213765. This is required because our build infrastructure uses | rpaulo | 2010-10-14 | 2 | -2/+0 |
* | Define YY_NO_INPUT. This makes aicasm buildable by clang with Werror | rpaulo | 2010-10-13 | 2 | -0/+2 |
* | For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in | rpaulo | 2010-08-17 | 1 | -1/+1 |
* | Correct logic bug in aicasm's undefined register bit access detection code. | gibbs | 2010-07-14 | 3 | -5/+12 |
* | Document the usfs driver and the NO_SYSCTL_DESCR option, and update the comme... | brucec | 2010-02-08 | 1 | -0/+4 |
* | Spell "Hz" correctly wherever it is user-visible. | gavin | 2010-01-12 | 1 | -4/+4 |
* | Disable K&R style function definitions for WARNS=6. | ed | 2009-12-31 | 1 | -1/+1 |
* | Add missing `void' keywords. | ed | 2009-12-30 | 4 | -10/+10 |
* | Add sysctls in ahd(4) in order to keep track of different classes of | attilio | 2009-11-13 | 5 | -2/+197 |
* | Add support for Adaptec 39320LPE adapters. | brueffer | 2009-10-30 | 1 | -0/+7 |
* | Add a missing free() call. | brueffer | 2009-10-21 | 1 | -0/+2 |
* | Separate the parallel scsi knowledge out of the core of the XPT, and | scottl | 2009-07-10 | 2 | -5/+8 |
* | Re-enable WARNS=6 after my universe test. | delphij | 2009-06-02 | 1 | -0/+1 |
* | Initialize the match structure. This is unnecessary but gcc insists to | delphij | 2009-06-01 | 1 | -2/+1 |