summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorshin <shin@NetBSD.org>2003-12-27 07:27:22 +0000
committershin <shin@NetBSD.org>2003-12-27 07:27:22 +0000
commit88d334ff8fab2afbb0cbb2577fa2171a49ef589e (patch)
tree6b6988ed19382000c800a331c5a1083312e3c059 /sys/dev
parenta09206fd99b08a1e54043492916a0f2ae33acbce (diff)
Add MobilePro 880 (MC/R730A) to hpcbatterytable.h.
Addresses PR/23651.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/hpc/hpcbatterytable.h3
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 */
};