Is there a driver for memory sticks?

2010-01-29 Thread Steven Friedrich
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:

no...@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
no...@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


Also, is there one for high definition audio?

no...@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?
no...@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
no...@pci0:11:0:2:  class=0x0c0010 card=0x3082103c chip=0x8032104c rev=0x00 
hdr=0x00
vendor = 'Texas Instruments (TI)'
device = 'OHCI Compliant IEEE-1394 FireWire Controller'
class  = serial bus
subclass   = FireWire
no...@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
no...@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
no...@pci0:11:3:0:  class=0x028000 card=0x1355103c chip=0x431814e4 rev=0x02 
hdr=0x00
vendor = 'Broadcom Corporation'
device = 'Broadcom 802.11b/g (BCM43XX)'
class  = network
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Is there a driver for memory sticks?

2010-01-29 Thread Pieter de Goeje
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:

 no...@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
 no...@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?

 no...@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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org