Source-Changes-D archive

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

re: CVS commit: src/sys/dev



   Module Name: src
   Committed By:        dyoung
   Date:                Thu Feb 25 23:40:39 UTC 2010
   
   Modified Files:
        src/sys/dev/cardbus: adv_cardbus.c ahc_cardbus.c com_cardbus.c
            ehci_cardbus.c fwohci_cardbus.c if_ath_cardbus.c if_atw_cardbus.c
            if_ex_cardbus.c if_fxp_cardbus.c if_ral_cardbus.c if_re_cardbus.c
            if_rtk_cardbus.c if_tlp_cardbus.c njata_cardbus.c njs_cardbus.c
            ohci_cardbus.c rbus_ppb.c uhci_cardbus.c
        src/sys/dev/ic: i82557.c i82557var.h
   
   Log Message:
   Make fxp at cardbus detach during shutdown.
   
   Stop calling (*cardbus_ctrl) to enable bus mastering, I/O and memory
   spaces on the CardBus bridge.  cbb(4) always enables that stuff,
   anyway.  In the process, avoid remembering what BAR we mapped by
   writing CARDBUS_{IO,MEM}_ENABLE to sc_cben or sc_cbenable, and
   record the BAR in use sc_bar, instead.
   
   Replace more CARDBUS_ constants with PCI_ constants.
   
   Compile-tested, only.


this is a pretty serious change to have only compile tested!
can you please get some real testing done on this?


.mrg.


Home | Main Index | Thread Index | Old Index