freebsd-dev/sys/dev/aic7xxx
Dimitry Andric 56e4bfe54d Fix build of aicasm when CC=clang. This was due to a side-effect of the
EARLY_BUILD macro: the -Qunused-arguments flag isn't passed anymore when
building this particular program.  However, with clang 3.1 and -Werror,
such unused argument warnings are flagged as errors, causing buildkernel
to fail at this stage, due to the -nostdinc flag passed during linking.
Since the -nostdinc flag isn't actually needed, just remove it.

X-MFC-With:	r236528
2012-06-04 20:36:11 +00:00
..
aicasm Fix build of aicasm when CC=clang. This was due to a side-effect of the 2012-06-04 20:36:11 +00:00
ahc_eisa.c Remove comments about creating DMA tags as children of the DMA tags of their 2012-03-12 19:29:32 +00:00
ahc_isa.c Remove comments about creating DMA tags as children of the DMA tags of their 2012-03-12 19:29:32 +00:00
ahc_pci.c Remove comments about creating DMA tags as children of the DMA tags of their 2012-03-12 19:29:32 +00:00
ahd_pci.c Remove comments about creating DMA tags as children of the DMA tags of their 2012-03-12 19:29:32 +00:00
aic7xxx_93cx6.c
aic7xxx_93cx6.h
aic7xxx_inline.h
aic7xxx_osm.c
aic7xxx_osm.h Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
aic7xxx_pci.c
aic7xxx.c Allocate the DMA memory shared between the host and the controller as 2011-03-12 20:36:52 +00:00
aic7xxx.h
aic7xxx.reg Correct logic bug in aicasm's undefined register bit access detection code. 2010-07-14 14:31:18 +00:00
aic7xxx.seq
aic79xx_inline.h
aic79xx_osm.c Document the usfs driver and the NO_SYSCTL_DESCR option, and update the comment for umass. 2010-02-08 20:57:42 +00:00
aic79xx_osm.h Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
aic79xx_pci.c Do a sweep of the tree replacing calls to pci_find_extcap() with calls to 2011-03-23 13:10:15 +00:00
aic79xx.c Allocate the DMA memory shared between the host and the controller as 2011-03-12 20:36:52 +00:00
aic79xx.h Add sysctls in ahd(4) in order to keep track of different classes of 2009-11-13 22:57:20 +00:00
aic79xx.reg Correct logic bug in aicasm's undefined register bit access detection code. 2010-07-14 14:31:18 +00:00
aic79xx.seq
aic7770.c
aic_osm_lib.c
aic_osm_lib.h