Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2002 15:48:24 -0700 (PDT)
From:      Mike Barcroft <mike@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/aic7xxx aic7xxx_osm.h src/sys/dev/ata ata-dma.c src/sys/dev/gem if_gem.c src/sys/dev/hme if_hme.c src/sys/dev/iir iir.c iir_ctrl.c iir_pci.c src/sys/dev/isp isp_freebsd.h src/sys/dev/sym sym_hipd.c src/sys/dev/usb ohci.c ...
Message-ID:  <200204262248.g3QMmOS38774@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

mike        2002/04/26 15:48:24 PDT

  Modified files:
    sys/dev/aic7xxx      aic7xxx_osm.h 
    sys/dev/ata          ata-dma.c 
    sys/dev/gem          if_gem.c 
    sys/dev/hme          if_hme.c 
    sys/dev/iir          iir.c iir_ctrl.c iir_pci.c 
    sys/dev/isp          isp_freebsd.h 
    sys/dev/sym          sym_hipd.c 
    sys/dev/usb          ohci.c uhci.c 
    sys/dev/wi           if_wi.c wi_hostap.c 
    sys/kern             subr_mchain.c 
    sys/netsmb           smb_iod.c smb_rq.c smb_subr.c 
    sys/pci              if_de.c 
    sys/sys              param.h 
  Added files:
    sys/sys              endian.h 
  Log:
  Move the new byte order function prototypes from <sys/param.h> to
  <sys/endian.h>.  This puts us in line with NetBSD and OpenBSD.
  
  Revision  Changes    Path
  1.14      +1 -0      src/sys/dev/aic7xxx/aic7xxx_osm.h
  1.98      +1 -0      src/sys/dev/ata/ata-dma.c
  1.4       +1 -0      src/sys/dev/gem/if_gem.c
  1.4       +1 -0      src/sys/dev/hme/if_hme.c
  1.2       +1 -0      src/sys/dev/iir/iir.c
  1.2       +1 -0      src/sys/dev/iir/iir_ctrl.c
  1.3       +1 -0      src/sys/dev/iir/iir_pci.c
  1.62      +1 -1      src/sys/dev/isp/isp_freebsd.h
  1.35      +1 -0      src/sys/dev/sym/sym_hipd.c
  1.103     +1 -0      src/sys/dev/usb/ohci.c
  1.120     +1 -0      src/sys/dev/usb/uhci.c
  1.102     +1 -0      src/sys/dev/wi/if_wi.c
  1.5       +1 -0      src/sys/dev/wi/wi_hostap.c
  1.5       +1 -0      src/sys/kern/subr_mchain.c
  1.5       +1 -0      src/sys/netsmb/smb_iod.c
  1.6       +1 -0      src/sys/netsmb/smb_rq.c
  1.7       +1 -0      src/sys/netsmb/smb_subr.c
  1.137     +2 -1      src/sys/pci/if_de.c
  1.1       +76 -0     src/sys/sys/endian.h (new)
  1.123     +1 -36     src/sys/sys/param.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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