mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
- Add MMC/SD support. - Update LIB_DEPENDS to new format. PR: 183236 Submitted by: avilla (myself) Approved by: gnome (maintainer timeout) - Fix plist when PREFIX != LOCALBASE Reported by: poudriere testport
21 lines
598 B
C
21 lines
598 B
C
--- ./hald/freebsd/hf-devtree.c.orig 2009-09-17 15:47:14.000000000 +0200
|
|
+++ ./hald/freebsd/hf-devtree.c 2013-10-22 02:16:42.548388644 +0200
|
|
@@ -36,6 +36,7 @@
|
|
#include "hf-ata.h"
|
|
#include "hf-block.h"
|
|
#include "hf-drm.h"
|
|
+#include "hf-memcard.h"
|
|
#include "hf-pcmcia.h"
|
|
#include "hf-storage.h"
|
|
#include "hf-util.h"
|
|
@@ -388,7 +389,9 @@
|
|
{ "psm", hf_devtree_psm_set_properties },
|
|
{ "sio", NULL },
|
|
{ "speaker", NULL },
|
|
- { "usbus", NULL }
|
|
+ { "usbus", NULL },
|
|
+ { "mmc", hf_mmc_host_set_properties },
|
|
+ { "mmcsd", hf_mmc_set_properties }
|
|
};
|
|
|
|
static void
|