The following reply was made to PR system/6422; it has been noted by GNATS.

From: "John L. Scarfone" <[email protected]>
To: [email protected], [email protected]
Cc:  
Subject: Re: system/6422: Patch to add support for 1-Wire counter device>
Date: Wed, 7 Jul 2010 09:42:30 -0400

 - add an openbsd rcsid
 - build for i386 GENERIC (only arch tested)
 
 Index: owctr.c
 ===================================================================
 RCS file: /cvs/src/sys/dev/onewire/owctr.c,v
 retrieving revision 1.1
 diff -N -u -p owctr.c
 --- owctr.c    6 Jul 2010 19:59:59 -0000       1.1
 +++ owctr.c    7 Jul 2010 13:35:07 -0000
 @@ -1,3 +1,5 @@
 +/*    $OpenBSD$       */
 +
  /*
   * Copyright (c) 2010 John L. Scarfone <[email protected]>
   *
 Index: GENERIC
 ===================================================================
 RCS file: /cvs/src/sys/arch/i386/conf/GENERIC,v
 retrieving revision 1.688
 diff -N -u -p GENERIC
 --- GENERIC    5 Jul 2010 22:20:22 -0000       1.688
 +++ GENERIC    7 Jul 2010 13:35:47 -0000
 @@ -837,6 +837,7 @@ option ONEWIREVERBOSE
  owid* at onewire?             # ID
  owsbm*        at onewire?             # Smart Battery Monitor
  owtemp* at onewire?           # Temperature
 +owctr*        at onewire?             # Counter
  
  pseudo-device pctr            1
  pseudo-device mtrr            1       # Memory range attributes control

Reply via email to