Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   haya
Date:           Fri Oct 15 06:09:31 UTC 1999

Modified Files:
        syssrc/sys/conf: files

Log Message:
This is the first check-in of CardBus driver.  CardBus driver contains
CardBus bus stub, YENTA PCI-CardBus bridge (cbb), 3Com 3C575TX driver
(ex) and Intel fxp driver.

TODO:
  o Conform to the KNF more strictly.
  o Be unified with pcmcia code as much as possible.
  o Add more drivers for CardBus card, such as APA-1480 or USB card.

The affected files are listed below.

        sys/arch/i386/conf/files.i386
        sys/arch/macppc/conf/files.macppc
        sys/conf/files
        sys/dev/ic/elinkxl.c
        sys/dev/ic/elinkxlvar.h
        sys/dev/ic/i82365.c
        sys/dev/ic/i82365var.h
        sys/dev/isa/i82365_isasubr.c
        sys/dev/pci/files.pci
        sys/dev/pcmcia/pcmcia.c
        sys/dev/pcmcia/pcmciachip.h

The added files are listed below.

        sys/arch/i386/conf/CARDBUS
        sys/arch/i386/include/rbus_machdep.h
        sys/arch/i386/i386/rbus_machdep.c
        sys/arch/macppc/include/rbus_machdep.h
        sys/arch/macppc/macppc/rbus_machdep.c
        sys/dev/cardbus/if_ex_cardbus.c
        sys/dev/cardbus/Makefile.cardbusdevs
        sys/dev/cardbus/cardbus.c
        sys/dev/cardbus/cardbus_map.c
        sys/dev/cardbus/cardbusdevs
        sys/dev/cardbus/cardbusdevs.h
        sys/dev/cardbus/cardbusdevs_data.h
        sys/dev/cardbus/cardbusvar.h
        sys/dev/cardbus/cardslot.c
        sys/dev/cardbus/cardslotvar.h
        sys/dev/cardbus/devlist2h.awk
        sys/dev/cardbus/files.cardbus
        sys/dev/cardbus/if_fxp_cardbus.c
        sys/dev/cardbus/pccardcis.h
        sys/dev/cardbus/rbus.c
        sys/dev/cardbus/rbus.h
        sys/dev/pci/pccbb.c
        sys/dev/pci/pccbbreg.h
        sys/dev/pci/pccbbvar.h


To generate a diff of this commit:
cvs rdiff -r1.323 -r1.324 syssrc/sys/conf/files

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index