On Sun, Jul 23, 2023 at 12:10:54AM +0200, Benjamin Stürz wrote:
> Hi misc@,
> 
> I just got an old Thinkpad T40 with an ATI Mobility Radeon 7500 (32MB)
> and installed OpenBSD 7.3-release on it.
> 
> Unfortunately GPU acceleration doesn't work,
> neofetch tells me that my GPU is llvmpipe.
> 
> When I run `glxinfo > /dev/null` I get the following output:
> > radeon: Invalid PCI ID.
> > libGL error: glx: failed to create dri2 screen
> > libGL error: failed to load driver: radeonsi
> 
> I tracked down the error to line 198 of
> /usr/xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c
> 
> The oldest GPU family in the switch stmt is r300, while my GPU is r100.
> This leads me to believe that hardware acceleration for my GPU is not
> supported.

Right.  Mesa removed 'classic' drivers, including r100.  There is a way
to build two different versions of Mesa and put libglvnd in front of
them, but we don't do that.

> 
> At least it's PCI ID is listed in
> /usr/xenocara/driver/xf86-video-ati/src/ati_pciids_gen.h:81
> 
> # pcidump -v> Domain /dev/pci0:
> >  0:0:0: Intel 82855PM Host
> >     0x0000: Vendor ID: 8086, Product ID: 3340
> >     0x0004: Command: 0106, Status: 2090
> >     0x0008: Class: 06 Bridge, Subclass: 00 Host,
> >             Interface: 00, Revision: 03
> >     0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> >             Cache Line Size: 00
> >     0x0010: BAR mem prefetchable 32bit addr: 0xd0000000/0x10000000
> >     0x0014: BAR empty (00000000)
> >     0x0018: BAR empty (00000000)
> >     0x001c: BAR empty (00000000)
> >     0x0020: BAR empty (00000000)
> >     0x0024: BAR empty (00000000)
> >     0x0028: Cardbus CIS: 00000000
> >     0x002c: Subsystem Vendor ID: 1014 Product ID: 0529
> >     0x0030: Expansion ROM Base Address: 00000000
> >     0x0038: 00000000
> >     0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
> >     0x00e4: Capability 0x09: Vendor Specific
> >     0x00a0: Capability 0x02: AGP
> >  0:1:0: Intel 82855PM AGP
> >     0x0000: Vendor ID: 8086, Product ID: 3341
> >     0x0004: Command: 0107, Status: 00a0
> >     0x0008: Class: 06 Bridge, Subclass: 04 PCI,
> >             Interface: 00, Revision: 03
> >     0x000c: BIST: 00, Header Type: 01, Latency Timer: 60,
> >             Cache Line Size: 00
> >     0x0010: BAR empty (00000000)
> >     0x0014: BAR empty (00000000)
> >     0x0018: Primary Bus: 0, Secondary Bus: 1, Subordinate Bus: 1,
> >             Secondary Latency Timer: 40
> >     0x001c: I/O Base: 30, I/O Limit: 30, Secondary Status: 22a0
> >     0x0020: Memory Base: c010, Memory Limit: c010
> >     0x0024: Prefetch Memory Base: e000, Prefetch Memory Limit: e7f0
> >     0x0028: Prefetch Memory Base Upper 32 Bits: 00000000
> >     0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000
> >     0x0030: I/O Base Upper 16 Bits: 0000, I/O Limit Upper 16 Bits: 0000
> >     0x0038: Expansion ROM Base Address: 00000000
> >     0x003c: Interrupt Pin: 00, Line: 00, Bridge Control: 000c
> >  0:29:0: Intel 82801DB USB
> >     0x0000: Vendor ID: 8086, Product ID: 24c2
> >     0x0004: Command: 0005, Status: 0280
> >     0x0008: Class: 0c Serial Bus, Subclass: 03 USB,
> >             Interface: 00, Revision: 01
> >     0x000c: BIST: 00, Header Type: 80, Latency Timer: 00,
> >             Cache Line Size: 00
> >     0x0010: BAR empty (00000000)
> >     0x0014: BAR empty (00000000)
> >     0x0018: BAR empty (00000000)
> >     0x001c: BAR empty (00000000)
> >     0x0020: BAR io addr: 0x00001800/0x0020
> >     0x0024: BAR empty (00000000)
> >     0x0028: Cardbus CIS: 00000000
> >     0x002c: Subsystem Vendor ID: 1014 Product ID: 052d
> >     0x0030: Expansion ROM Base Address: 00000000
> >     0x0038: 00000000
> >     0x003c: Interrupt Pin: 01 Line: 0b Min Gnt: 00 Max Lat: 00
> >  0:29:1: Intel 82801DB USB
> >     0x0000: Vendor ID: 8086, Product ID: 24c4
> >     0x0004: Command: 0005, Status: 0280
> >     0x0008: Class: 0c Serial Bus, Subclass: 03 USB,
> >             Interface: 00, Revision: 01
> >     0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> >             Cache Line Size: 00
> >     0x0010: BAR empty (00000000)
> >     0x0014: BAR empty (00000000)
> >     0x0018: BAR empty (00000000)
> >     0x001c: BAR empty (00000000)
> >     0x0020: BAR io addr: 0x00001820/0x0020
> >     0x0024: BAR empty (00000000)
> >     0x0028: Cardbus CIS: 00000000
> >     0x002c: Subsystem Vendor ID: 1014 Product ID: 052d
> >     0x0030: Expansion ROM Base Address: 00000000
> >     0x0038: 00000000
> >     0x003c: Interrupt Pin: 02 Line: 0b Min Gnt: 00 Max Lat: 00
> >  0:29:2: Intel 82801DB USB
> >     0x0000: Vendor ID: 8086, Product ID: 24c7
> >     0x0004: Command: 0005, Status: 0280
> >     0x0008: Class: 0c Serial Bus, Subclass: 03 USB,
> >             Interface: 00, Revision: 01
> >     0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> >             Cache Line Size: 00
> >     0x0010: BAR empty (00000000)
> >     0x0014: BAR empty (00000000)
> >     0x0018: BAR empty (00000000)
> >     0x001c: BAR empty (00000000)
> >     0x0020: BAR io addr: 0x00001840/0x0020
> >     0x0024: BAR empty (00000000)
> >     0x0028: Cardbus CIS: 00000000
> >     0x002c: Subsystem Vendor ID: 1014 Product ID: 052d
> >     0x0030: Expansion ROM Base Address: 00000000
> >     0x0038: 00000000
> >     0x003c: Interrupt Pin: 03 Line: 0b Min Gnt: 00 Max Lat: 00
> >  0:29:7: Intel 82801DB USB
> >     0x0000: Vendor ID: 8086, Product ID: 24cd
> >     0x0004: Command: 0106, Status: 0290
> >     0x0008: Class: 0c Serial Bus, Subclass: 03 USB,
> >             Interface: 20, Revision: 01
> >     0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> >             Cache Line Size: 00
> >     0x0010: BAR mem 32bit addr: 0xc0000000/0x00000400
> >     0x0014: BAR empty (00000000)
> >     0x0018: BAR empty (00000000)
> >     0x001c: BAR empty (00000000)
> >     0x0020: BAR empty (00000000)
> >     0x0024: BAR empty (00000000)
> >     0x0028: Cardbus CIS: 00000000
> >     0x002c: Subsystem Vendor ID: 1014 Product ID: 052e
> >     0x0030: Expansion ROM Base Address: 00000000
> >     0x0038: 00000000
> >     0x003c: Interrupt Pin: 04 Line: 0b Min Gnt: 00 Max Lat: 00
> >     0x0050: Capability 0x01: Power Management
> >             State: D0
> >     0x0058: Capability 0x0a: Debug Port
> >  0:30:0: Intel 82801BAM Hub-to-PCI
> >     0x0000: Vendor ID: 8086, Product ID: 2448
> >     0x0004: Command: 0107, Status: 8080
> >     0x0008: Class: 06 Bridge, Subclass: 04 PCI,
> >             Interface: 00, Revision: 81
> >     0x000c: BIST: 00, Header Type: 01, Latency Timer: 00,
> >             Cache Line Size: 00
> >     0x0010: BAR empty (00000000)
> >     0x0014: BAR empty (00000000)
> >     0x0018: Primary Bus: 0, Secondary Bus: 2, Subordinate Bus: 8,
> >             Secondary Latency Timer: 40
> >     0x001c: I/O Base: 40, I/O Limit: 80, Secondary Status: 2280
> >     0x0020: Memory Base: c020, Memory Limit: cff0
> >     0x0024: Prefetch Memory Base: e800, Prefetch Memory Limit: eff0
> >     0x0028: Prefetch Memory Base Upper 32 Bits: 00000000
> >     0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000
> >     0x0030: I/O Base Upper 16 Bits: 0000, I/O Limit Upper 16 Bits: 0000
> >     0x0038: Expansion ROM Base Address: 00000000
> >     0x003c: Interrupt Pin: 00, Line: 00, Bridge Control: 0004
> >  0:31:0: Intel 82801DBM LPC
> >     0x0000: Vendor ID: 8086, Product ID: 24cc
> >     0x0004: Command: 000f, Status: 0280
> >     0x0008: Class: 06 Bridge, Subclass: 01 ISA,
> >             Interface: 00, Revision: 01
> >     0x000c: BIST: 00, Header Type: 80, Latency Timer: 00,
> >             Cache Line Size: 00
> >     0x0010: BAR empty (00000000)
> >     0x0014: BAR empty (00000000)
> >     0x0018: BAR empty (00000000)
> >     0x001c: BAR empty (00000000)
> >     0x0020: BAR empty (00000000)
> >     0x0024: BAR empty (00000000)
> >     0x0028: Cardbus CIS: 00000000
> >     0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
> >     0x0030: Expansion ROM Base Address: 00000000
> >     0x0038: 00000000
> >     0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
> >  0:31:1: Intel 82801DBM IDE
> >     0x0000: Vendor ID: 8086, Product ID: 24ca
> >     0x0004: Command: 0005, Status: 0280
> >     0x0008: Class: 01 Mass Storage, Subclass: 01 IDE,
> >             Interface: 8a, Revision: 01
> >     0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> >             Cache Line Size: 00
> >     0x0010: BAR io addr: 0x00000000/0x0008
> >     0x0014: BAR io addr: 0x00000000/0x0004
> >     0x0018: BAR io addr: 0x00000000/0x0008
> >     0x001c: BAR io addr: 0x00000000/0x0004
> >     0x0020: BAR io addr: 0x00001860/0x0010
> >     0x0024: BAR mem 32bit addr: 0x00000000/0x00000400
> >     0x0028: Cardbus CIS: 00000000
> >     0x002c: Subsystem Vendor ID: 1014 Product ID: 052d
> >     0x0030: Expansion ROM Base Address: 00000000
> >     0x0038: 00000000
> >     0x003c: Interrupt Pin: 01 Line: 0b Min Gnt: 00 Max Lat: 00
> >  0:31:3: Intel 82801DB SMBus
> >     0x0000: Vendor ID: 8086, Product ID: 24c3
> >     0x0004: Command: 0001, Status: 0280
> >     0x0008: Class: 0c Serial Bus, Subclass: 05 SMBus,
> >             Interface: 00, Revision: 01
> >     0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> >             Cache Line Size: 00
> >     0x0010: BAR empty (00000000)
> >     0x0014: BAR empty (00000000)
> >     0x0018: BAR empty (00000000)
> >     0x001c: BAR empty (00000000)
> >     0x0020: BAR io addr: 0x00001880/0x0020
> >     0x0024: BAR empty (00000000)
> >     0x0028: Cardbus CIS: 00000000
> >     0x002c: Subsystem Vendor ID: 1014 Product ID: 052d
> >     0x0030: Expansion ROM Base Address: 00000000
> >     0x0038: 00000000
> >     0x003c: Interrupt Pin: 02 Line: 0b Min Gnt: 00 Max Lat: 00
> >  0:31:5: Intel 82801DB AC97
> >     0x0000: Vendor ID: 8086, Product ID: 24c5
> >     0x0004: Command: 0007, Status: 0290
> >     0x0008: Class: 04 Multimedia, Subclass: 01 Audio,
> >             Interface: 00, Revision: 01
> >     0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> >             Cache Line Size: 00
> >     0x0010: BAR io addr: 0x00001c00/0x0100
> >     0x0014: BAR io addr: 0x000018c0/0x0040
> >     0x0018: BAR mem 32bit addr: 0xc0000c00/0x00000200
> >     0x001c: BAR mem 32bit addr: 0xc0000800/0x00000100
> >     0x0020: BAR empty (00000000)
> >     0x0024: BAR empty (00000000)
> >     0x0028: Cardbus CIS: 00000000
> >     0x002c: Subsystem Vendor ID: 1014 Product ID: 0537
> >     0x0030: Expansion ROM Base Address: 00000000
> >     0x0038: 00000000
> >     0x003c: Interrupt Pin: 02 Line: 0b Min Gnt: 00 Max Lat: 00
> >     0x0050: Capability 0x01: Power Management
> >             State: D0
> >  0:31:6: Intel 82801DB Modem
> >     0x0000: Vendor ID: 8086, Product ID: 24c6
> >     0x0004: Command: 0005, Status: 0290
> >     0x0008: Class: 07 Communications, Subclass: 03 Modem,
> >             Interface: 00, Revision: 01
> >     0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> >             Cache Line Size: 00
> >     0x0010: BAR io addr: 0x00002400/0x0100
> >     0x0014: BAR io addr: 0x00002000/0x0080
> >     0x0018: BAR empty (00000000)
> >     0x001c: BAR empty (00000000)
> >     0x0020: BAR empty (00000000)
> >     0x0024: BAR empty (00000000)
> >     0x0028: Cardbus CIS: 00000000
> >     0x002c: Subsystem Vendor ID: 1014 Product ID: 0524
> >     0x0030: Expansion ROM Base Address: 00000000
> >     0x0038: 00000000
> >     0x003c: Interrupt Pin: 02 Line: 0b Min Gnt: 00 Max Lat: 00
> >     0x0050: Capability 0x01: Power Management
> >             State: D0
> >  1:0:0: ATI Radeon Mobility M7
> >     0x0000: Vendor ID: 1002, Product ID: 4c57
> >     0x0004: Command: 0387, Status: 02b0
> >     0x0008: Class: 03 Display, Subclass: 00 VGA,
> >             Interface: 00, Revision: 00
> >     0x000c: BIST: 00, Header Type: 00, Latency Timer: 42,
> >             Cache Line Size: 08
> >     0x0010: BAR mem prefetchable 32bit addr: 0xe0000000/0x08000000
> >     0x0014: BAR io addr: 0x00003000/0x0100
> >     0x0018: BAR mem 32bit addr: 0xc0100000/0x00010000
> >     0x001c: BAR empty (00000000)
> >     0x0020: BAR empty (00000000)
> >     0x0024: BAR empty (00000000)
> >     0x0028: Cardbus CIS: 00000000
> >     0x002c: Subsystem Vendor ID: 1014 Product ID: 0530
> >     0x0030: Expansion ROM Base Address: c0120001
> >     0x0038: 00000000
> >     0x003c: Interrupt Pin: 01 Line: 0b Min Gnt: 08 Max Lat: 00
> >     0x0058: Capability 0x02: AGP
> >     0x0050: Capability 0x01: Power Management
> >             State: D0
> >  2:0:0: TI PCI1520 CardBus
> >     0x0000: Vendor ID: 104c, Product ID: ac55
> >     0x0004: Command: 0107, Status: 0210
> >     0x0008: Class: 06 Bridge, Subclass: 07 (unknown),
> >             Interface: 00, Revision: 01
> >     0x000c: BIST: 00, Header Type: 82, Latency Timer: 40,
> >             Cache Line Size: 08
> >     0x0010: Cardbus Control Registers Base Address: c0210000
> >     0x0018: Primary Bus: 2 Cardbus Bus: 3 Subordinate Bus: 5        
> > Cardbus Latency Timer: b0
> >     0x001c: Memory Base 0: fffff000
> >     0x0020: Memory Limit 0: 00000000
> >     0x0024: Memory Base 1: fffff000
> >     0x0028: Memory Limit 1: 00000000
> >     0x002c: I/O Base 0: fffffffc
> >     0x0030: I/O Limit 0: 00000000
> >     0x0034: I/O Base 1: fffffffc
> >     0x0038: I/O Limit 1: 00000000
> >     0x003c: Interrupt Pin: 01 Line: 0b Bridge Control: 07c0
> >     0x0040: Subsystem Vendor ID: 1014 Product ID: 0512
> >     0x0044: 16-bit Legacy Mode Base Address: 00000001
> >     0x00a0: Capability 0x01: Power Management
> >             State: D0
> >  2:0:1: TI PCI1520 CardBus
> >     0x0000: Vendor ID: 104c, Product ID: ac55
> >     0x0004: Command: 0107, Status: 0210
> >     0x0008: Class: 06 Bridge, Subclass: 07 (unknown),
> >             Interface: 00, Revision: 01
> >     0x000c: BIST: 00, Header Type: 82, Latency Timer: 40,
> >             Cache Line Size: 08
> >     0x0010: Cardbus Control Registers Base Address: c0211000
> >     0x0018: Primary Bus: 2 Cardbus Bus: 6 Subordinate Bus: 8        
> > Cardbus Latency Timer: b0
> >     0x001c: Memory Base 0: fffff000
> >     0x0020: Memory Limit 0: 00000000
> >     0x0024: Memory Base 1: fffff000
> >     0x0028: Memory Limit 1: 00000000
> >     0x002c: I/O Base 0: fffffffc
> >     0x0030: I/O Limit 0: 00000000
> >     0x0034: I/O Base 1: fffffffc
> >     0x0038: I/O Limit 1: 00000000
> >     0x003c: Interrupt Pin: 02 Line: 0b Bridge Control: 07c0
> >     0x0040: Subsystem Vendor ID: 1014 Product ID: 0512
> >     0x0044: 16-bit Legacy Mode Base Address: 00000001
> >     0x00a0: Capability 0x01: Power Management
> >             State: D0
> >  2:1:0: Intel 82540EP
> >     0x0000: Vendor ID: 8086, Product ID: 101e
> >     0x0004: Command: 0117, Status: 0230
> >     0x0008: Class: 02 Network, Subclass: 00 Ethernet,
> >             Interface: 00, Revision: 03
> >     0x000c: BIST: 00, Header Type: 00, Latency Timer: 40,
> >             Cache Line Size: 08
> >     0x0010: BAR mem 32bit addr: 0xc0220000/0x00020000
> >     0x0014: BAR mem 32bit addr: 0xc0200000/0x00010000
> >     0x0018: BAR io addr: 0x00008000/0x0040
> >     0x001c: BAR empty (00000000)
> >     0x0020: BAR empty (00000000)
> >     0x0024: BAR empty (00000000)
> >     0x0028: Cardbus CIS: 00000022
> >     0x002c: Subsystem Vendor ID: 1014 Product ID: 0549
> >     0x0030: Expansion ROM Base Address: 00000000
> >     0x0038: 00000000
> >     0x003c: Interrupt Pin: 01 Line: 0b Min Gnt: ff Max Lat: 00
> >     0x00dc: Capability 0x01: Power Management
> >             State: D0
> >     0x00f0: Capability 0x05: Message Signalled Interrupts (MSI)
> >             Enabled: no
> 
> # dmesg
> > OpenBSD 7.3 (GENERIC) #0: Wed Jul 12 04:17:42 MDT 2023
> >     r...@syspatch-73-i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
> > real mem  = 2146320384 (2046MB)
> > avail mem = 2090049536 (1993MB)
> > random: good seed from bootblocks
> > mpath0 at root
> > scsibus0 at mpath0: 256 targets
> > mainbus0 at root
> > bios0 at mainbus0: date 06/18/07, BIOS32 rev. 0 @ 0xfd750, SMBIOS rev. 2.33 
> > @ 0xe0010 (61 entries)
> > bios0: vendor IBM version "1RETDRWW (3.23 )" date 06/18/2007
> > bios0: IBM 2374AG8
> > acpi0 at bios0: ACPI 3.0
> > acpi0: sleep states S0 S3 S4 S5
> > acpi0: tables DSDT FACP SSDT ECDT TCPA BOOT
> > acpi0: wakeup devices LID_(S3) SLPB(S3) PCI0(S3) UART(S3) PCI1(S4) USB0(S3) 
> > USB1(S3) AC9M(S4)
> > acpitimer0 at acpi0: 3579545 Hz, 24 bits
> > acpiec0 at acpi0
> > acpiprt0 at acpi0: bus 0 (PCI0)
> > acpiprt1 at acpi0: bus 1 (AGP_)
> > acpiprt2 at acpi0: bus 2 (PCI1)
> > acpibtn0 at acpi0: LID_
> > acpibtn1 at acpi0: SLPB
> > "PNP0A03" at acpi0 not configured
> > acpicmos0 at acpi0
> > acpibat0 at acpi0: BAT0 model "IBM-08K8193" serial  4711 type LION oem 
> > "SANYO"
> > acpiac0 at acpi0: AC unit online
> > acpithinkpad0 at acpi0: version 1.0
> > acpipwrres0 at acpi0: PUBS, resource for USB0, USB1, USB7
> > acpitz0 at acpi0: critical temperature is 93 degC
> > acpidock0 at acpi0: DOCK not docked (0)
> > acpivideo0 at acpi0: VID_
> > bios0: ROM list: 0xc0000/0x10000 0xd0000/0x1000 0xd1000/0x1000 
> > 0xdc000/0x4000! 0xe0000/0x10000
> > cpu0 at mainbus0: (uniprocessor)
> > cpu0: Intel(R) Pentium(R) M processor 1.80GHz ("GenuineIntel" 686-class) 
> > 599 MHz, 06-0d-08
> > cpu0: 
> > FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,TM,PBE,EST,TM2,NXE,PERF,MELTDOWN
> > mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
> > cpu0: Enhanced SpeedStep 599 MHz: speeds: 1800, 1600, 1400, 1200, 1000, 
> > 800, 600 MHz
> > pci0 at mainbus0 bus 0: configuration mode 1 (bios)
> > pchb0 at pci0 dev 0 function 0 "Intel 82855PM Host" rev 0x03
> > intelagp0 at pchb0
> > agp0 at intelagp0: aperture at 0xd0000000, size 0x10000000
> > ppb0 at pci0 dev 1 function 0 "Intel 82855PM AGP" rev 0x03
> > pci1 at ppb0 bus 1
> > radeondrm0 at pci1 dev 0 function 0 "ATI Radeon Mobility M7" rev 0x00
> > drm0 at radeondrm0
> > radeondrm0: irq 11
> > uhci0 at pci0 dev 29 function 0 "Intel 82801DB USB" rev 0x01: irq 11
> > uhci1 at pci0 dev 29 function 1 "Intel 82801DB USB" rev 0x01: irq 11
> > uhci2 at pci0 dev 29 function 2 "Intel 82801DB USB" rev 0x01: irq 11
> > ehci0 at pci0 dev 29 function 7 "Intel 82801DB USB" rev 0x01: irq 11
> > usb0 at ehci0: USB revision 2.0
> > uhub0 at usb0 configuration 1 interface 0 "Intel EHCI root hub" rev 
> > 2.00/1.00 addr 1
> > ppb1 at pci0 dev 30 function 0 "Intel 82801BAM Hub-to-PCI" rev 0x81
> > pci2 at ppb1 bus 2
> > 2:0:0: mem address conflict 0xb0000000/0x1000
> > 2:0:1: mem address conflict 0xb1000000/0x1000
> > cbb0 at pci2 dev 0 function 0 "TI PCI1520 CardBus" rev 0x01: irq 11
> > cbb1 at pci2 dev 0 function 1 "TI PCI1520 CardBus" rev 0x01: irq 11
> > em0 at pci2 dev 1 function 0 "Intel 82540EP" rev 0x03: irq 11, address 
> > 00:0d:60:60:0c:84
> > cardslot0 at cbb0 slot 0 flags 0
> > cardbus0 at cardslot0: bus 3 device 0 cacheline 0x8, lattimer 0xb0
> > pcmcia0 at cardslot0
> > cardslot1 at cbb1 slot 1 flags 0
> > cardbus1 at cardslot1: bus 6 device 0 cacheline 0x8, lattimer 0xb0
> > pcmcia1 at cardslot1
> > ichpcib0 at pci0 dev 31 function 0 "Intel 82801DBM LPC" rev 0x01
> > pciide0 at pci0 dev 31 function 1 "Intel 82801DBM IDE" rev 0x01: DMA, 
> > channel 0 configured to compatibility, channel 1 configured to compatibility
> > wd0 at pciide0 channel 0 drive 0: <TS16GCF133>
> > wd0: 1-sector PIO, LBA48, 15279MB, 31293360 sectors
> > wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5
> > atapiscsi0 at pciide0 channel 1 drive 0
> > scsibus1 at atapiscsi0: 2 targets
> > cd0 at scsibus1 targ 0 lun 0: <MATSHITA, UJDA745 DVD/CDRW, 1.03> removable
> > cd0(pciide0:1:0): using PIO mode 4, Ultra-DMA mode 2
> > ichiic0 at pci0 dev 31 function 3 "Intel 82801DB SMBus" rev 0x01: irq 11
> > iic0 at ichiic0
> > spdmem0 at iic0 addr 0x50: 1GB DDR SDRAM non-parity PC2700CL2.5
> > spdmem1 at iic0 addr 0x51: 1GB DDR SDRAM non-parity PC2700CL2.5
> > auich0 at pci0 dev 31 function 5 "Intel 82801DB AC97" rev 0x01: irq 11, ICH4
> > ac97: codec id 0x41445374 (Analog Devices AD1981B)
> > ac97: codec features headphone, 20 bit DAC, No 3D Stereo
> > audio0 at auich0
> > "Intel 82801DB Modem" rev 0x01 at pci0 dev 31 function 6 not configured
> > usb1 at uhci0: USB revision 1.0
> > uhub1 at usb1 configuration 1 interface 0 "Intel UHCI root hub" rev 
> > 1.00/1.00 addr 1
> > usb2 at uhci1: USB revision 1.0
> > uhub2 at usb2 configuration 1 interface 0 "Intel UHCI root hub" rev 
> > 1.00/1.00 addr 1
> > usb3 at uhci2: USB revision 1.0
> > uhub3 at usb3 configuration 1 interface 0 "Intel UHCI root hub" rev 
> > 1.00/1.00 addr 1
> > isa0 at ichpcib0
> > isadma0 at isa0
> > pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> > pckbd0 at pckbc0 (kbd slot)
> > wskbd0 at pckbd0: console keyboard
> > pms0 at pckbc0 (aux slot)
> > wsmouse0 at pms0 mux 0
> > wsmouse1 at pms0 mux 0
> > pms0: Synaptics touchpad, firmware 5.9, 0x2c6ab1 0x0 0x0 0x884793 0x0
> > pcppi0 at isa0 port 0x61
> > spkr0 at pcppi0
> > npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
> > uhidev0 at uhub2 port 1 configuration 1 interface 0 "vendor 0x2b89 UGREEN 
> > Mouse" rev 1.10/2.00 addr 2
> > uhidev0: iclass 3/1
> > ukbd0 at uhidev0: 8 variable keys, 6 key codes
> > wskbd1 at ukbd0 mux 1
> > uhidev1 at uhub2 port 1 configuration 1 interface 1 "vendor 0x2b89 UGREEN 
> > Mouse" rev 1.10/2.00 addr 2
> > uhidev1: iclass 3/1, 181 report ids
> > ucc0 at uhidev1 reportid 1: 1023 usages, 20 keys, array
> > wskbd2 at ucc0 mux 1
> > ums0 at uhidev1 reportid 2: 8 buttons, Z and W dir
> > wsmouse2 at ums0 mux 0
> > uhid0 at uhidev1 reportid 3: input=1, output=0, feature=0
> > uhid1 at uhidev1 reportid 4: input=1, output=0, feature=0
> > uhid2 at uhidev1 reportid 181: input=7, output=7, feature=0
> > vscsi0 at root
> > scsibus2 at vscsi0: 256 targets
> > softraid0 at root
> > scsibus3 at softraid0: 256 targets
> > root on wd0a (8a57b9dbeb1ad569.a) swap on wd0b dump on wd0b
> > radeondrm0: RV200
> > radeondrm0: 1024x768, 16bpp
> > wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0
> > wskbd1: connecting to wsdisplay0
> > wskbd2: connecting to wsdisplay0
> > wsdisplay0: screen 1-5 added (std, vt100 emulation)
> > Bogus possible_clones: [ENCODER:45:DAC-45] possible_clones=0xa (full 
> > encoder mask=0xf)
> > Bogus possible_clones: [ENCODER:47:TMDS-47] possible_clones=0x9 (full 
> > encoder mask=0xf)
> > Bogus possible_clones: [ENCODER:51:TV-51] possible_clones=0x3 (full encoder 
> > mask=0xf)
> > uaudio0 at uhub2 port 2 configuration 1 interface 1 "DeSheng Electronics 
> > Inc. KORP THALLIUM" rev 1.10/1.00 addr 3
> > uaudio0: class v1, full-speed, sync, channels: 2 play, 1 rec, 8 ctls
> > audio1 at uaudio0
> > uhidev2 at uhub2 port 2 configuration 1 interface 3 "DeSheng Electronics 
> > Inc. KORP THALLIUM" rev 1.10/1.00 addr 3
> > uhidev2: iclass 3/0
> > ucc1 at uhidev2: 10 usages, 3 keys, enum
> > wskbd3 at ucc1 mux 1
> > wskbd3: connecting to wsdisplay0
> 
> 

Reply via email to