Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: [netbsd-8] src



On 2018/06/15 10:52, David H. Gutteridge wrote:
Module Name:    src
Committed By:   martin
Date:           Thu Jun 14 19:57:24 UTC 2018

Modified Files:
        src/share/man/man4 [netbsd-8]: rtsx.4
        src/sys/dev/ic [netbsd-8]: rtsx.c rtsxreg.h rtsxvar.h
        src/sys/dev/pci [netbsd-8]: pcidevs rtsx_pci.c

Log Message:
Pull up following revision(s) (requested by maya in ticket #878):

        share/man/man4/rtsx.4: revision 1.5
        sys/dev/pci/pcidevs: revision 1.1331
        sys/dev/ic/rtsxreg.h: revision 1.3
        sys/dev/ic/rtsxvar.h: revision 1.3
        sys/dev/pci/rtsx_pci.c: revision 1.7
        sys/dev/ic/rtsx.c: revision 1.3

add realtek RT525A PCI-E card reader
found in my Dell XPS 15 9550.

rtsx(4): Add support for RT525A, from openbsd.
ok rkujawa

Denote RTS525A, bump date

Hello,

This has broken the build for me, presumably because the pcidevs
regeneration process didn't happen. I'm getting:

 Updated. Please retry.

--- rtsx_pci.o ---
/home/disciple/netbsd-8/src/sys/dev/pci/rtsx_pci.c: In function
'rtsx_pci_match':
/home/disciple/netbsd-8/src/sys/dev/pci/rtsx_pci.c:82:7: error:
'PCI_PRODUCT_REALTEK_RTS525A' undeclared (first use in this function)
   case PCI_PRODUCT_REALTEK_RTS525A:
        ^
/home/disciple/netbsd-8/src/sys/dev/pci/rtsx_pci.c:82:7: note: each
undeclared identifier is reported only once for each function it appears
in
/home/disciple/netbsd-8/src/sys/dev/pci/rtsx_pci.c: In function
'rtsx_pci_attach':
/home/disciple/netbsd-8/src/sys/dev/pci/rtsx_pci.c:121:7: error:
'PCI_PRODUCT_REALTEK_RTS525A' undeclared (first use in this function)
   case PCI_PRODUCT_REALTEK_RTS525A:
        ^
*** [rtsx_pci.o] Error code 1

Regards,

Dave



--
-----------------------------------------------
                SAITOH Masanobu (msaitoh%execsw.org@localhost
                                 msaitoh%netbsd.org@localhost)


Home | Main Index | Thread Index | Old Index