cvs commit: src/sys/dev/isp isp_sbus.c src/sys/dev/sym sym_hipd.c src/sys/dev/esp esp_sbus.c src/sys/dev/fxp if_fxp.c src/sys/dev/sk if_sk.c src/sys/dev/stge if_stge.c src/sys/dev/ti if_ti.c src/sys/dev/ath if_ath.c if_ath_pci.c src/sys/dev/usb ehci_pci.c ...

Marius Strobl marius at FreeBSD.org
Sun Jan 21 19:32:52 UTC 2007


marius      2007-01-21 19:32:51 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/isp          isp_sbus.c 
    sys/dev/sym          sym_hipd.c 
    sys/dev/esp          esp_sbus.c 
    sys/dev/fxp          if_fxp.c 
    sys/dev/sk           if_sk.c 
    sys/dev/stge         if_stge.c 
    sys/dev/ti           if_ti.c 
    sys/dev/ath          if_ath.c if_ath_pci.c 
    sys/dev/usb          ehci_pci.c uhci_pci.c 
    sys/dev/firewire     fwohci_pci.c 
    sys/dev/sound/pci    es137x.c 
    sys/dev/sound/sbus   cs4231.c 
    sys/pci              if_rl.c 
  Log:
  Change the remainder of the drivers for DMA'ing devices enabled in the
  sparc64 GENERIC and the sound device drivers known working on sparc64
  to use bus_get_dma_tag() to obtain the parent DMA tag so we can get rid
  of the sparc64_root_dma_tag kludge eventually. Except for ath(4), sk(4),
  stge(4) and ti(4) these changes are runtime tested (unless I booted up
  the wrong kernels again...).
  
  Revision  Changes    Path
  1.160     +1 -1      src/sys/dev/ath/if_ath.c
  1.17      +1 -1      src/sys/dev/ath/if_ath_pci.c
  1.13      +1 -1      src/sys/dev/esp/esp_sbus.c
  1.55      +7 -1      src/sys/dev/firewire/fwohci_pci.c
  1.263     +16 -15    src/sys/dev/fxp/if_fxp.c
  1.26      +14 -2     src/sys/dev/isp/isp_sbus.c
  1.133     +2 -1      src/sys/dev/sk/if_sk.c
  1.62      +2 -1      src/sys/dev/sound/pci/es137x.c
  1.6       +1 -1      src/sys/dev/sound/sbus/cs4231.c
  1.4       +1 -1      src/sys/dev/stge/if_stge.c
  1.61      +1 -5      src/sys/dev/sym/sym_hipd.c
  1.126     +1 -1      src/sys/dev/ti/if_ti.c
  1.24      +4 -4      src/sys/dev/usb/ehci_pci.c
  1.59      +4 -4      src/sys/dev/usb/uhci_pci.c
  1.168     +1 -1      src/sys/pci/if_rl.c


More information about the cvs-src mailing list