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:07:33 UTC 1999
Modified Files:
syssrc/sys/dev/ic: elinkxl.c elinkxlvar.h i82365.c i82365var.h
syssrc/sys/dev/isa: i82365_isasubr.c
syssrc/sys/dev/pci: files.pci
syssrc/sys/dev/pcmcia: pcmcia.c pcmciachip.h
Added Files:
syssrc/sys/dev/cardbus: Makefile.cardbusdevs cardbus.c cardbus_map.c
cardbusdevs cardbusvar.h cardslot.c cardslotvar.h devlist2h.awk
files.cardbus if_ex_cardbus.c if_fxp_cardbus.c pccardcis.h rbus.c
rbus.h
syssrc/sys/dev/pci: pccbb.c pccbbreg.h pccbbvar.h
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 -r0 -r1.1 syssrc/sys/dev/cardbus/Makefile.cardbusdevs \
syssrc/sys/dev/cardbus/cardbus.c syssrc/sys/dev/cardbus/cardbus_map.c \
syssrc/sys/dev/cardbus/cardbusdevs syssrc/sys/dev/cardbus/cardbusvar.h \
syssrc/sys/dev/cardbus/cardslot.c syssrc/sys/dev/cardbus/cardslotvar.h \
syssrc/sys/dev/cardbus/devlist2h.awk syssrc/sys/dev/cardbus/files.cardbus \
syssrc/sys/dev/cardbus/if_ex_cardbus.c \
syssrc/sys/dev/cardbus/if_fxp_cardbus.c \
syssrc/sys/dev/cardbus/pccardcis.h syssrc/sys/dev/cardbus/rbus.c \
syssrc/sys/dev/cardbus/rbus.h
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/ic/elinkxl.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/ic/elinkxlvar.h
cvs rdiff -r1.24 -r1.25 syssrc/sys/dev/ic/i82365.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/ic/i82365var.h
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/isa/i82365_isasubr.c
cvs rdiff -r1.64 -r1.65 syssrc/sys/dev/pci/files.pci
cvs rdiff -r0 -r1.1 syssrc/sys/dev/pci/pccbb.c syssrc/sys/dev/pci/pccbbreg.h \
syssrc/sys/dev/pci/pccbbvar.h
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/pcmcia/pcmcia.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/pcmcia/pcmciachip.h
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