USB disk drives QNX Momentics PE 6.2.0

I recently loaded QNX Momentics PE 6.2.0 on a Dell
latitude laptop. I found that the swappable floppy/CD-ROM
drives are actually USB devices. I am unable to see these
devices when I run “usb,” and it is not clear to me that the
usual floppy and CD-ROM block device drivers could work
with this arrangment anyway. Can any of the drivers handle this?

Thank you.

Rich


Richard Bonomo
UW Space Astronomy Laboratory


Not in 6.2.1 or earlier. I am presently writing a USB mass storage
driver to handle this problem. A complication is that a docking station
appears to use a hub (at least for Dell Inspiron 8600) and I will have
to work through that (later). My driver for Ram Sticks is at alpha
stage but it does handle Dos Fat 16 partitions. It is VERY slow -
about twice the speed of a floppy. Working on UFI driver for floppy
disk now.

I see in the pre-release literature that 6.3 will have these drivers,
so maybe you want to wait.

Richard Bonomo wrote:

I recently loaded QNX Momentics PE 6.2.0 on a Dell
latitude laptop. I found that the swappable floppy/CD-ROM
drives are actually USB devices. I am unable to see these
devices when I run “usb,” and it is not clear to me that the
usual floppy and CD-ROM block device drivers could work
with this arrangment anyway. Can any of the drivers handle this?

Thank you.

Rich

Warren Deitch wrote:

Ah, double drat! (I am already trying to cope with the lack of
support for the on-board Broadcom network chipset, but that is
another matter.)

I was hoping that with some jiggery-pokery it might be possible to
get the extant drivers to work with each other, but it is probably
asking too much to hope that drivers not orginally meant to be layered
will layer.

I am not sure that the current usb driver even sees the internal hub
properly. (I am not using a docking station.)

Do any QSSL-folk who might read this have anything to add?

Rich

Not in 6.2.1 or earlier. I am presently writing a USB mass storage
driver to handle this problem. A complication is that a docking station
appears to use a hub (at least for Dell Inspiron 8600) and I will have
to work through that (later). My driver for Ram Sticks is at alpha
stage but it does handle Dos Fat 16 partitions. It is VERY slow -
about twice the speed of a floppy. Working on UFI driver for floppy
disk now.

I see in the pre-release literature that 6.3 will have these drivers,
so maybe you want to wait.

Richard Bonomo wrote:
I recently loaded QNX Momentics PE 6.2.0 on a Dell
latitude laptop. I found that the swappable floppy/CD-ROM
drives are actually USB devices. I am unable to see these
devices when I run “usb,” and it is not clear to me that the
usual floppy and CD-ROM block device drivers could work
with this arrangment anyway. Can any of the drivers handle this?

Thank you.

Rich

I can only use one of the two ports on the laptop (the top one) in 6.2.1
and earlier.

As far as the Broadcom driver – see www.qnxzone.com
Johan has a working bcm440x driver that I am using. It has some
startup issues (need to run netmanager manually) but this is a minor
penalty compared to no network at all.


Richard Bonomo,6289 Chamberlin,263-4683, wrote:

Warren Deitch wrote:

Ah, double drat! (I am already trying to cope with the lack of
support for the on-board Broadcom network chipset, but that is
another matter.)

I was hoping that with some jiggery-pokery it might be possible to
get the extant drivers to work with each other, but it is probably
asking too much to hope that drivers not orginally meant to be layered
will layer.

I am not sure that the current usb driver even sees the internal hub
properly. (I am not using a docking station.)

Do any QSSL-folk who might read this have anything to add?

Rich


Not in 6.2.1 or earlier. I am presently writing a USB mass storage
driver to handle this problem. A complication is that a docking station
appears to use a hub (at least for Dell Inspiron 8600) and I will have
to work through that (later). My driver for Ram Sticks is at alpha
stage but it does handle Dos Fat 16 partitions. It is VERY slow -
about twice the speed of a floppy. Working on UFI driver for floppy
disk now.

I see in the pre-release literature that 6.3 will have these drivers,
so maybe you want to wait.

Richard Bonomo wrote:

I recently loaded QNX Momentics PE 6.2.0 on a Dell
latitude laptop. I found that the swappable floppy/CD-ROM
drives are actually USB devices. I am unable to see these
devices when I run “usb,” and it is not clear to me that the
usual floppy and CD-ROM block device drivers could work
with this arrangment anyway. Can any of the drivers handle this?

Thank you.

Rich

Could you post pci -v output?

Probably there are several USB devices listed in it, try to start devu-?hci
with appropriate PCI index.
Maybe your devices are not connected to the first USB hub, but to the other
one.

Pavol Kycina

“Richard Bonomo,6289 Chamberlin,263-4683,” <bonomo@sal.wisc.edu> wrote in
message news:c1e4bt$i7u$1@inn.qnx.com

Warren Deitch wrote:

Ah, double drat! (I am already trying to cope with the lack of
support for the on-board Broadcom network chipset, but that is
another matter.)

I was hoping that with some jiggery-pokery it might be possible to
get the extant drivers to work with each other, but it is probably
asking too much to hope that drivers not orginally meant to be layered
will layer.

I am not sure that the current usb driver even sees the internal hub
properly. (I am not using a docking station.)

Do any QSSL-folk who might read this have anything to add?

Rich

Not in 6.2.1 or earlier. I am presently writing a USB mass storage
driver to handle this problem. A complication is that a docking station
appears to use a hub (at least for Dell Inspiron 8600) and I will have
to work through that (later). My driver for Ram Sticks is at alpha
stage but it does handle Dos Fat 16 partitions. It is VERY slow -
about twice the speed of a floppy. Working on UFI driver for floppy
disk now.

I see in the pre-release literature that 6.3 will have these drivers,
so maybe you want to wait.

Richard Bonomo wrote:
I recently loaded QNX Momentics PE 6.2.0 on a Dell
latitude laptop. I found that the swappable floppy/CD-ROM
drives are actually USB devices. I am unable to see these
devices when I run “usb,” and it is not clear to me that the
usual floppy and CD-ROM block device drivers could work
with this arrangment anyway. Can any of the drivers handle this?

Thank you.

Rich

Richard Bonomo <bonomo@sal.wisc.edu> wrote:

I recently loaded QNX Momentics PE 6.2.0 on a Dell
latitude laptop. I found that the swappable floppy/CD-ROM
drives are actually USB devices. I am unable to see these
devices when I run “usb,” and it is not clear to me that the
usual floppy and CD-ROM block device drivers could work
with this arrangment anyway. Can any of the drivers handle this?

Not until the release of 6.3.0, which has devb-umass for USB mass storage
devices.

chris


Chris McKillop <cdm@qnx.com> “The faster I go, the behinder I get.”
Software Engineer, QSSL – Lewis Carroll –
http://qnx.wox.org/

Richard Bonomo wrote:

I can only use one of the two ports on the laptop (the top one) in 6.2.1
and earlier.

Warren Deitch wrote:
As far as the Broadcom driver – see > www.qnxzone.com
Johan has a working bcm440x driver that I am using. It has some
startup issues (need to run netmanager manually) but this is a minor
penalty compared to no network at all.

I did download Johan’s driver, and am attempting to compile it, in
the hopes that it will work with the BCM570x equipment in the Dell
Latitude notebook. I am not sure it will compile under 6.2.0, though.
At least, the error messages reference /usr/include/drvr, which does
not exist on my system. I am following up on this though.

