Date: Sat, 21 Feb 2004 13:32:16 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda_venus.c src/sys/compat/linux linux_stats.c src/sys/dev/cx if_cx.c src/sys/dev/raidframe rf_freebsdkintf.c src/sys/dev/snp snp.c src/sys/dev/sound/midi midi.h src/sys/kern kern_conf.c vfs_subr.c src/sys/sys systm.h Message-ID: <200402212132.i1LLWGRv015286@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2004/02/21 13:32:16 PST
FreeBSD src repository
Modified files:
sys/coda coda_venus.c
sys/compat/linux linux_stats.c
sys/dev/cx if_cx.c
sys/dev/raidframe rf_freebsdkintf.c
sys/dev/snp snp.c
sys/dev/sound/midi midi.h
sys/kern kern_conf.c vfs_subr.c
sys/sys systm.h
Log:
Device megapatch 5/6:
Remove the unused second argument from udev2dev().
Convert all remaining users of makedev() to use udev2dev(). The
semantic difference is that udev2dev() will only locate a pre-existing
dev_t, it will not line makedev() create a new one.
Apart from the tiny well controlled windown in D_PSEUDO drivers,
there should no longer be any "anonymous" dev_t's in the system
now, only dev_t's created with make_dev() and make_dev_alias()
Revision Changes Path
1.19 +1 -2 src/sys/coda/coda_venus.c
1.57 +4 -4 src/sys/compat/linux/linux_stats.c
1.6 +1 -1 src/sys/dev/cx/if_cx.c
1.29 +2 -2 src/sys/dev/raidframe/rf_freebsdkintf.c
1.85 +1 -1 src/sys/dev/snp/snp.c
1.12 +1 -1 src/sys/dev/sound/midi/midi.h
1.145 +12 -9 src/sys/kern/kern_conf.c
1.480 +1 -1 src/sys/kern/vfs_subr.c
1.203 +1 -2 src/sys/sys/systm.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402212132.i1LLWGRv015286>
