Re: No SD card Reader support

2013-07-02 Thread Ulf Zimmermann
Check under Windows how the reader connects? On Tue, Jul 2, 2013 at 6:17 PM, Miguel Clara wrote: > pciconf shows nothing related to the card reader, and I have no device > listed has 'none' in there which is why I was looking into usbconfig. I > should have clarified that... sorry > No dia 03

Re: buildkernel is broken

2013-07-02 Thread Steve Kargl
On Tue, Jul 02, 2013 at 10:51:57PM -0230, Jonathan Anderson wrote: > On Tuesday, 2 July 2013 at 22:16, Steve Kargl wrote: > > It seems that > > > > # Enable FreeBSD7 compatibility syscalls > > options COMPAT_FREEBSD7 > > > > is required in a kernel config file. If it is mandatory to > > have this

Re: buildkernel is broken

2013-07-02 Thread Jonathan Anderson
On Tuesday, 2 July 2013 at 22:16, Steve Kargl wrote: > It seems that > > # Enable FreeBSD7 compatibility syscalls > options COMPAT_FREEBSD7 > > is required in a kernel config file. If it is mandatory to > have this option on FreeBSD 10, it may be appropriate to > expand the comment to > > > # E

Re: No SD card Reader support

2013-07-02 Thread Miguel Clara
pciconf shows nothing related to the card reader, and I have no device listed has 'none' in there which is why I was looking into usbconfig. I should have clarified that... sorry No dia 03/07/2013 01:58, "Zaphod Beeblebrox" escreveu: > On Tue, Jul 2, 2013 at 9:24 PM, Mike C. wrote: > >> On 07/0

Re: No SD card Reader support

2013-07-02 Thread Zaphod Beeblebrox
On Tue, Jul 2, 2013 at 9:24 PM, Mike C. wrote: > On 07/03/13 00:18, John Hixson wrote: > > On Wed, Jul 03, 2013 at 01:16:19AM +, Mike C. wrote: > >> > >> According to the windows drivers info on Acer's page, my laptop internal > >> SD card reader vendor is "Realtek". > >> > >> I'm not being a

Re: buildkernel is broken

2013-07-02 Thread Steve Kargl
On Tue, Jul 02, 2013 at 05:35:35PM -0700, Steve Kargl wrote: > /usr/src/sys/kern/sysv_shm.c: At top level: > /usr/src/sys/kern/sysv_shm.c:1044: error: 'freebsd7_shmctl' undeclared here > (not in a function) > *** Error code 1 It seems that # Enable FreeBSD7 compatibility syscalls options

buildkernel is broken

2013-07-02 Thread Steve Kargl
cc -c -O -pipe -march=core2 -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/usr/src/sys -I/us

Re: No SD card Reader support

2013-07-02 Thread Mike C.
On 07/03/13 00:18, John Hixson wrote: > On Wed, Jul 03, 2013 at 01:16:19AM +, Mike C. wrote: >> Hi, >> >> According to the windows drivers info on Acer's page, my laptop internal >> SD card reader vendor is "Realtek". >> >> I'm not being able to use the card reader but I'm not sure how to debug

Re: No SD card Reader support

2013-07-02 Thread John Hixson
On Wed, Jul 03, 2013 at 01:16:19AM +, Mike C. wrote: > > Hi, > > According to the windows drivers info on Acer's page, my laptop internal > SD card reader vendor is "Realtek". > > I'm not being able to use the card reader but I'm not sure how to debug > this... > > I see nothing in dmesg re

No SD card Reader support

2013-07-02 Thread Mike C.
Hi, According to the windows drivers info on Acer's page, my laptop internal SD card reader vendor is "Realtek". I'm not being able to use the card reader but I'm not sure how to debug this... I see nothing in dmesg related to the sh card reader, when inserting a SDHC card or a SD card I see no

Re: [PATCH] nvmecontrol breaks world

2013-07-02 Thread Steve Kargl
On Tue, Jul 02, 2013 at 10:30:53PM +0200, Ed Schouten wrote: > 2013/7/2 Steve Kargl : > > Could someone (this could even be me, but need approval) please > > fix nvmecontrol? > > off_t doesn't need to be intmax_t, right? Maybe add an explicit cast? > Also, the call of malloc(sb.st_size) is not rea

Re: [PATCH] nvmecontrol breaks world