Richard Bonomo,6289 Chamberlin,263-4683, wrote:

Warren Deitch wrote:

Ah, double drat! (I am already trying to cope with the lack of support
for the on-board Broadcom network chipset, but that is another matter.)

I was hoping that with some jiggery-pokery it might be possible to
get the extant drivers to work with each other, but it is probably
asking too much to hope that drivers not orginally meant to be layered
will layer.

I am not sure that the current usb driver even sees the internal hub
properly. (I am not using a docking station.)

Do any QSSL-folk who might read this have anything to add?

Rich


Not in 6.2.1 or earlier. I am presently writing a USB mass storage
driver to handle this problem. A complication is that a docking station
appears to use a hub (at least for Dell Inspiron 8600) and I will have
to work through that (later). My driver for Ram Sticks is at alpha
stage but it does handle Dos Fat 16 partitions. It is VERY slow -
about twice the speed of a floppy. Working on UFI driver for floppy
disk now.

I see in the pre-release literature that 6.3 will have these drivers,
so maybe you want to wait.

Richard Bonomo wrote:

I recently loaded QNX Momentics PE 6.2.0 on a Dell
latitude laptop. I found that the swappable floppy/CD-ROM
drives are actually USB devices. I am unable to see these
devices when I run “usb,” and it is not clear to me that the
usual floppy and CD-ROM block device drivers could work
with this arrangment anyway. Can any of the drivers handle this?

Thank you.

Rich

\


Richard Bonomo
UW Space Astronomy Laboratory
ph: (608) 263-4683 telefacsimile: (608) 263-0361
SAL-related email: bonomo@sal.wisc.edu
all other email: bonomo@ece.wisc.edu
web page URL: http://www.cae.wisc.edu/~bonomo


Pavol Kycina wrote:

Could you post pci -v output?

Probably there are several USB devices listed in it, try to start devu-?hci
with appropriate PCI index.
Maybe your devices are not connected to the first USB hub, but to the other
one.

I think I checked this, but I will look again. I’ll try to get the
output posted, but this takes some doing as I do not have a working
floppy drive on it (because of this problem) and getting the PC-Card
network running requires a little witchcraft…

Pavol Kycina

“Richard Bonomo,6289 Chamberlin,263-4683,” <> bonomo@sal.wisc.edu> > wrote in
message news:c1e4bt$i7u$> 1@inn.qnx.com> …

Warren Deitch wrote:

Ah, double drat! (I am already trying to cope with the lack of
support for the on-board Broadcom network chipset, but that is
another matter.)

I was hoping that with some jiggery-pokery it might be possible to
get the extant drivers to work with each other, but it is probably
asking too much to hope that drivers not orginally meant to be layered
will layer.

I am not sure that the current usb driver even sees the internal hub
properly. (I am not using a docking station.)

Do any QSSL-folk who might read this have anything to add?

Rich


Not in 6.2.1 or earlier. I am presently writing a USB mass storage
driver to handle this problem. A complication is that a docking station
appears to use a hub (at least for Dell Inspiron 8600) and I will have
to work through that (later). My driver for Ram Sticks is at alpha
stage but it does handle Dos Fat 16 partitions. It is VERY slow -
about twice the speed of a floppy. Working on UFI driver for floppy
disk now.

I see in the pre-release literature that 6.3 will have these drivers,
so maybe you want to wait.

Richard Bonomo wrote:

I recently loaded QNX Momentics PE 6.2.0 on a Dell
latitude laptop. I found that the swappable floppy/CD-ROM
drives are actually USB devices. I am unable to see these
devices when I run “usb,” and it is not clear to me that the
usual floppy and CD-ROM block device drivers could work
with this arrangment anyway. Can any of the drivers handle this?

Thank you.

Rich

\


Richard Bonomo
UW Space Astronomy Laboratory
ph: (608) 263-4683 telefacsimile: (608) 263-0361
SAL-related email: bonomo@sal.wisc.edu
all other email: bonomo@ece.wisc.edu
web page URL: http://www.cae.wisc.edu/~bonomo


Chris McKillop wrote:

Richard Bonomo <> bonomo@sal.wisc.edu> > wrote:

I recently loaded QNX Momentics PE 6.2.0 on a Dell
latitude laptop. I found that the swappable floppy/CD-ROM
drives are actually USB devices. I am unable to see these
devices when I run “usb,” and it is not clear to me that the
usual floppy and CD-ROM block device drivers could work
with this arrangment anyway. Can any of the drivers handle this?



Not until the release of 6.3.0, which has devb-umass for USB mass storage
devices.

chris

Ah, it sounds pretty hopeless with 6.2.0, then…

Rich


Richard Bonomo
UW Space Astronomy Laboratory
ph: (608) 263-4683 telefacsimile: (608) 263-0361
SAL-related email: bonomo@sal.wisc.edu
all other email: bonomo@ece.wisc.edu
web page URL: http://www.cae.wisc.edu/~bonomo


Pavol Kycina wrote:

Could you post pci -v output?

Probably there are several USB devices listed in it, try to start
devu-?hci with appropriate PCI index.
Maybe your devices are not connected to the first USB hub, but to the
other one.

Pavol Kycina

Given Chris McKillop’s post, this is probably a futile exercise, but here
goes, anyway, just in case.

output of pci -vv:

**************** (start inserts)

PCI version = 2.10

Class = Bridge (Host/PCI)
Vendor ID = 8086h, Intel Corporation
Device ID = 3340h, Unknown Unknown
PCI index = 0h
Class Codes = 060000h
Revision ID = 3h
Bus number = 0
Device number = 0
Function num = 0
Status Reg = 2090h
Command Reg = 106h
I/O space access disabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = NC
Interrupt line = 0
Capabilities Pointer = e4h
Capability ID = 9h
Capabilities = 4104h - 0h
Capability ID = 2h
Capabilities = 20h - 1f000217h
Device Dependent Registers:
0x40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 27 00 00
0x60: 04 08 0c 10 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 02 02 00 00 00 00 00 00 00 02 02 2c 71 32 40 30
0x80: 71 00 80 05 00 00 00 00 00 02 01 00 00 00 00 00
0x90: 10 11 11 00 00 00 00 00 41 19 00 00 00 0a bc 00
0xA0: 02 00 20 00 17 02 00 1f 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 20 00 00 00 00 00 00 00 20 10 00 00
0xC0: 44 40 50 11 00 20 05 08 00 00 00 00 00 00 00 00
0xD0: 02 28 00 0e 0b 00 00 30 00 00 31 b5 00 00 02 00
0xE0: 00 00 00 00 09 a0 04 41 00 00 00 00 00 00 00 00
0xF0: 00 00 01 00 00 f8 20 80 38 0f 21 00 04 00 00 00


Class = Bridge (PCI/PCI)
Vendor ID = 8086h, Intel Corporation
Device ID = 3341h, Unknown Unknown
PCI index = 0h
Class Codes = 060400h
Revision ID = 3h
Bus number = 0
Device number = 1
Function num = 0
Status Reg = a0h
Command Reg = 107h
I/O space access enabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 1h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 20h
Cache Line Size= 0h
Primary Bus Number = 0h
Secondary Bus Number = 1h
Subordinate Bus Number = 1h
Secondary Latency Timer = 20h
I/O Base = c0h
I/O Limit = c0h
Secondary Status = 22a0h
Memory Base = fc00h
Memory Limit = fdf0h
Prefetchable Memory Base = f000h
Prefetchable Memory Limit= f3f0h
Prefetchable Base Upper 32 Bits = 0h
Prefetchable Limit Upper 32 Bits = 0h
I/O Base Upper 16 Bits = ffffh
I/O Limit Upper 16 Bits = ffffh
Bridge Control = 12ns
PCI Int Pin = NC
Interrupt line = 0
Device Dependent Registers:
0x40: 00 00 0c 00 00 00 00 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00


