From owner-freebsd-questions@FreeBSD.ORG Sat Jan 30 00:29:12 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8820D106566B for ; Sat, 30 Jan 2010 00:29:12 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from mx.utwente.nl (mx2.utsp.utwente.nl [130.89.2.13]) by mx1.freebsd.org (Postfix) with ESMTP id 0DAE48FC08 for ; Sat, 30 Jan 2010 00:29:11 +0000 (UTC) Received: from nox.student.utwente.nl (nox.student.utwente.nl [130.89.165.91]) by mx.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id o0U0T3F4009889; Sat, 30 Jan 2010 01:29:03 +0100 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Sat, 30 Jan 2010 01:29:02 +0100 User-Agent: KMail/1.9.10 References: <201001291714.07000.freebsd@insightbb.com> In-Reply-To: <201001291714.07000.freebsd@insightbb.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201001300129.03294.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact icts.servicedesk@utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Steven Friedrich Subject: Re: Is there a driver for memory sticks? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2010 00:29:12 -0000 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