Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Define an "acpibus" attribute, to which "acpi" can ...



details:   https://anonhg.NetBSD.org/src/rev/1f4d1719ee6b
branches:  trunk
changeset: 515533:1f4d1719ee6b
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Sep 28 02:06:17 2001 +0000

description:
Define an "acpibus" attribute, to which "acpi" can attach.

diffstat:

 sys/conf/files |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r abebccbaa4fb -r 1f4d1719ee6b sys/conf/files
--- a/sys/conf/files    Fri Sep 28 02:05:47 2001 +0000
+++ b/sys/conf/files    Fri Sep 28 02:06:17 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.463 2001/09/18 09:09:57 onoe Exp $
+#      $NetBSD: files,v 1.464 2001/09/28 02:06:17 thorpej Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -616,6 +616,7 @@
 define usbus { }                       # USB attachment
 define fwbus {[idhi=-1],[idlo=-1]}     # IEEE 1394 attachment
 define vmebus { }                      # VME bus attachment
+define acpibus { }                     # ACPI "bus" attachment
 define pcmciabus { [controller = -1], [socket = -1]}   # PCMCIA bus attachment
 define cbbus {[slot = -1]}             # CardBus attachment
 define pcmciaslot {[slot = -1]}        # PCMCIA slot itself:



Home | Main Index | Thread Index | Old Index