Class = Serial Bus (Universal Serial Bus)
Vendor ID = 8086h, Intel Corporation
Device ID = 24c2h, Unknown Unknown
PCI index = 0h
Class Codes = 0c0300h
Revision ID = 1h
Bus number = 0
Device number = 29
Function num = 0
Status Reg = 280h
Command Reg = 5h
I/O space access enabled
Memory space access disabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents disabled
Header type = 0h Multi-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
PCI IO Address = bf80h length 32 enabled
Subsystem Vendor ID = 8086h
Subsystem ID = 4541h
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = INT A
Interrupt line = 11
Device Dependent Registers:
0x40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 10 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 60 0f 00 00 00 00 00 00


Class = Serial Bus (Universal Serial Bus)
Vendor ID = 8086h, Intel Corporation
Device ID = 24c4h, Unknown Unknown
PCI index = 0h
Class Codes = 0c0300h
Revision ID = 1h
Bus number = 0
Device number = 29
Function num = 1
Status Reg = 280h
Command Reg = 5h
I/O space access enabled
Memory space access disabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents disabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
PCI IO Address = bf40h length 32 enabled
Subsystem Vendor ID = 8086h
Subsystem ID = 4541h
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = INT B
Interrupt line = 11
Device Dependent Registers:
0x40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 10 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 60 0f 00 00 00 00 00 00


Class = Serial Bus (Universal Serial Bus)
Vendor ID = 8086h, Intel Corporation
Device ID = 24c7h, Unknown Unknown
PCI index = 0h
Class Codes = 0c0300h
Revision ID = 1h
Bus number = 0
Device number = 29
Function num = 2
Status Reg = 280h
Command Reg = 5h
I/O space access enabled
Memory space access disabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents disabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
PCI IO Address = bf20h length 32 enabled
Subsystem Vendor ID = 8086h
Subsystem ID = 4541h
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = INT C
Interrupt line = 11
Device Dependent Registers:
0x40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 10 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 60 0f 00 00 00 00 00 00


Class = Serial Bus (Universal Serial Bus)
Vendor ID = 8086h, Intel Corporation
Device ID = 24cdh, Unknown Unknown
PCI index = 0h
Class Codes = 0c0320h
Revision ID = 1h
Bus number = 0
Device number = 29
Function num = 7
Status Reg = 290h
Command Reg = 106h
I/O space access disabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
PCI Mem Address = f4fffc00h 32bit length 1024 enabled
Subsystem Vendor ID = 1028h
Subsystem ID = 14eh
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = INT D
Interrupt line = 11
Capabilities Pointer = 50h
Capability ID = 1h
Capabilities = c9c2h - 0h
Capability ID = ah
Capabilities = 2080h - 0h
Device Dependent Registers:
0x40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x50: 01 58 c2 c9 00 00 00 00 0a 00 80 20 00 00 00 00
0x60: 20 20 7f 00 00 00 00 00 01 00 00 00 00 00 00 c0
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 3f 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 78 bf 1f 00 88 83 00 00 60 0f 00 00 06 00 00 00


Class = Bridge (PCI/PCI)
Vendor ID = 8086h, Intel Corporation
Device ID = 2448h, 82801BAM/CAM Hub Interface to PCI Bridge
PCI index = 0h
Class Codes = 060400h
Revision ID = 81h
Bus number = 0
Device number = 30
Function num = 0
Status Reg = 8080h
Command Reg = 107h
I/O space access enabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 1h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
Primary Bus Number = 0h
Secondary Bus Number = 2h
Subordinate Bus Number = 2h
Secondary Latency Timer = 20h
I/O Base = d0h
I/O Limit = e0h
Secondary Status = 2280h
Memory Base = f600h
Memory Limit = fbf0h
Prefetchable Memory Base = fff0h
Prefetchable Memory Limit= 0h
Prefetchable Base Upper 32 Bits = 0h
Prefetchable Limit Upper 32 Bits = 0h
I/O Base Upper 16 Bits = ffffh
I/O Limit Upper 16 Bits = ffffh
Bridge Control = 4ns
PCI Int Pin = NC
Interrupt line = 0
Device Dependent Registers:
0x40: 00 00 04 00 02 28 20 00 04 00 00 00 00 00 00 00
0x50: 00 00 00 00 02 74 00 00 00 00 00 00 00 00 00 00
0x60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 10 00 08 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 01 00 02 00 00 00 c0 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 00 00 00 00 60 0f 00 00


Class = Bridge (PCI/ISA)
Vendor ID = 8086h, Intel Corporation
Device ID = 24cch, Unknown Unknown
PCI index = 0h
Class Codes = 060100h
Revision ID = 1h
Bus number = 0
Device number = 31
Function num = 0
Status Reg = 280h
Command Reg = 10fh
I/O space access enabled
Memory space access enabled
Bus Master enabled
Special Cycle operations monitor
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 0h Multi-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = NC
Interrupt line = 0
Device Dependent Registers:
0x40: 01 08 00 00 10 00 00 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 81 08 00 00 10 00 00 00
0x60: 0b 0b 0b 0b 91 00 00 00 80 80 80 0b 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: ff fc 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 20 03 00 00 02 00 00 00 0d 00 00 00 00 00 08 00
0xB0: 00 00 00 00 00 00 00 00 00 00 01 08 00 00 00 00
0xC0: 10 00 00 00 60 00 00 00 00 00 00 00 04 00 00 00
0xD0: 07 20 00 00 02 cf 00 00 04 00 00 00 00 00 00 00
0xE0: 00 00 00 c0 01 09 05 34 00 00 00 00 00 00 00 00
0xF0: 00 00 09 00 00 00 00 00 60 0f 03 00 00 00 80 00


Class = Mass Storage (IDE)
Vendor ID = 8086h, Intel Corporation
Device ID = 24cah, Unknown Unknown
PCI index = 0h
Class Codes = 01018ah
Revision ID = 1h
Bus number = 0
Device number = 31
Function num = 1
Status Reg = 280h
Command Reg = 7h
I/O space access enabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents disabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
PCI IO Address = 1f0h length 8 enabled
PCI IO Address = 3f4h length 4 enabled
PCI IO Address = 170h length 8 enabled
PCI IO Address = 374h length 4 enabled
PCI IO Address = bfa0h length 16 enabled
PCI Mem Address = ffeffc00h 32bit length 1024 enabled
Subsystem Vendor ID = 8086h
Subsystem ID = 4541h
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = INT A
Interrupt line = 0
Device Dependent Registers:
0x40: 07 e3 00 00 00 00 00 00 01 00 01 00 00 00 00 00
0x50: 00 00 00 00 10 14 00 00 00 00 00 00 00 00 00 00
0x60: 08 00 00 00 00 00 00 00 08 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 60 0f 00 00 00 00 00 00


Class = Multimedia (Audio)
Vendor ID = 8086h, Intel Corporation
Device ID = 24c5h, Unknown Unknown
PCI index = 0h
Class Codes = 040100h
Revision ID = 1h
Bus number = 0
Device number = 31
Function num = 5
Status Reg = 290h
Command Reg = 7h
I/O space access enabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents disabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
PCI IO Address = b800h length 256 enabled
PCI IO Address = bc40h length 64 enabled
PCI Mem Address = f4fff800h 32bit length 512 enabled
PCI Mem Address = f4fff400h 32bit length 256 enabled
Subsystem Vendor ID = 1028h
Subsystem ID = 14eh
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = INT B
Interrupt line = 11
Capabilities Pointer = 50h
Capability ID = 1h
Capabilities = c9c2h - 0h
Device Dependent Registers:
0x40: 09 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x50: 01 00 c2 c9 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 60 0f 00 00 00 00 00 00


Class = Communication (DMA)
Vendor ID = 8086h, Intel Corporation
Device ID = 24c6h, Unknown Unknown
PCI index = 0h
Class Codes = 070300h
Revision ID = 1h
Bus number = 0
Device number = 31
Function num = 6
Status Reg = 290h
Command Reg = 5h
I/O space access enabled
Memory space access disabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents disabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
PCI IO Address = b400h length 256 enabled
PCI IO Address = b080h length 128 enabled
Subsystem Vendor ID = 14f1h
Subsystem ID = 5422h
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = INT B
Interrupt line = 11
Capabilities Pointer = 50h
Capability ID = 1h
Capabilities = c9c2h - 0h
Device Dependent Registers:
0x40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x50: 01 00 c2 c9 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 60 0f 00 00 00 00 00 00


Class = Display (VGA)
Vendor ID = 10deh, Nvidia Corporation
Device ID = 286h, Unknown Unknown
PCI index = 0h
Class Codes = 030000h
Revision ID = a1h
Bus number = 1
Device number = 0
Function num = 0
Status Reg = 2b0h
Command Reg = 26h
I/O space access disabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping enabled
Parity Checking enabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents disabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 20h
Cache Line Size= 0h
PCI Mem Address = fc000000h 32bit length 16777216 enabled
PCI Mem Address = f0000000h prefetchable 32bit length 67108864 enabled
Subsystem Vendor ID = 1028h
Subsystem ID = 179h
PCI Expansion ROM = 80000000h length 131072 disabled
Max Lat = 1ns
Min Gnt = 5ns
PCI Int Pin = INT A
Interrupt line = 11
Capabilities Pointer = 60h
Capability ID = 1h
Capabilities = 2h - 0h
Capability ID = 2h
Capabilities = 30h - 1f000217h
Device Dependent Registers:
0x40: 28 10 79 01 02 00 30 00 17 02 00 1f 00 00 00 00
0x50: 01 00 00 00 01 00 00 00 ce d6 23 00 0f 00 00 00
0x60: 01 44 02 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00


Class = Network (Ethernet)
Vendor ID = 14e4h, Broadcom Corporation
Device ID = 165dh, Unknown Unknown
PCI index = 0h
Class Codes = 020000h
Revision ID = 1h
Bus number = 2
Device number = 0
Function num = 0
Status Reg = 2b0h
Command Reg = 116h
I/O space access disabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate enabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 20h
Cache Line Size= 8h un-cacheable
PCI Mem Address = faff0000h 64bit length 65536 enabled
CardBus CIS Pointer = 7h
Subsystem Vendor ID = 1028h
Subsystem ID = 865dh
Max Lat = 0ns
Min Gnt = 64ns
PCI Int Pin = INT A
Interrupt line = 11
Capabilities Pointer = 48h
Capability ID = 1h
Capabilities = c002h - 64002100h
Capability ID = 3h
Capabilities = ech - cfebf6edh
Capability ID = 5h
Capabilities = 86h - fbfffffch
Device Dependent Registers:
0x40: 00 00 00 00 00 00 00 00 01 50 02 c0 00 21 00 64
0x50: 03 58 ec 00 ed f6 eb cf 05 00 86 00 fc ff ff fb
0x60: 7f 7f fd ff f7 ff 00 00 00 00 01 30 00 00 00 00
0x70: 16 12 00 00 00 00 40 00 50 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 fe 90 08 04
0x90: 01 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00


Class = Bridge (CardBus)
Vendor ID = 104ch, Texas Instruments
Device ID = ac47h, Unknown Unknown
PCI index = 0h
Class Codes = 060700h
Revision ID = 1h
Bus number = 2
Device number = 1
Function num = 0
Status Reg = 210h
Command Reg = 7h
I/O space access enabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents disabled
Header type = 2h Multi-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 20h
Cache Line Size= 8h un-cacheable
ExCA Base Address = f6000000h
Capabilities Pointer = ffh
Secondary Status = ffffh
Primary Bus Number = 2
Secondary Bus Number = 3
Subordinate Bus Number = 3
Secondary Latency Timer = 20h
Memory Base 0 = ffec0000h
Memory Limit 0 = ffee0000h
Memory Base 1 = 0h
Memory Limit 1 = 0h
I/O Base 0 = fe00h
I/O Limit 0 = fe7ch
I/O Base 1 = 0h
I/O Limit 1 = 0h
PCI Int Pin = 1
PCI Int Pin = INT A
Interrupt line = 11
Bridge Control = 700h
Subsystem Vendor ID = 1028h
Subsystem ID = 14eh
Legacy Mode Base Address = 3e0h
System Control = 38405061h
Retry Status = c0h
Card Control = 21h
Device Control = 64h
Buffer Control = 60h
Socket DMA Register 0 = 0h
Socket DMA Register 1 = 0h
Device Dependent Registers:
0x40: 28 10 4e 01 e1 03 00 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 61 50 40 38 19 00 00 00 80 00 1f 00 02 12 2c 01
0x90: c0 21 64 60 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 01 00 32 fe 00 80 c0 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00


Class = Bridge (CardBus)
Vendor ID = 104ch, Texas Instruments
Device ID = ac4ah, Unknown Unknown
PCI index = 0h
Class Codes = 060700h
Revision ID = 1h
Bus number = 2
Device number = 1
Function num = 1
Status Reg = 210h
Command Reg = 107h
I/O space access enabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 2h Multi-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 20h
Cache Line Size= 8h un-cacheable
ExCA Base Address = f6001000h
Capabilities Pointer = ffh
Secondary Status = ffffh
Primary Bus Number = 2
Secondary Bus Number = 4
Subordinate Bus Number = 4
Secondary Latency Timer = 0h
Memory Base 0 = 0h
Memory Limit 0 = 0h
Memory Base 1 = 0h
Memory Limit 1 = 0h
I/O Base 0 = 0h
I/O Limit 0 = 0h
I/O Base 1 = 0h
I/O Limit 1 = 0h
PCI Int Pin = 1
PCI Int Pin = INT A
Interrupt line = 11
Bridge Control = 340h
Subsystem Vendor ID = 1028h
Subsystem ID = 14eh
Legacy Mode Base Address = 3e0h
System Control = 38445161h
Retry Status = c0h
Card Control = 20h
Device Control = 64h
Buffer Control = 60h
Socket DMA Register 0 = 0h
Socket DMA Register 1 = 0h
Device Dependent Registers:
0x40: 28 10 4e 01 e1 03 00 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 61 51 44 38 19 00 00 00 80 00 1f 00 02 12 2c 01
0x90: c0 20 64 60 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 01 00 32 fe 00 00 c0 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00


