diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-20 21:57:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-20 21:57:04 +0000 |
commit | ee1a3d9a13be6630588b66db10df14d00d0552fe (patch) | |
tree | c036204e89a4970720030e58bcfa905ac221d3f6 /sys/arch/amd64/conf | |
parent | 960cc34b4f0e6519f1a246e079831cfffb2292b6 (diff) |
Add sdmmc support to the install media, as proposed by Florian Stinglmayr
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 2b08d40ae5a..2628c89545c 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.133 2013/12/20 21:50:49 matthew Exp $ +# $OpenBSD: RAMDISK_CD,v 1.134 2014/01/20 21:57:01 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -213,6 +213,11 @@ wdc* at pcmcia? wd* at wdc? flags 0x0000 wd* at pciide? flags 0x0000 +sdhc* at pci? # SD Host Controller +sdmmc* at sdhc? # SD/MMC bus +rtsx* at pci? # Realtek SD Card Reader +sdmmc* at rtsx? # SD/MMC bus + # ATAPI<->SCSI atapiscsi* at wdc? atapiscsi* at pciide? |