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-uninitialized -Wno-empty-body -Wno-string-plus-int
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality
-Wno-unused-function -Wno-conversion -stdlib=libc++ -std=c++11
-c /usr/src/sbin/devd/devd.cc /usr/src/sbin/devd/devd.cc:1120:2: error:
use of undeclared identifier 'va_start' va_start(argp, fmt);
^ /usr/src/sbin/devd/devd.cc:1125:2: error: use of undeclared
identifier 'va_end' va_end(argp); ^ 2 errors generated. *** Error code 1

Stop.
make: stopped in /usr/src/sbin/devd
*** Error code 1


Oliver


signature.asc
Description: PGP signature


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
 stdarg.h and I'll fix it when I get to the office this morning.

The code version I have is
[...]
 Updating /usr/src using Subversion
--
Updating '.':
At revision 252505.
[...]

Thanks for looking into it.

Regards,
Oliver

 
 On Tue, Jul 2, 2013 at 3:56 AM, O. Hartmann
 ohart...@zedat.fu-berlin.de wrote:
  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-uninitialized -Wno-empty-body -Wno-string-plus-int
  -Wno-tautological-compare -Wno-unused-value
  -Wno-parentheses-equality -Wno-unused-function -Wno-conversion
  -stdlib=libc++ -std=c++11
  -c /usr/src/sbin/devd/devd.cc /usr/src/sbin/devd/devd.cc:1120:2:
  error: use of undeclared identifier 'va_start' va_start(argp, fmt);
  ^ /usr/src/sbin/devd/devd.cc:1125:2: error: use of undeclared
  identifier 'va_end' va_end(argp); ^ 2 errors generated. *** Error
  code 1
 
  Stop.
  make: stopped in /usr/src/sbin/devd
  *** Error code 1
 
 
  Oliver




signature.asc
Description: PGP signature


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
stdarg.h and I'll fix it when I get to the office this morning.

On Tue, Jul 2, 2013 at 3:56 AM, O. Hartmann ohart...@zedat.fu-berlin.de wrote:
 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-uninitialized -Wno-empty-body -Wno-string-plus-int
 -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality
 -Wno-unused-function -Wno-conversion -stdlib=libc++ -std=c++11
 -c /usr/src/sbin/devd/devd.cc /usr/src/sbin/devd/devd.cc:1120:2: error:
 use of undeclared identifier 'va_start' va_start(argp, fmt);
 ^ /usr/src/sbin/devd/devd.cc:1125:2: error: use of undeclared
 identifier 'va_end' va_end(argp); ^ 2 errors generated. *** Error code 1

 Stop.
 make: stopped in /usr/src/sbin/devd
 *** Error code 1


 Oliver
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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 p...@freebsd.org wrote:
 On Mon, Jun 17, 2013 at 7:14 PM, Isabell Long iss...@freebsd.org 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 month away.

 Note that you have a little less than 2 weeks left to prepare and send
 us your reports.

There is only 5 days left... :-)
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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 ohart...@zedat.fu-berlin.de 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 included by some other header in CURRENT, but not
 in whatever version of the code you have?  For now, you can #include
 stdarg.h and I'll fix it when I get to the office this morning.

 The code version I have is
 [...]
 Updating /usr/src using Subversion
 --
 Updating '.':
 At revision 252505.
 [...]

 Thanks for looking into it.

 Regards,
 Oliver


 On Tue, Jul 2, 2013 at 3:56 AM, O. Hartmann
 ohart...@zedat.fu-berlin.de wrote:
  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-uninitialized -Wno-empty-body -Wno-string-plus-int
  -Wno-tautological-compare -Wno-unused-value
  -Wno-parentheses-equality -Wno-unused-function -Wno-conversion
  -stdlib=libc++ -std=c++11
  -c /usr/src/sbin/devd/devd.cc /usr/src/sbin/devd/devd.cc:1120:2:
  error: use of undeclared identifier 'va_start' va_start(argp, fmt);
  ^ /usr/src/sbin/devd/devd.cc:1125:2: error: use of undeclared
  identifier 'va_end' va_end(argp); ^ 2 errors generated. *** Error
  code 1
 
  Stop.
  make: stopped in /usr/src/sbin/devd
  *** Error code 1
 
 
  Oliver


___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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, send any mail to freebsd-current-unsubscr...@freebsd.org


