Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci s/iRDA/IrDA/



details:   https://anonhg.NetBSD.org/src/rev/8eba68df158e
branches:  trunk
changeset: 499479:8eba68df158e
user:      soren <soren%NetBSD.org@localhost>
date:      Tue Nov 21 00:20:30 2000 +0000

description:
s/iRDA/IrDA/

diffstat:

 sys/dev/pci/pci_subr.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bf835efe1039 -r 8eba68df158e sys/dev/pci/pci_subr.c
--- a/sys/dev/pci/pci_subr.c    Tue Nov 21 00:18:52 2000 +0000
+++ b/sys/dev/pci/pci_subr.c    Tue Nov 21 00:20:30 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_subr.c,v 1.40 2000/10/07 18:58:13 cgd Exp $        */
+/*     $NetBSD: pci_subr.c,v 1.41 2000/11/21 00:20:30 soren Exp $      */
 
 /*
  * Copyright (c) 1997 Zubin D. Dittia.  All rights reserved.
@@ -205,7 +205,7 @@
 };
 
 struct pci_class pci_subclass_wireless[] = {
-       { "iRDA",               PCI_SUBCLASS_WIRELESS_IRDA,             },
+       { "IrDA",               PCI_SUBCLASS_WIRELESS_IRDA,             },
        { "Consumer IR",        PCI_SUBCLASS_WIRELESS_CONSUMERIR,       },
        { "RF",                 PCI_SUBCLASS_WIRELESS_RF,               },
        { "miscellaneous",      PCI_SUBCLASS_WIRELESS_MISC,             },



Home | Main Index | Thread Index | Old Index