Wed Jan 21 14:15:43 2009 UTC ()
add a comment explaining how to regenerate acpidevs_data.h


(jnemeth)
diff -r1.11 -r1.12 src/sys/dev/acpi/acpidevs

cvs diff -r1.11 -r1.12 src/sys/dev/acpi/acpidevs (expand / switch to unified diff)

--- src/sys/dev/acpi/acpidevs 2006/07/09 19:25:18 1.11
+++ src/sys/dev/acpi/acpidevs 2009/01/21 14:15:43 1.12
@@ -1,21 +1,24 @@ @@ -1,21 +1,24 @@
1# $NetBSD: acpidevs,v 1.11 2006/07/09 19:25:18 christos Exp $ 1# $NetBSD: acpidevs,v 1.12 2009/01/21 14:15:43 jnemeth Exp $
2# 2#
3# Extracted from: 3# Extracted from:
4# http://download.microsoft.com/download/1/6/1/161ba512-40e2-4cc9-843a-923143f3456c/devids.txt 4# http://download.microsoft.com/download/1/6/1/161ba512-40e2-4cc9-843a-923143f3456c/devids.txt
5# XXX we should rig it up to make importation simpler, though we 5# XXX we should rig it up to make importation simpler, though we
6# probably need to add IDs that are not in that file, too. The list is 6# probably need to add IDs that are not in that file, too. The list is
7# far from comprehensive :( 7# far from comprehensive :(
8# 8#
 9# Use "make -f Makefile.acpidevs" to regenerate acpidevs_data.h
 10#
 11#
9# ***** System Devices - PNP0xxx ************************** 12# ***** System Devices - PNP0xxx **************************
10# --Interrupt Controllers-- 13# --Interrupt Controllers--
11PNP0000 AT Interrupt Controller 14PNP0000 AT Interrupt Controller
12PNP0001 EISA Interrupt Controller 15PNP0001 EISA Interrupt Controller
13PNP0002 MCA Interrupt Controller 16PNP0002 MCA Interrupt Controller
14PNP0003 APIC 17PNP0003 APIC
15PNP0004 Cyrix SLiC MP interrupt controller 18PNP0004 Cyrix SLiC MP interrupt controller
16# --Timers-- 19# --Timers--
17PNP0100 AT Timer 20PNP0100 AT Timer
18PNP0101 EISA Timer 21PNP0101 EISA Timer
19PNP0102 MCA Timer 22PNP0102 MCA Timer
20PNP0103 HPET Timer 23PNP0103 HPET Timer
21# --DMA-- 24# --DMA--