Class = Serial Bus (FireWire)
Vendor ID = 104ch, Texas Instruments
Device ID = 802bh, Unknown Unknown
PCI index = 0h
Class Codes = 0c0010h
Revision ID = 0h
Bus number = 2
Device number = 1
Function num = 2
Status Reg = 210h
Command Reg = 116h
I/O space access disabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate enabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 0h Multi-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 20h
Cache Line Size= 8h un-cacheable
PCI Mem Address = fafef800h 32bit length 2048 enabled
PCI Mem Address = fafe8000h 32bit length 16384 enabled
Subsystem Vendor ID = 1028h
Subsystem ID = 14eh
Max Lat = 4ns
Min Gnt = 2ns
PCI Int Pin = INT A
Interrupt line = 11
Capabilities Pointer = 44h
Capability ID = 1h
Capabilities = 7e02h - 0h
Device Dependent Registers:
0x40: 00 00 00 00 01 00 02 7e 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 08 00 00 00
0xF0: 00 00 00 00 00 10 00 00 28 10 4e 01 00 00 00 00


Class = System Peripherals (Unknown)
Vendor ID = 104ch, Texas Instruments
Device ID = 8204h, Unknown Unknown
PCI index = 0h
Class Codes = 088000h
Revision ID = 0h
Bus number = 2
Device number = 1
Function num = 3
Status Reg = 210h
Command Reg = 101h
I/O space access enabled
Memory space access disabled
Bus Master disabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 0h Multi-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
PCI IO Address = ecf8h length 8 enabled
Subsystem Vendor ID = 1028h
Subsystem ID = 14eh
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = NC
Interrupt line = 0
Capabilities Pointer = 44h
Capability ID = 1h
Capabilities = 2h - 0h
Device Dependent Registers:
0x40: 00 00 00 00 01 00 02 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 28 10 4e 01 00 00 00 00


Class = Network (Ethernet)
Vendor ID = 10b7h, 3Com Corporation
Device ID = 5257h, 3CCFE575CT Cyclone CardBus
PCI index = 0h
Class Codes = 020000h
Revision ID = 10h
Bus number = 3
Device number = 0
Function num = 0
Status Reg = 210h
Command Reg = 7h
I/O space access enabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents disabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 20h
Cache Line Size= 0h
PCI IO Address = fe00h length 128 enabled
PCI Mem Address = ffefff00h 32bit length 128 enabled
PCI Mem Address = ffefff80h 32bit length 128 enabled
CardBus CIS Pointer = 90h
Subsystem Vendor ID = 10b7h
Subsystem ID = 5c57h
Max Lat = 5ns
Min Gnt = 10ns
PCI Int Pin = INT A
Interrupt line = 11
Capabilities Pointer = 50h
Capability ID = 1h
Capabilities = f611h - 2000h
Device Dependent Registers:
0x40: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
0x50: 01 00 11 f6 00 20 00 00 00 00 00 00 00 00 00 00
0x60: 50 00 30 da 29 5b 57 52 43 00 36 00 5a 45 50 6d
0x70: 00 30 09 00 50 00 30 da 29 5b 10 20 00 00 06 00
0x80: a6 32 78 15 00 00 60 80 10 00 00 00 00 00 54 00
0x90: 13 03 43 49 53 20 04 01 01 57 52 04 06 03 01 00
0xA0: 00 00 00 05 0d 41 9a 01 b5 1e 01 b5 1e 02 30 ff
0xB0: ff 01 07 06 11 00 40 00 00 00 15 34 05 00 33 43
0xC0: 6f 6d 20 43 6f 72 70 6f 72 61 74 69 6f 6e 00 33
0xD0: 43 43 46 45 35 37 35 43 54 00 4c 41 4e 20 43 61
0xE0: 72 64 62 75 73 20 43 61 72 64 00 30 30 34 00 ff
0xF0: 21 02 06 01 ff ff ff ff ff ff ff ff ff ff ff ff

output of usb -vv (after running devn-uhci):

USB (UHCI) v1.10, v1.01 DDK
Control, Interrupt, Bulk, Isoch, Low speed, High speed

*********** (end of insert)

Rich

“Richard Bonomo,6289 Chamberlin,263-4683,” <> bonomo@sal.wisc.edu> > wrote in
message news:c1e4bt$i7u$> 1@inn.qnx.com> …
Warren Deitch wrote:

Ah, double drat! (I am already trying to cope with the lack of
support for the on-board Broadcom network chipset, but that is
another matter.)

I was hoping that with some jiggery-pokery it might be possible to
get the extant drivers to work with each other, but it is probably
asking too much to hope that drivers not orginally meant to be layered
will layer.

I am not sure that the current usb driver even sees the internal hub
properly. (I am not using a docking station.)

Do any QSSL-folk who might read this have anything to add?

Rich

Not in 6.2.1 or earlier. I am presently writing a USB mass storage
driver to handle this problem. A complication is that a docking
station appears to use a hub (at least for Dell Inspiron 8600) and I
will have
to work through that (later). My driver for Ram Sticks is at alpha
stage but it does handle Dos Fat 16 partitions. It is VERY slow -
about twice the speed of a floppy. Working on UFI driver for floppy
disk now.

I see in the pre-release literature that 6.3 will have these drivers,
so maybe you want to wait.

Richard Bonomo wrote:
I recently loaded QNX Momentics PE 6.2.0 on a Dell
latitude laptop. I found that the swappable floppy/CD-ROM
drives are actually USB devices. I am unable to see these
devices when I run “usb,” and it is not clear to me that the
usual floppy and CD-ROM block device drivers could work
with this arrangment anyway. Can any of the drivers handle this?

Thank you.

Rich

Just for the record…
There seems to be 4 USB root chips on PCI bus, so your device may be
connected not to the first one.

Pavol Kycina


“Richard Bonomo,6289 Chamberlin,263-4683,” <bonomo@sal.wisc.edu> wrote in
message news:c1ofhm$1eo$1@inn.qnx.com

Pavol Kycina wrote:

Could you post pci -v output?

Probably there are several USB devices listed in it, try to start
devu-?hci with appropriate PCI index.
Maybe your devices are not connected to the first USB hub, but to the
other one.

Pavol Kycina


Given Chris McKillop’s post, this is probably a futile exercise, but here
goes, anyway, just in case.

output of pci -vv:

**************** (start inserts)

PCI version = 2.10

Class = Bridge (Host/PCI)
Vendor ID = 8086h, Intel Corporation
Device ID = 3340h, Unknown Unknown
PCI index = 0h
Class Codes = 060000h
Revision ID = 3h
Bus number = 0
Device number = 0
Function num = 0
Status Reg = 2090h
Command Reg = 106h
I/O space access disabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = NC
Interrupt line = 0
Capabilities Pointer = e4h
Capability ID = 9h
Capabilities = 4104h - 0h
Capability ID = 2h
Capabilities = 20h - 1f000217h
Device Dependent Registers:
0x40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 27 00 00
0x60: 04 08 0c 10 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 02 02 00 00 00 00 00 00 00 02 02 2c 71 32 40 30
0x80: 71 00 80 05 00 00 00 00 00 02 01 00 00 00 00 00
0x90: 10 11 11 00 00 00 00 00 41 19 00 00 00 0a bc 00
0xA0: 02 00 20 00 17 02 00 1f 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 20 00 00 00 00 00 00 00 20 10 00 00
0xC0: 44 40 50 11 00 20 05 08 00 00 00 00 00 00 00 00
0xD0: 02 28 00 0e 0b 00 00 30 00 00 31 b5 00 00 02 00
0xE0: 00 00 00 00 09 a0 04 41 00 00 00 00 00 00 00 00
0xF0: 00 00 01 00 00 f8 20 80 38 0f 21 00 04 00 00 00


