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 ancient code.



details:   https://anonhg.NetBSD.org/src/rev/c9b02c06162c
branches:  trunk
changeset: 483647:c9b02c06162c
user:      haya <haya%NetBSD.org@localhost>
date:      Wed Mar 15 00:38:40 2000 +0000

description:
Remove ancient code.

diffstat:

 sys/dev/pci/pccbbvar.h |  17 +----------------
 1 files changed, 1 insertions(+), 16 deletions(-)

diffs (38 lines):

diff -r 6ddc6a6feb0f -r c9b02c06162c sys/dev/pci/pccbbvar.h
--- a/sys/dev/pci/pccbbvar.h    Wed Mar 15 00:24:30 2000 +0000
+++ b/sys/dev/pci/pccbbvar.h    Wed Mar 15 00:38:40 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pccbbvar.h,v 1.9 2000/03/12 04:27:12 mycroft Exp $     */
+/*     $NetBSD: pccbbvar.h,v 1.10 2000/03/15 00:38:40 haya Exp $       */
 /*
  * Copyright (c) 1999 HAYAKAWA Koichi.  All rights reserved.
  *
@@ -61,18 +61,6 @@
 struct pccbb_softc;
 struct pccbb_intrhand_list;
 
-#if pccard
-struct cbb_pcmcia_softc {
-       pccard_chipset_t cpc_ct;
-       struct pccard_softc *cpc_csc;
-       struct pccbb_softc *cpc_parent;
-       u_int8_t cpc_statreg;           /* status register */
-       u_int32_t cpc_regbase;          /* base index of the slot */
-       u_int16_t cpc_flags;
-       bus_space_tag_t cpc_iot;
-       bus_space_handle_t cpc_ioh;
-};
-#endif /* pccard */
 
 struct cbb_pcic_handle {
        struct device *ph_parent;
@@ -139,9 +127,6 @@
 #define        CBB_16BITCARD   0x04
 #define        CBB_32BITCARD   0x08
 
-#if pccard
-       struct cbb_pcmcia_softc sc_pcmcia;
-#endif                                 /* pccard */
        pci_chipset_tag_t sc_pc;
        pcitag_t sc_tag;
        int sc_chipset;                 /* chipset id */



Home | Main Index | Thread Index | Old Index