Source-Changes archive

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

CVS commit: [netbsd-3] src



Module Name:    src
Committed By:   tron
Date:           Sun Jul 30 16:38:59 UTC 2006

Modified Files:
        src/distrib/sets/lists/base [netbsd-3]: mi
        src/distrib/sets/lists/comp [netbsd-3]: mi
        src/distrib/sets/lists/man [netbsd-3]: mi
        src/etc [netbsd-3]: MAKEDEV.tmpl
        src/etc/etc.amd64 [netbsd-3]: MAKEDEV.conf
        src/etc/etc.i386 [netbsd-3]: MAKEDEV.conf
        src/sbin [netbsd-3]: Makefile
        src/share/man/man4 [netbsd-3]: amr.4
        src/sys/conf [netbsd-3]: majors
        src/sys/dev/pci [netbsd-3]: Makefile amr.c amrreg.h amrvar.h ld_amr.c
Added Files:
        src/sbin/amrctl [netbsd-3]: Makefile amrctl.8 amrctl.c
        src/sys/dev/pci [netbsd-3]: amrio.h

Log Message:
Apply patch (requested by bouyer in ticket #1431):
- Add a /dev/amr* control file for amr(4) devices, which allows sending
  raw commands to the controller.
- Add a amrctl(8) control tool, which for now only allows to get status
  from the adapter (status of adapter, logical volumes and and
  individual drives).


To generate a diff of this commit:
cvs rdiff -r1.532.2.28 -r1.532.2.29 src/distrib/sets/lists/base/mi
cvs rdiff -r1.770.2.10 -r1.770.2.11 src/distrib/sets/lists/comp/mi
cvs rdiff -r1.768.2.31 -r1.768.2.32 src/distrib/sets/lists/man/mi
cvs rdiff -r1.40.2.5 -r1.40.2.6 src/etc/MAKEDEV.tmpl
cvs rdiff -r1.6 -r1.6.2.1 src/etc/etc.amd64/MAKEDEV.conf
cvs rdiff -r1.5.2.1 -r1.5.2.2 src/etc/etc.i386/MAKEDEV.conf
cvs rdiff -r1.91.2.1 -r1.91.2.2 src/sbin/Makefile
cvs rdiff -r0 -r1.1.2.1 src/sbin/amrctl/Makefile src/sbin/amrctl/amrctl.c
cvs rdiff -r0 -r1.2.2.1 src/sbin/amrctl/amrctl.8
cvs rdiff -r1.10.2.1 -r1.10.2.2 src/share/man/man4/amr.4
cvs rdiff -r1.13.8.1 -r1.13.8.2 src/sys/conf/majors
cvs rdiff -r1.10 -r1.10.14.1 src/sys/dev/pci/Makefile
cvs rdiff -r1.25.2.1 -r1.25.2.2 src/sys/dev/pci/amr.c
cvs rdiff -r0 -r1.1.2.1 src/sys/dev/pci/amrio.h
cvs rdiff -r1.2 -r1.2.16.1 src/sys/dev/pci/amrreg.h
cvs rdiff -r1.4 -r1.4.10.1 src/sys/dev/pci/amrvar.h
cvs rdiff -r1.6 -r1.6.10.1 src/sys/dev/pci/ld_amr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index