Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/dev/isa Pull up revision 1.18 (requested by nathanw):



details:   https://anonhg.NetBSD.org/src/rev/18431e61c4a1
branches:  netbsd-1-5
changeset: 490537:18431e61c4a1
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Thu Jan 25 20:55:33 2001 +0000

description:
Pull up revision 1.18 (requested by nathanw):
  Support certain ISAPnP ESS 1868 and 1869 cards. Per PR port-i386/11630.

diffstat:

 sys/dev/isa/essvar.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 69d60f0d9c63 -r 18431e61c4a1 sys/dev/isa/essvar.h
--- a/sys/dev/isa/essvar.h      Thu Jan 25 20:55:29 2001 +0000
+++ b/sys/dev/isa/essvar.h      Thu Jan 25 20:55:33 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: essvar.h,v 1.17 2000/03/23 07:01:34 thorpej Exp $      */
+/*     $NetBSD: essvar.h,v 1.17.4.1 2001/01/25 20:55:33 jhawk Exp $    */
 /*
  * Copyright 1997
  * Digital Equipment Corporation. All rights reserved.
@@ -33,7 +33,7 @@
  */
 
 /*
-** @(#) $RCSfile: essvar.h,v $ $Revision: 1.17 $ (SHARK) $Date: 2000/03/23 07:01:34 $
+** @(#) $RCSfile: essvar.h,v $ $Revision: 1.17.4.1 $ (SHARK) $Date: 2001/01/25 20:55:33 $
 **
 **++
 **
@@ -165,4 +165,5 @@
 
 int    essmatch __P((struct ess_softc *));
 void   essattach __P((struct ess_softc *));
+int    ess_config_addr __P((struct ess_softc *));
 



Home | Main Index | Thread Index | Old Index