Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Mar 2005 07:50:12 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/tdfx tdfx_pci.c src/sys/dev/tga tga_pci.c src/sys/dev/trm trm.c src/sys/dev/twa twa_freebsd.c src/sys/dev/twe twe_freebsd.c src/sys/dev/tx if_tx.c...
Message-ID:  <200503010750.j217oC2w014562@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-03-01 07:50:12 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/tdfx         tdfx_pci.c 
    sys/dev/tga          tga_pci.c 
    sys/dev/trm          trm.c 
    sys/dev/twa          twa_freebsd.c 
    sys/dev/twe          twe_freebsd.c 
    sys/dev/tx           if_tx.c 
    sys/dev/txp          if_txp.c 
    sys/dev/ubsec        ubsec.c 
    sys/dev/usb          ehci_pci.c ohci_pci.c uhci_pci.c 
    sys/dev/vge          if_vge.c 
    sys/dev/vx           if_vx_pci.c 
    sys/dev/wi           if_wi_pci.c 
  Log:
  Use BUS_PROBE_DEFAULT in preference to 0.  Also for vx, return
  BUS_PROBE_LOW_PRIORITY in stead of ifdef for devices that xl and vx
  both support so that xl will snarf them on up.
  
  Revision  Changes    Path
  1.37      +7 -7      src/sys/dev/tdfx/tdfx_pci.c
  1.13      +1 -1      src/sys/dev/tga/tga_pci.c
  1.25      +2 -2      src/sys/dev/trm/trm.c
  1.10      +1 -1      src/sys/dev/twa/twa_freebsd.c
  1.41      +1 -1      src/sys/dev/twe/twe_freebsd.c
  1.87      +1 -1      src/sys/dev/tx/if_tx.c
  1.29      +1 -1      src/sys/dev/txp/if_txp.c
  1.31      +3 -3      src/sys/dev/ubsec/ubsec.c
  1.16      +1 -1      src/sys/dev/usb/ehci_pci.c
  1.42      +1 -1      src/sys/dev/usb/ohci_pci.c
  1.57      +1 -1      src/sys/dev/usb/uhci_pci.c
  1.6       +1 -1      src/sys/dev/vge/if_vge.c
  1.33      +4 -6      src/sys/dev/vx/if_vx_pci.c
  1.25      +1 -1      src/sys/dev/wi/if_wi_pci.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503010750.j217oC2w014562>