[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_image_file(char *path, void **buf, 
exit(EX_IOERR);
}
if ((*buf = malloc(sb.st_size)) == NULL) {
-   fprintf(stderr, Unable to malloc %zd bytes.\n,
+   fprintf(stderr, Unable to malloc %jd bytes.\n,
sb.st_size);
close(fd);
exit(EX_IOERR);
@@ -95,7 +95,7 @@ read_image_file(char *path, void **buf, 
}
if (*size != sb.st_size) {
fprintf(stderr, Error reading '%s', 
-   read %zd bytes, requested %zd bytes\n,
+   read %zd bytes, requested %jd bytes\n,
path, *size, sb.st_size);
close(fd);
exit(EX_IOERR);
-- 
Steve
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [PATCH] nvmecontrol breaks world

2013-07-02 Thread Ed Schouten
2013/7/2 Steve Kargl s...@troutmask.apl.washington.edu:
 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 e...@80386.nl
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [PATCH] nvmecontrol breaks world

2013-07-02 Thread Dimitry Andric
On Jul 2, 2013, at 22:30, Ed Schouten e...@80386.nl wrote:
 2013/7/2 Steve Kargl s...@troutmask.apl.washington.edu:
 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 past. :-)


 Also, the call of malloc(sb.st_size) is not really safe...

Sure, but that does not break buildworld (for gcc users, I assume? the 
tinderboxes are all green).

-Dimitry

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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 e...@80386.nl wrote:
  2013/7/2 Steve Kargl s...@troutmask.apl.washington.edu:
  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 past. :-)
 
 
  Also, the call of malloc(sb.st_size) is not really safe...
 
 Sure, but that does not break buildworld (for gcc users, I assume? the 
 tinderboxes are all green).
 

A gcc-only buildworld is broken on i386 without my patch.  See

http://lists.freebsd.org/pipermail/svn-src-all/2013-July/070954.html

-- 
Steve
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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 s...@troutmask.apl.washington.edu:
  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...
 

jimharris committed the patch.  I suspect that this is intel
code, which needs to be portable to other OS's.  Hopefully,
he fixes the build soon. 

-- 
Steve
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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 nothing...

usbconfig show's this:

# usbconfig
ugen0.1: XHCI root HUB 0x8086 at usbus0, cfg=0 md=HOST spd=SUPER
(5.0Gbps) pwr=SAVE (0mA)
ugen1.1: EHCI root HUB Intel at usbus1, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=SAVE (0mA)
ugen2.1: EHCI root HUB Intel at usbus2, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=SAVE (0mA)
ugen2.2: product 0x0024 vendor 0x8087 at usbus2, cfg=0 md=HOST
spd=HIGH (480Mbps) pwr=SAVE (0mA)
ugen1.2: product 0x0024 vendor 0x8087 at usbus1, cfg=0 md=HOST
spd=HIGH (480Mbps) pwr=ON (0mA)

But from here I'm not sure what more can I do to be able to use the card
reader!

Since I'm using Freebsd - Current, I guess this is the proper list to post!


Thanks

Mike
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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 related to the sh card reader, when inserting a
 SDHC card or a SD card I see nothing...
 
 usbconfig show's this:
 
 # usbconfig
 ugen0.1: XHCI root HUB 0x8086 at usbus0, cfg=0 md=HOST spd=SUPER
 (5.0Gbps) pwr=SAVE (0mA)
 ugen1.1: EHCI root HUB Intel at usbus1, cfg=0 md=HOST spd=HIGH
 (480Mbps) pwr=SAVE (0mA)
 ugen2.1: EHCI root HUB Intel at usbus2, cfg=0 md=HOST spd=HIGH
 (480Mbps) pwr=SAVE (0mA)
 ugen2.2: product 0x0024 vendor 0x8087 at usbus2, cfg=0 md=HOST
 spd=HIGH (480Mbps) pwr=SAVE (0mA)
 ugen1.2: product 0x0024 vendor 0x8087 at usbus1, cfg=0 md=HOST
 spd=HIGH (480Mbps) pwr=ON (0mA)
 
 But from here I'm not sure what more can I do to be able to use the card
 reader!
 
 Since I'm using Freebsd - Current, I guess this is the proper list to post!
 

I have this in my /boot/loader.conf:

mmc_load=YES
mmcsd_load=YES
sdhci_load=YES
sdhci_pci_load=YES


Do you have these modules loaded?


 
 Thanks
 
 Mike
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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
 this...

 I see nothing in dmesg related to the sh card reader, when inserting a
 SDHC card or a SD card I see nothing...

 usbconfig show's this:

 # usbconfig
 ugen0.1: XHCI root HUB 0x8086 at usbus0, cfg=0 md=HOST spd=SUPER
 (5.0Gbps) pwr=SAVE (0mA)
 ugen1.1: EHCI root HUB Intel at usbus1, cfg=0 md=HOST spd=HIGH
 (480Mbps) pwr=SAVE (0mA)
 ugen2.1: EHCI root HUB Intel at usbus2, cfg=0 md=HOST spd=HIGH
 (480Mbps) pwr=SAVE (0mA)
 ugen2.2: product 0x0024 vendor 0x8087 at usbus2, cfg=0 md=HOST
 spd=HIGH (480Mbps) pwr=SAVE (0mA)
 ugen1.2: product 0x0024 vendor 0x8087 at usbus1, cfg=0 md=HOST
 spd=HIGH (480Mbps) pwr=ON (0mA)

 But from here I'm not sure what more can I do to be able to use the card
 reader!

 Since I'm using Freebsd - Current, I guess this is the proper list to post!

 I have this in my /boot/loader.conf:

 mmc_load=YES
 mmcsd_load=YES
 sdhci_load=YES
 sdhci_pci_load=YES


 Do you have these modules loaded?

I don't have the last, in any case:
kldload: can't load sdhci_pci: File exists

I do have the other lines in /boot/loader.conf



 Thanks

 Mike
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org
I
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/libfdt 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000  -mno-align-long-strings 
-mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding 
-fstack-protector -Werror  /usr/src/sys/kern/sysv_shm.c
cc1: warnings being treated as errors
/usr/src/sys/kern/sysv_shm.c: In function 'oshmctl':
/usr/src/sys/kern/sysv_shm.c:1015: warning: implicit declaration of function 
'ipcperm_new2old'
/usr/src/sys/kern/sysv_shm.c:1015: warning: nested extern declaration of 
'ipcperm_new2old' [-Wnested-externs]
/usr/src/sys/kern/sysv_shm.c:1029: warning: implicit declaration of function 
'freebsd7_shmctl'
/usr/src/sys/kern/sysv_shm.c:1029: warning: nested extern declaration of 
'freebsd7_shmctl' [-Wnested-externs]
/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

Stop.
make: stopped in /usr/obj/usr/src/sys/MOBILE
*** Error code 1

Stop.
make: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src

% uname -a
FreeBSD laptop-kargl.apl.washington.edu 10.0-CURRENT FreeBSD 10.0-CURRENT
#0 r251004M: Sun May 26 13:00:17 PDT 2013
ka...@laptop.pondex.org:/usr/obj/usr/src/sys/MOBILE  i386

%  svn info
Path: .
Working Copy Root Path: /usr/src
URL: svn://svn.freebsd.org/base/head
Repository Root: svn://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 252525
Node Kind: directory
Schedule: normal
Last Changed Author: delphij
Last Changed Rev: 252523
Last Changed Date: 2013-07-02 12:42:47 -0700 (Tue, 02 Jul 2013)


-- 
Steve
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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 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


  # Enable FreeBSD7 compatibility syscalls
  # This option is MANDATORY.  Do not remove.
  options COMPAT_FREEBSD7

-- 
Steve
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: No SD card Reader support

2013-07-02 Thread Zaphod Beeblebrox
On Tue, Jul 2, 2013 at 9:24 PM, Mike C. miguelmcl...@gmail.com 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 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 nothing...
 
  usbconfig show's this:


[deleted]


  mmc_load=YES
  mmcsd_load=YES
  sdhci_load=YES
  sdhci_pci_load=YES


  Do you have these modules loaded?

 I don't have the last, in any case:
 kldload: can't load sdhci_pci: File exists

 I do have the other lines in /boot/loader.conf


What he's getting at there is that you should look at the output of pciconf
-lv (not usb) for the card reader.  The PCI devices are different animals
than the USB ones.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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 zbee...@gmail.com escreveu:

 On Tue, Jul 2, 2013 at 9:24 PM, Mike C. miguelmcl...@gmail.com 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 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 nothing...
 
  usbconfig show's this:


 [deleted]


  mmc_load=YES
  mmcsd_load=YES
  sdhci_load=YES
  sdhci_pci_load=YES

 
  Do you have these modules loaded?

 I don't have the last, in any case:
 kldload: can't load sdhci_pci: File exists

 I do have the other lines in /boot/loader.conf


 What he's getting at there is that you should look at the output of
 pciconf -lv (not usb) for the card reader.  The PCI devices are different
 animals than the USB ones.

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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
 
 
 # Enable FreeBSD7 compatibility syscalls
 # This option is MANDATORY. Do not remove.
 options COMPAT_FREEBSD7


So... a non-optional option?


Jon
-- 
Jonathan Anderson

jonat...@freebsd.org 

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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 option on FreeBSD 10, it may be appropriate to
  expand the comment to
  
  
  # Enable FreeBSD7 compatibility syscalls
  # This option is MANDATORY. Do not remove.
  options COMPAT_FREEBSD7
 
 So... a non-optional option?

Yes, it appears to be that way.

-- 
Steve
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


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 miguelmcl...@gmail.com 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/07/2013 01:58, Zaphod Beeblebrox zbee...@gmail.com
 escreveu:

  On Tue, Jul 2, 2013 at 9:24 PM, Mike C. miguelmcl...@gmail.com 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 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 nothing...
  
   usbconfig show's this:
 
 
  [deleted]
 
 
   mmc_load=YES
   mmcsd_load=YES
   sdhci_load=YES
   sdhci_pci_load=YES
 
  
   Do you have these modules loaded?
 
  I don't have the last, in any case:
  kldload: can't load sdhci_pci: File exists
 
  I do have the other lines in /boot/loader.conf
 
 
  What he's getting at there is that you should look at the output of
  pciconf -lv (not usb) for the card reader.  The PCI devices are different
  animals than the USB ones.
 
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org




-- 

Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-396-1764
You can find my resume at: http://www.Alameda.net/~ulf/resume.html
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org