Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: drochner
Date: Fri Sep 9 14:50:58 UTC 2005
Modified Files:
src/sys/dev/cardbus: cardbus.c cardbus_map.c cardbusvar.h
ehci_cardbus.c if_fxp_cardbus.c if_tlp_cardbus.c usb_cardbus.h
src/sys/dev/pci: pccbb.c
Log Message:
remove the useless (always 0) device number from cardbus driver state,
autoconf attach structures and configuration cycle functions
(just leave the kernel configuration attribute for now to avoid breaking
config(1) files)
To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 src/sys/dev/cardbus/cardbus.c
cvs rdiff -r1.16 -r1.17 src/sys/dev/cardbus/cardbus_map.c
cvs rdiff -r1.33 -r1.34 src/sys/dev/cardbus/cardbusvar.h
cvs rdiff -r1.11 -r1.12 src/sys/dev/cardbus/ehci_cardbus.c
cvs rdiff -r1.19 -r1.20 src/sys/dev/cardbus/if_fxp_cardbus.c
cvs rdiff -r1.46 -r1.47 src/sys/dev/cardbus/if_tlp_cardbus.c
cvs rdiff -r1.1 -r1.2 src/sys/dev/cardbus/usb_cardbus.h
cvs rdiff -r1.124 -r1.125 src/sys/dev/pci/pccbb.c
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