2013-07-02 Thread Steve Kargl
On Tue, Jul 02, 2013 at 10:37:35PM +0200, Dimitry Andric wrote: > On Jul 2, 2013, at 22:30, Ed Schouten wrote: > > 2013/7/2 Steve Kargl : > >> Could someone (this could even be me, but need approval) please > >> fix nvmecontrol? > > > > off_t doesn't need to be intmax_t, right? Maybe add an expli

Re: [PATCH] nvmecontrol breaks world

2013-07-02 Thread Dimitry Andric
On Jul 2, 2013, at 22:30, Ed Schouten wrote: > 2013/7/2 Steve Kargl : >> Could someone (this could even be me, but need approval) please >> fix nvmecontrol? > > off_t doesn't need to be intmax_t, right? Maybe add an explicit cast? Yes, that is what Bruce has suggested for off_t many times in the

Re: [PATCH] nvmecontrol breaks world

2013-07-02 Thread Ed Schouten
2013/7/2 Steve Kargl : > Could someone (this could even be me, but need approval) please > fix nvmecontrol? off_t doesn't need to be intmax_t, right? Maybe add an explicit cast? Also, the call of malloc(sb.st_size) is not really safe... -- Ed Schouten ___

[PATCH] nvmecontrol breaks world

2013-07-02 Thread Steve Kargl
Could someone (this could even be me, but need approval) please fix nvmecontrol? Index: nvmecontrol/firmware.c === --- nvmecontrol/firmware.c (revision 252514) +++ nvmecontrol/firmware.c (working copy) @@ -82,7 +82,7 @@ read

Re: SVN mirroring question

2013-07-02 Thread Craig Rodrigues
On Mon, Jul 1, 2013 at 4:31 PM, Julian Elischer wrote: > So I need to make a branch of a freebsd branch to do some work related > changes. > is it feasible to have our own svn repo and mirror a single branch into it > that we can base > out branch off? Ialready have a full mirror.. so is it poss

Re: FreeBSD-HEAD gets stuck on vnode operations

2013-07-02 Thread Andriy Gapon
In addition, should_yield() seems to have a problem: http://article.gmane.org/gmane.os.freebsd.devel.cvs.src/167287 -- Andriy Gapon ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, s

Re: CURRENT fails to build: usr/src/sbin/devd/devd.cc:1125:2: error: use of undeclared identifier 'va_end' va_end(argp);

2013-07-02 Thread Alan Somers
Should be fixed in 252508. I guess I need to start testing with libc++ from now on. On Tue, Jul 2, 2013 at 7:11 AM, O. Hartmann wrote: > On Tue, 2 Jul 2013 07:05:00 -0600 > asom...@gmail.com wrote: > >> And yet it's not producing any tinderbox errors. Perhaps stdarg.h is >> getting implicitly i

FreeBSD 2013-Q2 status reports due: July 7

2013-07-02 Thread Gabor Pali
On Mon, Jun 24, 2013 at 10:25 PM, Gabor Pali wrote: > On Mon, Jun 17, 2013 at 7:14 PM, Isabell Long wrote: >> It's that time again! On behalf of monthly@, I would like to inform >> you that the next submission date for the April to June quarterly >> status reports is July 7th, 2013 - less than a

Re: CURRENT fails to build: usr/src/sbin/devd/devd.cc:1125:2: error: use of undeclared identifier 'va_end' va_end(argp);

2013-07-02 Thread asomers
And yet it's not producing any tinderbox errors. Perhaps stdarg.h is getting implicitly included by some other header in CURRENT, but not in whatever version of the code you have? For now, you can #include and I'll fix it when I get to the office this morning. On Tue, Jul 2, 2013 at 3:56 AM, O.

Re: CURRENT fails to build: usr/src/sbin/devd/devd.cc:1125:2: error: use of undeclared identifier 'va_end' va_end(argp);

2013-07-02 Thread O. Hartmann
On Tue, 2 Jul 2013 07:05:00 -0600 asom...@gmail.com wrote: > And yet it's not producing any tinderbox errors. Perhaps stdarg.h is > getting implicitly included by some other header in CURRENT, but not > in whatever version of the code you have? For now, you can #include > and I'll fix it when I

CURRENT fails to build: usr/src/sbin/devd/devd.cc:1125:2: error: use of undeclared identifier 'va_end' va_end(argp);

2013-07-02 Thread O. Hartmann
The recent sources fails to build with the following error: [...] ===> sbin/devd (all) c++ -O2 -pipe -O3 -march=native -I. -I/usr/src/sbin/devd -pipe -O3 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialize