Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci remove stale comment



details:   https://anonhg.NetBSD.org/src/rev/eead936da318
branches:  trunk
changeset: 480459:eead936da318
user:      joda <joda%NetBSD.org@localhost>
date:      Thu Jan 13 09:05:41 2000 +0000

description:
remove stale comment

diffstat:

 sys/dev/pci/pccbb.c |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 7c226532d992 -r eead936da318 sys/dev/pci/pccbb.c
--- a/sys/dev/pci/pccbb.c       Thu Jan 13 09:01:17 2000 +0000
+++ b/sys/dev/pci/pccbb.c       Thu Jan 13 09:05:41 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pccbb.c,v 1.12 2000/01/13 09:01:17 joda Exp $  */
+/*     $NetBSD: pccbb.c,v 1.13 2000/01/13 09:05:41 joda Exp $  */
 
 /*
  * Copyright (c) 1998 and 1999 HAYAKAWA Koichi.  All rights reserved.
@@ -2381,13 +2381,6 @@
     Pcic_write(ph, 0x40 + win, mem_window);
   }
 
-
-#if 0
-  /* XXX do I want 16 bit all the time? */
-  PCIC_SYSMEM_ADDRX_START_MSB_DATASIZE_16BIT;
-#endif
-
-
   stop_low = (phys_end >> PCIC_MEMREG_LSB_SHIFT) & 0xff;
   stop_high = ((phys_end >> PCIC_MEMREG_MSB_SHIFT) & 0x0f)
     | PCIC_SYSMEM_ADDRX_STOP_MSB_WAIT2;        /* wait 2 cycles */



Home | Main Index | Thread Index | Old Index