Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi kill the "busname" attach arg, it is not really...



details:   https://anonhg.NetBSD.org/src/rev/bfea9cadb032
branches:  trunk
changeset: 581439:bfea9cadb032
user:      drochner <drochner%NetBSD.org@localhost>
date:      Wed Jun 01 16:44:38 2005 +0000

description:
kill the "busname" attach arg, it is not really needed

diffstat:

 sys/dev/acpi/acpivar.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 51e4d602bd88 -r bfea9cadb032 sys/dev/acpi/acpivar.h
--- a/sys/dev/acpi/acpivar.h    Wed Jun 01 16:36:42 2005 +0000
+++ b/sys/dev/acpi/acpivar.h    Wed Jun 01 16:44:38 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpivar.h,v 1.22 2005/05/29 20:56:02 christos Exp $    */
+/*     $NetBSD: acpivar.h,v 1.23 2005/06/01 16:44:38 drochner Exp $    */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -55,7 +55,6 @@
  *     This structure is used to attach the ACPI "bus".
  */
 struct acpibus_attach_args {
-       const char *aa_busname;         /* XXX should be common */
        bus_space_tag_t aa_iot;         /* PCI I/O space tag */
        bus_space_tag_t aa_memt;        /* PCI MEM space tag */
        pci_chipset_tag_t aa_pc;        /* PCI chipset */



Home | Main Index | Thread Index | Old Index