Class = Bridge (PCI/PCI)
Vendor ID = 8086h, Intel Corporation
Device ID = 3341h, Unknown Unknown
PCI index = 0h
Class Codes = 060400h
Revision ID = 3h
Bus number = 0
Device number = 1
Function num = 0
Status Reg = a0h
Command Reg = 107h
I/O space access enabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 1h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 20h
Cache Line Size= 0h
Primary Bus Number = 0h
Secondary Bus Number = 1h
Subordinate Bus Number = 1h
Secondary Latency Timer = 20h
I/O Base = c0h
I/O Limit = c0h
Secondary Status = 22a0h
Memory Base = fc00h
Memory Limit = fdf0h
Prefetchable Memory Base = f000h
Prefetchable Memory Limit= f3f0h
Prefetchable Base Upper 32 Bits = 0h
Prefetchable Limit Upper 32 Bits = 0h
I/O Base Upper 16 Bits = ffffh
I/O Limit Upper 16 Bits = ffffh
Bridge Control = 12ns
PCI Int Pin = NC
Interrupt line = 0
Device Dependent Registers:
0x40: 00 00 0c 00 00 00 00 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00


Class = Serial Bus (Universal Serial Bus)
Vendor ID = 8086h, Intel Corporation
Device ID = 24c2h, Unknown Unknown
PCI index = 0h
Class Codes = 0c0300h
Revision ID = 1h
Bus number = 0
Device number = 29
Function num = 0
Status Reg = 280h
Command Reg = 5h
I/O space access enabled
Memory space access disabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents disabled
Header type = 0h Multi-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
PCI IO Address = bf80h length 32 enabled
Subsystem Vendor ID = 8086h
Subsystem ID = 4541h
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = INT A
Interrupt line = 11
Device Dependent Registers:
0x40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 10 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 60 0f 00 00 00 00 00 00


Class = Serial Bus (Universal Serial Bus)
Vendor ID = 8086h, Intel Corporation
Device ID = 24c4h, Unknown Unknown
PCI index = 0h
Class Codes = 0c0300h
Revision ID = 1h
Bus number = 0
Device number = 29
Function num = 1
Status Reg = 280h
Command Reg = 5h
I/O space access enabled
Memory space access disabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents disabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
PCI IO Address = bf40h length 32 enabled
Subsystem Vendor ID = 8086h
Subsystem ID = 4541h
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = INT B
Interrupt line = 11
Device Dependent Registers:
0x40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 10 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 60 0f 00 00 00 00 00 00


Class = Serial Bus (Universal Serial Bus)
Vendor ID = 8086h, Intel Corporation
Device ID = 24c7h, Unknown Unknown
PCI index = 0h
Class Codes = 0c0300h
Revision ID = 1h
Bus number = 0
Device number = 29
Function num = 2
Status Reg = 280h
Command Reg = 5h
I/O space access enabled
Memory space access disabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents disabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
PCI IO Address = bf20h length 32 enabled
Subsystem Vendor ID = 8086h
Subsystem ID = 4541h
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = INT C
Interrupt line = 11
Device Dependent Registers:
0x40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 10 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 60 0f 00 00 00 00 00 00


Class = Serial Bus (Universal Serial Bus)
Vendor ID = 8086h, Intel Corporation
Device ID = 24cdh, Unknown Unknown
PCI index = 0h
Class Codes = 0c0320h
Revision ID = 1h
Bus number = 0
Device number = 29
Function num = 7
Status Reg = 290h
Command Reg = 106h
I/O space access disabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
PCI Mem Address = f4fffc00h 32bit length 1024 enabled
Subsystem Vendor ID = 1028h
Subsystem ID = 14eh
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = INT D
Interrupt line = 11
Capabilities Pointer = 50h
Capability ID = 1h
Capabilities = c9c2h - 0h
Capability ID = ah
Capabilities = 2080h - 0h
Device Dependent Registers:
0x40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x50: 01 58 c2 c9 00 00 00 00 0a 00 80 20 00 00 00 00
0x60: 20 20 7f 00 00 00 00 00 01 00 00 00 00 00 00 c0
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 3f 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 78 bf 1f 00 88 83 00 00 60 0f 00 00 06 00 00 00


Class = Bridge (PCI/PCI)
Vendor ID = 8086h, Intel Corporation
Device ID = 2448h, 82801BAM/CAM Hub Interface to PCI Bridge
PCI index = 0h
Class Codes = 060400h
Revision ID = 81h
Bus number = 0
Device number = 30
Function num = 0
Status Reg = 8080h
Command Reg = 107h
I/O space access enabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 1h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
Primary Bus Number = 0h
Secondary Bus Number = 2h
Subordinate Bus Number = 2h
Secondary Latency Timer = 20h
I/O Base = d0h
I/O Limit = e0h
Secondary Status = 2280h
Memory Base = f600h
Memory Limit = fbf0h
Prefetchable Memory Base = fff0h
Prefetchable Memory Limit= 0h
Prefetchable Base Upper 32 Bits = 0h
Prefetchable Limit Upper 32 Bits = 0h
I/O Base Upper 16 Bits = ffffh
I/O Limit Upper 16 Bits = ffffh
Bridge Control = 4ns
PCI Int Pin = NC
Interrupt line = 0
Device Dependent Registers:
0x40: 00 00 04 00 02 28 20 00 04 00 00 00 00 00 00 00
0x50: 00 00 00 00 02 74 00 00 00 00 00 00 00 00 00 00
0x60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 10 00 08 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 01 00 02 00 00 00 c0 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 00 00 00 00 60 0f 00 00


Class = Bridge (PCI/ISA)
Vendor ID = 8086h, Intel Corporation
Device ID = 24cch, Unknown Unknown
PCI index = 0h
Class Codes = 060100h
Revision ID = 1h
Bus number = 0
Device number = 31
Function num = 0
Status Reg = 280h
Command Reg = 10fh
I/O space access enabled
Memory space access enabled
Bus Master enabled
Special Cycle operations monitor
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 0h Multi-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = NC
Interrupt line = 0
Device Dependent Registers:
0x40: 01 08 00 00 10 00 00 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 81 08 00 00 10 00 00 00
0x60: 0b 0b 0b 0b 91 00 00 00 80 80 80 0b 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: ff fc 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 20 03 00 00 02 00 00 00 0d 00 00 00 00 00 08 00
0xB0: 00 00 00 00 00 00 00 00 00 00 01 08 00 00 00 00
0xC0: 10 00 00 00 60 00 00 00 00 00 00 00 04 00 00 00
0xD0: 07 20 00 00 02 cf 00 00 04 00 00 00 00 00 00 00
0xE0: 00 00 00 c0 01 09 05 34 00 00 00 00 00 00 00 00
0xF0: 00 00 09 00 00 00 00 00 60 0f 03 00 00 00 80 00


