Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/pnpbios Match PNP0510 as well.
details: https://anonhg.NetBSD.org/src/rev/e457e2014c6c
branches: trunk
changeset: 481535:e457e2014c6c
user: soren <soren%NetBSD.org@localhost>
date: Tue Feb 01 18:33:22 2000 +0000
description:
Match PNP0510 as well.
diffstat:
sys/arch/i386/pnpbios/com_pnpbios.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e38adf58a8b8 -r e457e2014c6c sys/arch/i386/pnpbios/com_pnpbios.c
--- a/sys/arch/i386/pnpbios/com_pnpbios.c Tue Feb 01 17:46:17 2000 +0000
+++ b/sys/arch/i386/pnpbios/com_pnpbios.c Tue Feb 01 18:33:22 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: com_pnpbios.c,v 1.2 1999/11/14 02:15:50 thorpej Exp $ */
+/* $NetBSD: com_pnpbios.c,v 1.3 2000/02/01 18:33:22 soren Exp $ */
/*
* Copyright (c) 1999
* Matthias Drochner. All rights reserved.
@@ -65,6 +65,7 @@
if (strcmp(aa->idstr, "PNP0500") &&
strcmp(aa->idstr, "PNP0501") &&
+ strcmp(aa->idstr, "PNP0510") &&
strcmp(aa->idstr, "PNP0511"))
return (0);
Home |
Main Index |
Thread Index |
Old Index