Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2010 01:29:02 +0100
From:      Pieter de Goeje <pieter@degoeje.nl>
To:        freebsd-questions@freebsd.org
Cc:        Steven Friedrich <freebsd@insightbb.com>
Subject:   Re: Is there a driver for memory sticks?
Message-ID:  <201001300129.03294.pieter@degoeje.nl>
In-Reply-To: <201001291714.07000.freebsd@insightbb.com>
References:  <201001291714.07000.freebsd@insightbb.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 29 January 2010 23:14:06 Steven Friedrich wrote:
> I'd like to access the digital media slots on my laptop.
>
> Specifically, I want to read Sony Memory Sticks.
>
> pciconf -lv shows the devices:
>
> none2@pci0:11:0:3:	class=0x018000 card=0x3082103c chip=0x8033104c rev=0x00
> hdr=0x00
>     vendor     = 'Texas Instruments (TI)'
>     device     = 'PCIxx11/21 Integrated FlashMedia Controller'
>     class      = mass storage
> none3@pci0:11:0:4:	class=0x080500 card=0x3082103c chip=0x8034104c rev=0x00
> hdr=0x00
>     vendor     = 'Texas Instruments (TI)'
>     device     = 'SDA Standard Compliant SD Host Controller (10981734)'
>     class      = base peripheral
>     subclass   = SD host controller

Probably supported by sdhci(4).

>
>
> Also, is there one for high definition audio?
>
> none0@pci0:0:30:3:	class=0x070300 card=0x3082103c chip=0x266d8086 rev=0x03
> hdr=0x00
>     vendor     = 'Intel Corporation'
>     device     = 'Intel 82801GB ICH7 - High Definition Audio Controller
> [A-1] (82801I)'
>     class      = simple comms
>     subclass   = generic modem
>
> I guess this is my built in modem, but could it also be used as a sound
> device?

Try snd_hda(4).

Good luck!

--
Pieter



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001300129.03294.pieter>