Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi Add PNP0B01 and PNP0B02, both variants of the P...



details:   https://anonhg.NetBSD.org/src/rev/31eb7ae60e6c
branches:  trunk
changeset: 756589:31eb7ae60e6c
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Jul 25 16:23:51 2010 +0000

description:
Add PNP0B01 and PNP0B02, both variants of the PC/AT RTC. From the spec.

diffstat:

 sys/dev/acpi/acpidevs |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9edcf28a2fd9 -r 31eb7ae60e6c sys/dev/acpi/acpidevs
--- a/sys/dev/acpi/acpidevs     Sun Jul 25 14:44:34 2010 +0000
+++ b/sys/dev/acpi/acpidevs     Sun Jul 25 16:23:51 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: acpidevs,v 1.25 2010/07/18 06:58:48 jruoho Exp $
+# $NetBSD: acpidevs,v 1.26 2010/07/25 16:23:51 jruoho Exp $
 #
 # Originally extracted from:
 
@@ -115,6 +115,8 @@
 #-- Real Time Clock, BIOS, System board devices--
 PNP0800        AT-style speaker sound
 PNP0B00        AT Real-Time Clock
+PNP0B01 AT Real-Time Clock (PIIX4)
+PNP0B02 AT Real-Time Clock (Dallas Semiconductor)
 PNP0C00        Plug and Play BIOS
 PNP0C01        System Board
 PNP0C02        Motherboard Register Resources



Home | Main Index | Thread Index | Old Index