Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/include Define PDC_ERR_NMOD



details:   https://anonhg.NetBSD.org/src/rev/9746c8c3333e
branches:  trunk
changeset: 759260:9746c8c3333e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Dec 04 16:02:55 2010 +0000

description:
Define PDC_ERR_NMOD

diffstat:

 sys/arch/hp700/include/pdc.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 56a508e99a49 -r 9746c8c3333e sys/arch/hp700/include/pdc.h
--- a/sys/arch/hp700/include/pdc.h      Sat Dec 04 16:01:42 2010 +0000
+++ b/sys/arch/hp700/include/pdc.h      Sat Dec 04 16:02:55 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pdc.h,v 1.13 2010/12/04 16:01:42 skrll Exp $   */
+/*     $NetBSD: pdc.h,v 1.14 2010/12/04 16:02:55 skrll Exp $   */
 
 /*     $OpenBSD: pdc.h,v 1.35 2007/07/15 20:03:48 kettenis Exp $       */
 
@@ -299,6 +299,7 @@
 #define        PDC_ERR_NOPROC          -1      /* no such procedure */
 #define        PDC_ERR_NOPT            -2      /* no such option */
 #define        PDC_ERR_COMPL           -3      /* unable to complete w/o error */
+#define        PDC_ERR_NMOD            -5      /* module not found */                                                                                                                                  
 #define        PDC_ERR_EOD             -9      /* end of device list */
 #define        PDC_ERR_INVAL           -10     /* invalid argument */
 #define        PDC_ERR_PFAIL           -12     /* aborted by powerfail */



Home | Main Index | Thread Index | Old Index