Re: CVS commit: [netbsd-8] src

2018-06-14 Thread David H. Gutteridge
On Fri, 2018-06-15 at 11:13 +0900, Masanobu SAITOH wrote:
> On 2018/06/15 10:52, David H. Gutteridge wrote:
> > > 
> > Hello,
> > 
> > This has broken the build for me, presumably because the pcidevs
> > regeneration process didn't happen. I'm getting:
> 
>   Updated. Please retry.

Confirming this is fixed for me now. Thanks!

Dave



Re: CVS commit: [netbsd-8] src

2018-06-14 Thread Masanobu SAITOH

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 (msai...@execsw.org
 msai...@netbsd.org)


Re: CVS commit: [netbsd-8] src

2018-06-14 Thread Paul Goyette
Looks like someone also needs to pullup the pcidevs database, and the 
two files that are generated from it.


On Thu, 14 Jun 2018, 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:

--- 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


!DSPAM:5b231bed38441401249111!




+--+--++
| Paul Goyette | PGP Key fingerprint: | E-mail addresses:  |
| (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee dot com   |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd dot org |
+--+--++


Re: CVS commit: [netbsd-8] src

2018-06-14 Thread David H. Gutteridge
>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:

--- 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