Class = Mass Storage (IDE)
Vendor ID = 8086h, Intel Corporation
Device ID = 24cah, Unknown Unknown
PCI index = 0h
Class Codes = 01018ah
Revision ID = 1h
Bus number = 0
Device number = 31
Function num = 1
Status Reg = 280h
Command Reg = 7h
I/O space access enabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents disabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
PCI IO Address = 1f0h length 8 enabled
PCI IO Address = 3f4h length 4 enabled
PCI IO Address = 170h length 8 enabled
PCI IO Address = 374h length 4 enabled
PCI IO Address = bfa0h length 16 enabled
PCI Mem Address = ffeffc00h 32bit length 1024 enabled
Subsystem Vendor ID = 8086h
Subsystem ID = 4541h
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = INT A
Interrupt line = 0
Device Dependent Registers:
0x40: 07 e3 00 00 00 00 00 00 01 00 01 00 00 00 00 00
0x50: 00 00 00 00 10 14 00 00 00 00 00 00 00 00 00 00
0x60: 08 00 00 00 00 00 00 00 08 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 60 0f 00 00 00 00 00 00


Class = Multimedia (Audio)
Vendor ID = 8086h, Intel Corporation
Device ID = 24c5h, Unknown Unknown
PCI index = 0h
Class Codes = 040100h
Revision ID = 1h
Bus number = 0
Device number = 31
Function num = 5
Status Reg = 290h
Command Reg = 7h
I/O space access enabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents disabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
PCI IO Address = b800h length 256 enabled
PCI IO Address = bc40h length 64 enabled
PCI Mem Address = f4fff800h 32bit length 512 enabled
PCI Mem Address = f4fff400h 32bit length 256 enabled
Subsystem Vendor ID = 1028h
Subsystem ID = 14eh
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = INT B
Interrupt line = 11
Capabilities Pointer = 50h
Capability ID = 1h
Capabilities = c9c2h - 0h
Device Dependent Registers:
0x40: 09 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x50: 01 00 c2 c9 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 60 0f 00 00 00 00 00 00


Class = Communication (DMA)
Vendor ID = 8086h, Intel Corporation
Device ID = 24c6h, Unknown Unknown
PCI index = 0h
Class Codes = 070300h
Revision ID = 1h
Bus number = 0
Device number = 31
Function num = 6
Status Reg = 290h
Command Reg = 5h
I/O space access enabled
Memory space access disabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents disabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
PCI IO Address = b400h length 256 enabled
PCI IO Address = b080h length 128 enabled
Subsystem Vendor ID = 14f1h
Subsystem ID = 5422h
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = INT B
Interrupt line = 11
Capabilities Pointer = 50h
Capability ID = 1h
Capabilities = c9c2h - 0h
Device Dependent Registers:
0x40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x50: 01 00 c2 c9 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 60 0f 00 00 00 00 00 00


Class = Display (VGA)
Vendor ID = 10deh, Nvidia Corporation
Device ID = 286h, Unknown Unknown
PCI index = 0h
Class Codes = 030000h
Revision ID = a1h
Bus number = 1
Device number = 0
Function num = 0
Status Reg = 2b0h
Command Reg = 26h
I/O space access disabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping enabled
Parity Checking enabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents disabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 20h
Cache Line Size= 0h
PCI Mem Address = fc000000h 32bit length 16777216 enabled
PCI Mem Address = f0000000h prefetchable 32bit length 67108864 enabled
Subsystem Vendor ID = 1028h
Subsystem ID = 179h
PCI Expansion ROM = 80000000h length 131072 disabled
Max Lat = 1ns
Min Gnt = 5ns
PCI Int Pin = INT A
Interrupt line = 11
Capabilities Pointer = 60h
Capability ID = 1h
Capabilities = 2h - 0h
Capability ID = 2h
Capabilities = 30h - 1f000217h
Device Dependent Registers:
0x40: 28 10 79 01 02 00 30 00 17 02 00 1f 00 00 00 00
0x50: 01 00 00 00 01 00 00 00 ce d6 23 00 0f 00 00 00
0x60: 01 44 02 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00


Class = Network (Ethernet)
Vendor ID = 14e4h, Broadcom Corporation
Device ID = 165dh, Unknown Unknown
PCI index = 0h
Class Codes = 020000h
Revision ID = 1h
Bus number = 2
Device number = 0
Function num = 0
Status Reg = 2b0h
Command Reg = 116h
I/O space access disabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate enabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 20h
Cache Line Size= 8h un-cacheable
PCI Mem Address = faff0000h 64bit length 65536 enabled
CardBus CIS Pointer = 7h
Subsystem Vendor ID = 1028h
Subsystem ID = 865dh
Max Lat = 0ns
Min Gnt = 64ns
PCI Int Pin = INT A
Interrupt line = 11
Capabilities Pointer = 48h
Capability ID = 1h
Capabilities = c002h - 64002100h
Capability ID = 3h
Capabilities = ech - cfebf6edh
Capability ID = 5h
Capabilities = 86h - fbfffffch
Device Dependent Registers:
0x40: 00 00 00 00 00 00 00 00 01 50 02 c0 00 21 00 64
0x50: 03 58 ec 00 ed f6 eb cf 05 00 86 00 fc ff ff fb
0x60: 7f 7f fd ff f7 ff 00 00 00 00 01 30 00 00 00 00
0x70: 16 12 00 00 00 00 40 00 50 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 fe 90 08 04
0x90: 01 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00


Class = Bridge (CardBus)
Vendor ID = 104ch, Texas Instruments
Device ID = ac47h, Unknown Unknown
PCI index = 0h
Class Codes = 060700h
Revision ID = 1h
Bus number = 2
Device number = 1
Function num = 0
Status Reg = 210h
Command Reg = 7h
I/O space access enabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents disabled
Header type = 2h Multi-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 20h
Cache Line Size= 8h un-cacheable
ExCA Base Address = f6000000h
Capabilities Pointer = ffh
Secondary Status = ffffh
Primary Bus Number = 2
Secondary Bus Number = 3
Subordinate Bus Number = 3
Secondary Latency Timer = 20h
Memory Base 0 = ffec0000h
Memory Limit 0 = ffee0000h
Memory Base 1 = 0h
Memory Limit 1 = 0h
I/O Base 0 = fe00h
I/O Limit 0 = fe7ch
I/O Base 1 = 0h
I/O Limit 1 = 0h
PCI Int Pin = 1
PCI Int Pin = INT A
Interrupt line = 11
Bridge Control = 700h
Subsystem Vendor ID = 1028h
Subsystem ID = 14eh
Legacy Mode Base Address = 3e0h
System Control = 38405061h
Retry Status = c0h
Card Control = 21h
Device Control = 64h
Buffer Control = 60h
Socket DMA Register 0 = 0h
Socket DMA Register 1 = 0h
Device Dependent Registers:
0x40: 28 10 4e 01 e1 03 00 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 61 50 40 38 19 00 00 00 80 00 1f 00 02 12 2c 01
0x90: c0 21 64 60 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 01 00 32 fe 00 80 c0 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00


