opnsense-ports/sysutils/hal/files/patch-hald_freebsd_hf-devtree.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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