Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/dev/pci Pull up revision 1.3 (requested by thorpej ...



details:   https://anonhg.NetBSD.org/src/rev/519ac1f025b5
branches:  netbsd-1-6
changeset: 529567:519ac1f025b5
user:      he <he%NetBSD.org@localhost>
date:      Sat Nov 30 13:58:06 2002 +0000

description:
Pull up revision 1.3 (requested by thorpej in ticket #767):
  Add support for memory-mapped PCnet-PCI chips.

diffstat:

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

diffs (17 lines):

diff -r f997766413f6 -r 519ac1f025b5 sys/dev/pci/if_pcnreg.h
--- a/sys/dev/pci/if_pcnreg.h   Sat Nov 30 13:57:46 2002 +0000
+++ b/sys/dev/pci/if_pcnreg.h   Sat Nov 30 13:58:06 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_pcnreg.h,v 1.2 2001/11/29 17:15:44 thorpej Exp $    */
+/*     $NetBSD: if_pcnreg.h,v 1.2.10.1 2002/11/30 13:58:06 he Exp $    */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -52,6 +52,7 @@
  */
 
 #define        PCN_PCI_CBIO    (PCI_MAPREG_START + 0x00)
+#define        PCN_PCI_CBMEM   (PCI_MAPREG_START + 0x04)
 
 /*
  * I/O map in Word I/O mode.



Home | Main Index | Thread Index | Old Index