Date: Thu, 5 May 2016 08:51:25 -0700 From: Adrian Chadd <adrian@freebsd.org> To: Ivan Klymenko <fidaj@ukr.net> Cc: "src-committers@freebsd.org" <src-committers@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "svn-src-head@freebsd.org" <svn-src-head@freebsd.org> Subject: Re: svn commit: r299109 - head/sys/modules/bhnd/bhndb Message-ID: <CAJ-VmonStEhx=Q2yKXjSSCEMe=qoK_sLNf=CNFNBJVHgzOB7_A@mail.gmail.com> In-Reply-To: <20160505125830.757502f7@nonamehost.local> References: <201605050658.u456wUNn007238@repo.freebsd.org> <20160505125830.757502f7@nonamehost.local>
next in thread | previous in thread | raw e-mail | index | archive | help
I'll check. I've done full kernel builds with this though, I wonder why it's not showing up here. -adrian On 5 May 2016 at 02:58, Ivan Klymenko <fidaj@ukr.net> wrote: > On Thu, 5 May 2016 06:58:30 +0000 (UTC) > Adrian Chadd <adrian@FreeBSD.org> wrote: > >> Author: adrian >> Date: Thu May 5 06:58:30 2016 >> New Revision: 299109 >> URL: https://svnweb.freebsd.org/changeset/base/299109 >> >> Log: >> [bhnd] add missing bus file. >> >> Modified: >> head/sys/modules/bhnd/bhndb/Makefile >> >> Modified: head/sys/modules/bhnd/bhndb/Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> --- head/sys/modules/bhnd/bhndb/Makefile Thu May 5 02:51:31 >> 2016 (r299108) +++ head/sys/modules/bhnd/bhndb/Makefile >> Thu May 5 06:58:30 2016 (r299109) @@ -8,6 +8,6 @@ >> SRCS=3D bhndb.c bhndb_subr.c bhndb_hwdata. bhndb_if.c bhndb_if.h >> \ bhnd_bus_if.h >> >> -SRCS+=3D device_if.h bus_if.h >> +SRCS+=3D device_if.h bus_if.h pci_if.h >> >> .include <bsd.kmod.mk> >> _______________________________________________ > > Hello. > > Should also ? /sys/modules/bhnd/bhndb_pci/Makefile > > --- Makefile.orig 2016-05-05 12:47:52.477048000 +0300 > +++ Makefile 2016-05-05 12:44:36.370741000 +0300 > @@ -6,6 +6,6 @@ > SRCS=3D bhndb_pci.c bhndb_pci_hwdata.c > SRCS+=3D bhnd_bus_if.h bhndb_bus_if.h bhndb_if.h > > -SRCS+=3D device_if.h bus_if.h > +SRCS+=3D device_if.h bus_if.h pci_if.h > > .include <bsd.kmod.mk> > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > ... > --- if_bwi_pci.o --- > /usr/local/libexec/ccache/world/cc -target x86_64-unknown-freebsd11.0 --s= ysroot=3D/media/da0s1/obj/usr/src/tmp -B/media/da0s1/obj/usr/src/tmp/usr/bi= n -O2 -pipe -mmmx -msse -msse2 -msse3 -mssse3 -msse4 -msse4.1 -msse4.2 -mav= x -maes -mpclmul -march=3Dnative -fno-strict-aliasing -Werror -D_KERNEL -D= KLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /media/da0s1/o= bj/usr/src/sys/mk11/opt_global.h -I. -I/usr/src/sys -fno-common -fno-omit-= frame-pointer -mno-omit-leaf-frame-pointer -I/media/da0s1/obj/usr/src/sys/m= k11 -MD -MF.depend.if_bwi_pci.o -MTif_bwi_pci.o -mcmodel=3Dkernel -mno-re= d-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffr= eestanding -fwrapv -fstack-protector -Wall -Wredundant-decls -Wnested-exter= ns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcas= t-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmis= sing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-err= or-tautological-compare -Wno-erro > r-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function= -Wno-error-pointer-sign -Wno-error-shift-negative-value -Ofast -fvectori= ze -fslp-vectorize -fblocks -fcolor-diagnostics -mno-aes -mno-avx -std=3Di= so9899:1999 -c /usr/src/sys/modules/bwi/../../dev/bwi/if_bwi_pci.c -o if_bw= i_pci.o > --- all_subdir_ata --- > objcopy --strip-debug atajmicron.ko > --- all_subdir_bhnd --- > --- all_subdir_bhnd/bhndb_pci --- > In file included from /usr/src/sys/modules/bhnd/bhndb_pci/../../../dev/bh= nd/bhndb/bhndb_pci_hwdata.c:46: > /usr/src/sys/dev/pci/pcivar.h:271:10: fatal error: 'pci_if.h' file not fo= und > #include "pci_if.h" > ^ > --- all_subdir_ata --- > --- all_subdir_ata/atapci/chipsets/atamarvell --- > =3D=3D=3D> ata/atapci/chipsets/atamarvell (all) > --- all_subdir_bhnd --- > 1 error generated. > *** [bhndb_pci_hwdata.o] Error code 1 > > make[5]: stopped in /usr/src/sys/modules/bhnd/bhndb_pci > 1 error > > make[5]: stopped in /usr/src/sys/modules/bhnd/bhndb_pci > *** [all_subdir_bhnd/bhndb_pci] Error code 2 > > make[4]: stopped in /usr/src/sys/modules/bhnd > --- all_subdir_ata --- > A failure has been detected in another branch of the parallel make > > make[7]: stopped in /usr/src/sys/modules/ata/atapci/chipsets/atamarvell > *** [all_subdir_ata/atapci/chipsets/atamarvell] Error code 2 > > make[6]: stopped in /usr/src/sys/modules/ata/atapci/chipsets > 1 error > > make[6]: stopped in /usr/src/sys/modules/ata/atapci/chipsets > *** [all_subdir_ata/atapci/chipsets] Error code 2 > > make[5]: stopped in /usr/src/sys/modules/ata/atapci > 1 error > > make[5]: stopped in /usr/src/sys/modules/ata/atapci > *** [all_subdir_ata/atapci] Error code 2 > > make[4]: stopped in /usr/src/sys/modules/ata > 1 error > > make[4]: stopped in /usr/src/sys/modules/ata > *** [all_subdir_ata] Error code 2 > > make[3]: stopped in /usr/src/sys/modules > --- all_subdir_bhnd --- > --- all_subdir_bhnd/bhndb --- > A failure has been detected in another branch of the parallel make > > make[5]: stopped in /usr/src/sys/modules/bhnd/bhndb > *** [all_subdir_bhnd/bhndb] Error code 2 > > make[4]: stopped in /usr/src/sys/modules/bhnd > 2 errors > > make[4]: stopped in /usr/src/sys/modules/bhnd > *** [all_subdir_bhnd] Error code 2 > > make[3]: stopped in /usr/src/sys/modules > --- all_subdir_ath --- > /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5210/ar5210_reset.c:503:= 12: warning: shifting a negative signed value is undefined [-Wshift-negativ= e-value] > ((-1 << FIRPWR_S) & FIRPWR_M)); > ~~ ^ > /usr/src/sys/modules/ath/../../dev/ath/ah_osdep.h:137:68: note: expanded = from macro 'OS_REG_WRITE' > #define OS_REG_WRITE(_ah, _reg, _val) ath_hal_reg_write(_ah, _reg, _val= ) > ^~~~ > /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5210/ar5210_reset.c:506:= 9: warning: shifting a negative signed value is undefined [-Wshift-negative= -value] > ((-1 << KCOARSEHIGH_S) & KCOARSEHIGH_M) | > ~~ ^ > /usr/src/sys/modules/ath/../../dev/ath/ah_osdep.h:137:68: note: expanded = from macro 'OS_REG_WRITE' > #define OS_REG_WRITE(_ah, _reg, _val) ath_hal_reg_write(_ah, _reg, _val= ) > ^~~~ > /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5210/ar5210_reset.c:507:= 11: warning: shifting a negative signed value is undefined [-Wshift-negativ= e-value] > ((-127 << KCOARSELOW_S) & KCOARSELOW_M)); > ~~~~ ^ > /usr/src/sys/modules/ath/../../dev/ath/ah_osdep.h:137:68: note: expanded = from macro 'OS_REG_WRITE' > #define OS_REG_WRITE(_ah, _reg, _val) ath_hal_reg_write(_ah, _reg, _val= ) > ^~~~ > 3 warnings generated. > A failure has been detected in another branch of the parallel make > > make[4]: stopped in /usr/src/sys/modules/ath > *** [all_subdir_ath] Error code 2 > > make[3]: stopped in /usr/src/sys/modules > --- all_subdir_bwi --- > A failure has been detected in another branch of the parallel make > > make[4]: stopped in /usr/src/sys/modules/bwi > *** [all_subdir_bwi] Error code 2 > > make[3]: stopped in /usr/src/sys/modules > 4 errors > > make[3]: stopped in /usr/src/sys/modules > *** [modules-all] Error code 2 > > make[2]: stopped in /media/da0s1/obj/usr/src/sys/mk11 > 1 error > > make[2]: stopped in /media/da0s1/obj/usr/src/sys/mk11 > *** [buildkernel] Error code 2 > > make[1]: stopped in /usr/src > 1 error > > make[1]: stopped in /usr/src > *** [buildkernel] Error code 2 > > make: stopped in /usr/src > 1 error > > make: stopped in /usr/src > root@nonamehost:/usr/src #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-VmonStEhx=Q2yKXjSSCEMe=qoK_sLNf=CNFNBJVHgzOB7_A>