NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: kern/49785: radeondrmkms crash
The following reply was made to PR kern/49785; it has been noted by GNATS.
From: matthew green <mrg%eterna.com.au@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost, dholland%eecs.harvard.edu@localhost
Subject: re: kern/49785: radeondrmkms crash
Date: Thu, 26 Mar 2015 17:32:52 +1100
> radeon0 at pci1 dev 0 function 0: vendor 1002 product 9498 (rev. 0x00)
>
> so... I guess the reason olddrm identified it and newdrm didn't is
> that they have separate lists of product IDs somewhere? I don't have
> pciverbose on, but I didn't with olddrm either.
yeah, it seems that the id list has lost the strings:
drm/dist/bsd-core/drm_pciids.h: {0x1002, 0x9498, CHIP_RV730|RADEON_NEW_MEMMAP, "ATI Radeon HD 4650"}, \
drm2/dist/include/drm/drm_pciids.h: {0x1002, 0x9498, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV730|RADEON_NEW_MEMMAP}, \
talk to upstream for that problem :-)
.mrg.
Home |
Main Index |
Thread Index |
Old Index