Class = Bridge (CardBus)
Vendor ID = 104ch, Texas Instruments
Device ID = ac4ah, Unknown Unknown
PCI index = 0h
Class Codes = 060700h
Revision ID = 1h
Bus number = 2
Device number = 1
Function num = 1
Status Reg = 210h
Command Reg = 107h
I/O space access enabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 2h Multi-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 20h
Cache Line Size= 8h un-cacheable
ExCA Base Address = f6001000h
Capabilities Pointer = ffh
Secondary Status = ffffh
Primary Bus Number = 2
Secondary Bus Number = 4
Subordinate Bus Number = 4
Secondary Latency Timer = 0h
Memory Base 0 = 0h
Memory Limit 0 = 0h
Memory Base 1 = 0h
Memory Limit 1 = 0h
I/O Base 0 = 0h
I/O Limit 0 = 0h
I/O Base 1 = 0h
I/O Limit 1 = 0h
PCI Int Pin = 1
PCI Int Pin = INT A
Interrupt line = 11
Bridge Control = 340h
Subsystem Vendor ID = 1028h
Subsystem ID = 14eh
Legacy Mode Base Address = 3e0h
System Control = 38445161h
Retry Status = c0h
Card Control = 20h
Device Control = 64h
Buffer Control = 60h
Socket DMA Register 0 = 0h
Socket DMA Register 1 = 0h
Device Dependent Registers:
0x40: 28 10 4e 01 e1 03 00 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 61 51 44 38 19 00 00 00 80 00 1f 00 02 12 2c 01
0x90: c0 20 64 60 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 01 00 32 fe 00 00 c0 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00


Class = Serial Bus (FireWire)
Vendor ID = 104ch, Texas Instruments
Device ID = 802bh, Unknown Unknown
PCI index = 0h
Class Codes = 0c0010h
Revision ID = 0h
Bus number = 2
Device number = 1
Function num = 2
Status Reg = 210h
Command Reg = 116h
I/O space access disabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate enabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 0h Multi-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 20h
Cache Line Size= 8h un-cacheable
PCI Mem Address = fafef800h 32bit length 2048 enabled
PCI Mem Address = fafe8000h 32bit length 16384 enabled
Subsystem Vendor ID = 1028h
Subsystem ID = 14eh
Max Lat = 4ns
Min Gnt = 2ns
PCI Int Pin = INT A
Interrupt line = 11
Capabilities Pointer = 44h
Capability ID = 1h
Capabilities = 7e02h - 0h
Device Dependent Registers:
0x40: 00 00 00 00 01 00 02 7e 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 08 00 00 00
0xF0: 00 00 00 00 00 10 00 00 28 10 4e 01 00 00 00 00


Class = System Peripherals (Unknown)
Vendor ID = 104ch, Texas Instruments
Device ID = 8204h, Unknown Unknown
PCI index = 0h
Class Codes = 088000h
Revision ID = 0h
Bus number = 2
Device number = 1
Function num = 3
Status Reg = 210h
Command Reg = 101h
I/O space access enabled
Memory space access disabled
Bus Master disabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 0h Multi-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 0h
Cache Line Size= 0h
PCI IO Address = ecf8h length 8 enabled
Subsystem Vendor ID = 1028h
Subsystem ID = 14eh
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = NC
Interrupt line = 0
Capabilities Pointer = 44h
Capability ID = 1h
Capabilities = 2h - 0h
Device Dependent Registers:
0x40: 00 00 00 00 01 00 02 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 28 10 4e 01 00 00 00 00


Class = Network (Ethernet)
Vendor ID = 10b7h, 3Com Corporation
Device ID = 5257h, 3CCFE575CT Cyclone CardBus
PCI index = 0h
Class Codes = 020000h
Revision ID = 10h
Bus number = 3
Device number = 0
Function num = 0
Status Reg = 210h
Command Reg = 7h
I/O space access enabled
Memory space access enabled
Bus Master enabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents disabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = 20h
Cache Line Size= 0h
PCI IO Address = fe00h length 128 enabled
PCI Mem Address = ffefff00h 32bit length 128 enabled
PCI Mem Address = ffefff80h 32bit length 128 enabled
CardBus CIS Pointer = 90h
Subsystem Vendor ID = 10b7h
Subsystem ID = 5c57h
Max Lat = 5ns
Min Gnt = 10ns
PCI Int Pin = INT A
Interrupt line = 11
Capabilities Pointer = 50h
Capability ID = 1h
Capabilities = f611h - 2000h
Device Dependent Registers:
0x40: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
0x50: 01 00 11 f6 00 20 00 00 00 00 00 00 00 00 00 00
0x60: 50 00 30 da 29 5b 57 52 43 00 36 00 5a 45 50 6d
0x70: 00 30 09 00 50 00 30 da 29 5b 10 20 00 00 06 00
0x80: a6 32 78 15 00 00 60 80 10 00 00 00 00 00 54 00
0x90: 13 03 43 49 53 20 04 01 01 57 52 04 06 03 01 00
0xA0: 00 00 00 05 0d 41 9a 01 b5 1e 01 b5 1e 02 30 ff
0xB0: ff 01 07 06 11 00 40 00 00 00 15 34 05 00 33 43
0xC0: 6f 6d 20 43 6f 72 70 6f 72 61 74 69 6f 6e 00 33
0xD0: 43 43 46 45 35 37 35 43 54 00 4c 41 4e 20 43 61
0xE0: 72 64 62 75 73 20 43 61 72 64 00 30 30 34 00 ff
0xF0: 21 02 06 01 ff ff ff ff ff ff ff ff ff ff ff ff

output of usb -vv (after running devn-uhci):

USB (UHCI) v1.10, v1.01 DDK
Control, Interrupt, Bulk, Isoch, Low speed, High speed

*********** (end of insert)

Rich

“Richard Bonomo,6289 Chamberlin,263-4683,” <> bonomo@sal.wisc.edu> > wrote
in
message news:c1e4bt$i7u$> 1@inn.qnx.com> …
Warren Deitch wrote:

Ah, double drat! (I am already trying to cope with the lack of
support for the on-board Broadcom network chipset, but that is
another matter.)

I was hoping that with some jiggery-pokery it might be possible to
get the extant drivers to work with each other, but it is probably
asking too much to hope that drivers not orginally meant to be layered
will layer.

I am not sure that the current usb driver even sees the internal hub
properly. (I am not using a docking station.)

Do any QSSL-folk who might read this have anything to add?

Rich

Not in 6.2.1 or earlier. I am presently writing a USB mass storage
driver to handle this problem. A complication is that a docking
station appears to use a hub (at least for Dell Inspiron 8600) and I
will have
to work through that (later). My driver for Ram Sticks is at alpha
stage but it does handle Dos Fat 16 partitions. It is VERY slow -
about twice the speed of a floppy. Working on UFI driver for floppy
disk now.

I see in the pre-release literature that 6.3 will have these
drivers,
so maybe you want to wait.

Richard Bonomo wrote:
I recently loaded QNX Momentics PE 6.2.0 on a Dell
latitude laptop. I found that the swappable floppy/CD-ROM
drives are actually USB devices. I am unable to see these
devices when I run “usb,” and it is not clear to me that the
usual floppy and CD-ROM block device drivers could work
with this arrangment anyway. Can any of the drivers handle this?

Thank you.

Rich

Pavol Kycina wrote:

Just for the record…
There seems to be 4 USB root chips on PCI bus, so your device may be
connected not to the first one.

Pavol Kycina

Thank you for pointing that out. It is good to know in any case.
I think the mouse is a USB device also, but I do not see it
showing up when I list usb devices (using “usb”), though it is
obviously getting driven since it does work.

Rich

I am looking for a USB Mass Storage driver for QNX 6.2.1. Can anyone
help me - maybe the driver as mentioned in this topic? Thanks in
advance.