cvs commit: src/sys/dev/firewire firewire.c firewire.h firewirereg.h fwdev.c

Hidetoshi Shimokawa simokawa at FreeBSD.org
Mon Aug 4 20:11:40 PDT 2003


simokawa    2003/08/04 20:11:39 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/firewire     firewire.c firewire.h firewirereg.h 
                         fwdev.c 
  Log:
  Change device name notation.
  - /dev/fw{,mem}X.Y represents the Y'th unit on the X'th bus.
  - /dev/fw{,mem}X is an alias of fw{,mem}X.0 for compatibility.
  - Clone devices.
  
  Revision  Changes    Path
  1.59      +41 -42    src/sys/dev/firewire/firewire.c
  1.14      +2 -1      src/sys/dev/firewire/firewire.h
  1.29      +3 -3      src/sys/dev/firewire/firewirereg.h
  1.31      +95 -8     src/sys/dev/firewire/fwdev.c


More information about the cvs-src mailing list