View Single Post
  #3   (View Single Post)  
Old 7th April 2013
s0xxx's Avatar
s0xxx s0xxx is offline
Package Pilot
 
Join Date: May 2008
Posts: 192
Default

J65nko is right, you should first try to disable the driver for that card reader; chose option "5" during boot up to drop to boot prompt, then type:
Code:
boot -c
and then:
Code:
uc> disable sdmmc
uc> quit
and see if it makes it through. If it boots up, then I would suggest you send a PR to NetBSD for this problem.


P.S. sdmmc(4) driver has actually been ported to NetBSD from OpenBSD.
__________________
The best way to learn UNIX is to play with it, and the harder you play, the more you learn.
If you play hard enough, you'll break something for sure, and having to fix a badly broken system is arguably the fastest way of all to learn. -Michael Lucas, AbsoluteBSD
Reply With Quote