diff options
| author | shin <shin@NetBSD.org> | 2003-12-27 07:27:22 +0000 |
|---|---|---|
| committer | shin <shin@NetBSD.org> | 2003-12-27 07:27:22 +0000 |
| commit | 88d334ff8fab2afbb0cbb2577fa2171a49ef589e (patch) | |
| tree | 6b6988ed19382000c800a331c5a1083312e3c059 /sys/dev | |
| parent | a09206fd99b08a1e54043492916a0f2ae33acbce (diff) | |
Add MobilePro 880 (MC/R730A) to hpcbatterytable.h.
Addresses PR/23651.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/hpc/hpcbatterytable.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/hpc/hpcbatterytable.h b/sys/dev/hpc/hpcbatterytable.h index 4fa212993c5..c498c46fd29 100644 --- a/sys/dev/hpc/hpcbatterytable.h +++ b/sys/dev/hpc/hpcbatterytable.h @@ -1,4 +1,4 @@ -/* $NetBSD: hpcbatterytable.h,v 1.3 2001/08/02 11:21:27 sato Exp $ */ +/* $NetBSD: hpcbatterytable.h,v 1.4 2003/12/27 07:27:22 shin Exp $ */ /* * Copyright (c) 2000-2001 SATO Kazumi @@ -211,6 +211,7 @@ struct platid_data hpcbattery_parameters[] = { { &platid_mask_MACH_NEC_MCR_700, &hpcbattery_mcr700_spec }, { &platid_mask_MACH_NEC_MCR_700A, &hpcbattery_mcr700_spec }, /* XXX */ { &platid_mask_MACH_NEC_MCR_730, &hpcbattery_mcr700_spec }, /* XXX */ + { &platid_mask_MACH_NEC_MCR_730A, &hpcbattery_mcr700_spec }, /* XXX */ #endif /* hpcmips */ { NULL, NULL } /* terminator, don't delete */ }; |
