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 Add a few links to documentation.



details:   https://anonhg.NetBSD.org/src/rev/7c842cf0a333
branches:  trunk
changeset: 482742:7c842cf0a333
user:      soren <soren%NetBSD.org@localhost>
date:      Sun Feb 20 21:42:26 2000 +0000

description:
Add a few links to documentation.

diffstat:

 sys/arch/i386/pnpbios/pnpbios.c |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 0a965c599d7d -r 7c842cf0a333 sys/arch/i386/pnpbios/pnpbios.c
--- a/sys/arch/i386/pnpbios/pnpbios.c   Sun Feb 20 21:30:44 2000 +0000
+++ b/sys/arch/i386/pnpbios/pnpbios.c   Sun Feb 20 21:42:26 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pnpbios.c,v 1.9 2000/01/16 03:30:23 drochner Exp $ */
+/* $NetBSD: pnpbios.c,v 1.10 2000/02/20 21:42:26 soren Exp $ */
 /*
  * Copyright (c) 1999
  *     Matthias Drochner.  All rights reserved.
@@ -25,6 +25,14 @@
  * SUCH DAMAGE.
  */
 
+/*
+ * PnP BIOS documentation is available at the following locations.
+ *
+ * http://www.microsoft.com/hwdev/download/respec/pnpbios.zip
+ * http://www.microsoft.com/hwdev/download/respec/biosclar.zip
+ * http://www.microsoft.com/hwdev/download/respec/devids.txt
+ */
+
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/device.h>



Home | Main Index | Thread Index | Old Index