The NetBSD Project

CVS log for src/etc/MAKEDEV.tmpl

[BACK] Up to [cvs.NetBSD.org] / src / etc

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: netbsd-3


Revision 1.40.2.9 / (download) - annotate - [select for diffs], Mon Oct 15 05:09:57 2007 UTC (16 years, 6 months ago) by riz
Branch: netbsd-3
Changes since 1.40.2.8: +5 -1 lines
Diff to previous 1.40.2.8 (colored) to branchpoint 1.40 (colored) next main 1.41 (colored)

Pull up following revisions via patch (requested by bouyer in ticket #1838):
	distrib/sets/lists/man/mi: revision 1.997
	sbin/bioctl/strtonum.c: revision 1.1
	sys/dev/Makefile: revision 1.25
	sys/arch/amd64/conf/GENERIC: revision 1.139
	sbin/bioctl/strtonum.h: revision 1.1
	sys/dev/bio.c: revision 1.1
	sbin/bioctl/bioctl.c: revision 1.1
	share/man/man4/bio.4: revision 1.1
	sbin/bioctl/bioctl.8: revision 1.1
	sys/sys/envsys.h: revision 1.11
	sbin/bioctl/bioctl.8: revision 1.3
	sbin/bioctl/bioctl.8: revision 1.4
	sys/arch/i386/conf/XEN2_DOM0: revision 1.25
	distrib/sets/lists/base/mi: revision 1.704
	sys/conf/majors: revision 1.34
	share/man/man4/Makefile: revision 1.426
	etc/MAKEDEV.tmpl: revision 1.86
	sys/arch/i386/conf/GENERIC: revision 1.825
	distrib/sets/lists/comp/mi: revision 1.1022
	sys/conf/files: revision 1.839
	usr.sbin/envstat/envstat.c: revision 1.24
	sbin/Makefile: revision 1.105
	sys/dev/ic/mfi.c: revision 1.4
	sys/dev/biovar.h: revision 1.1
	sys/dev/ic/mfivar.h: revision 1.4
	sbin/bioctl/Makefile: revision 1.1
Fix typo.
Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block
device controllers, and more specifically raid controllers.
Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD.
Add bio and sysmon support to mfi(4). This allow userland to query
status for drives and logical volumes attached to a mfi(4) controller. While
there fix some debug printfs in mfi so they compile.
Add bio(4) to amd64 and i386 GENERIC.
Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block
device controllers, and more specifically raid controllers.
Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD.
Add bio and sysmon support to mfi(4). This allow userland to query
status for drives and logical volumes attached to a mfi(4) controller. While
there fix some debug printfs in mfi so they compile.
Add bio(4) to amd64 and i386 GENERIC.
Fix Dd argument (use full month names).
Use more markup.
Comment out references to safte(4) and softraid(4), which don't exist in
NetBSD.
Remove trailing whitespace.
Use macros instead of characters for HTML output (replace ">", "<"
with \*[Gt], \*[Lt]).
Sort sections.
Create /dev/bio

Revision 1.40.2.8 / (download) - annotate - [select for diffs], Sat Nov 11 19:58:14 2006 UTC (17 years, 5 months ago) by bouyer
Branch: netbsd-3
Changes since 1.40.2.7: +7 -1 lines
Diff to previous 1.40.2.7 (colored) to branchpoint 1.40 (colored)

Pull up following revision(s) (requested by manu in ticket #1528):
	etc/MAKEDEV.tmpl: revision 1.66 via patch
	sys/conf/majors: revision 1.30 via patch
	sys/dev/pci/twareg.h: revision 1.6 via patch
	sys/dev/pci/twa.c: revision 1.13 via patch
	sys/dev/pci/twaio.h: revision 1.4 via patch
	sys/compat/freebsd/freebsd_sysctl.c: revision 1.5 via patch
Tweak the twa(4) driver so that 3ware command line utility works with
it.
This includes:
- fixing various structure definitions so that the ioctl parameter match
- adding a hw.twa*.driver_version sysctl
- do not refuse multiple device openings, as the management tool will do
it.
  I'm not sure we are safe. FreeBSD allows multiple openings, and use
the
  open flag only when an attempt to detach the device is done.
Fix a bug in FreeBSD sysctl emulation: use copyin for
moving data to the kernel

Revision 1.40.2.7 / (download) - annotate - [select for diffs], Sun Jul 30 17:38:03 2006 UTC (17 years, 8 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1
Changes since 1.40.2.6: +4 -1 lines
Diff to previous 1.40.2.6 (colored) to branchpoint 1.40 (colored)

Pull up following revision(s) (requested by martti in ticket #1434):
	etc/MAKEDEV.tmpl: revision 1.58
Create /dev/ipsync, /dev/ipscan and /dev/iplookup (misc/33504).

Revision 1.40.2.6 / (download) - annotate - [select for diffs], Sun Jul 30 16:38:58 2006 UTC (17 years, 8 months ago) by tron
Branch: netbsd-3
Changes since 1.40.2.5: +7 -1 lines
Diff to previous 1.40.2.5 (colored) to branchpoint 1.40 (colored)

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).

Revision 1.40.2.5 / (download) - annotate - [select for diffs], Tue Apr 4 21:37:40 2006 UTC (18 years ago) by tron
Branch: netbsd-3
Changes since 1.40.2.4: +1 -1 lines
Diff to previous 1.40.2.4 (colored) to branchpoint 1.40 (colored)

Pull up following revision(s) (requested by christos in ticket #1237):
	etc/MAKEDEV.tmpl: revision 1.51
Add parentheses.

Revision 1.40.2.4 / (download) - annotate - [select for diffs], Sat Jul 2 15:49:36 2005 UTC (18 years, 9 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0
Changes since 1.40.2.3: +1 -1 lines
Diff to previous 1.40.2.3 (colored) to branchpoint 1.40 (colored)

Pull up revision 1.45 (requested by elad in ticket #487):
Don't allow unprivileged users to access the veriexec device.

Revision 1.40.2.3 / (download) - annotate - [select for diffs], Fri Jun 10 15:21:53 2005 UTC (18 years, 10 months ago) by tron
Branch: netbsd-3
Changes since 1.40.2.2: +1 -1 lines
Diff to previous 1.40.2.2 (colored) to branchpoint 1.40 (colored)

Pull up revision 1.44 (requested by elad in ticket #389):
Fix naming of the verified exec character device placeholder.

Revision 1.40.2.2 / (download) - annotate - [select for diffs], Sat May 7 11:51:39 2005 UTC (18 years, 11 months ago) by tron
Branch: netbsd-3
Changes since 1.40.2.1: +22 -1 lines
Diff to previous 1.40.2.1 (colored) to branchpoint 1.40 (colored)

Pull up revision 1.43 (requested by lukem in ticket #256):
Add hexprint(); display the given number as hex.
Add a comment to document zeropad()'s purpose.

Revision 1.40.2.1 / (download) - annotate - [select for diffs], Sun Apr 3 13:42:14 2005 UTC (19 years ago) by tron
Branch: netbsd-3
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

Pull up revision 1.41 (requested by peter in ticket #86):
Add pf to the all target.  Pointed out by Steve Rumble.

Revision 1.40 / (download) - annotate - [select for diffs], Sat Mar 12 10:26:45 2005 UTC (19 years, 1 month ago) by jdolecek
Branch: MAIN
CVS Tags: netbsd-3-base
Branch point for: netbsd-3
Changes since 1.39: +9 -7 lines
Diff to previous 1.39 (colored)

separate tun(4) and joy(4) entries, those two are totally independant
PR: kern/29673 by FUKAUMI Naoki

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>