From owner-freebsd-commit Sat Dec 9 01:13:31 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA07115 for freebsd-commit-outgoing; Sat, 9 Dec 1995 01:13:31 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA07022 for cvs-all-outgoing; Sat, 9 Dec 1995 01:12:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA06999 for cvs-sys-outgoing; Sat, 9 Dec 1995 01:11:56 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA06931 Sat, 9 Dec 1995 01:11:32 -0800 (PST) Date: Sat, 9 Dec 1995 01:11:32 -0800 (PST) From: Julian Elischer Message-Id: <199512090911.BAA06931@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys devfsext.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk julian 95/12/09 01:11:28 Modified: sys/i386/isa fd.c sys/miscfs/devfs devfs_proto.h devfs_tree.c sys/sys devfsext.h Log: clean a few DEVFS things.. fix a bug where you couldn't place devices in the root directory of devfs remove deprecated routines On my machine devfs now shows: julian@erf.tfs.com: julian@erf.tfs.com: ls -RF bpf0 mem ptypb spkr ttyp8 bpf1 null ptypc stderr ttyp9 bpf2 pcaudio ptypd stdin ttypa bpf3 pcaudioctl ptype stdout ttypb console pt ptypf tty ttypc cuaa0 ptyp0 random ttyd0 ttypd cuaia0 ptyp1 rsd0 ttyid0 ttype cuala0 ptyp2 rsd1 ttyld0 ttypf fd/ ptyp3 rvn ttyp0 tun0 fd0.1440 ptyp4 rworm ttyp1 urandom fd1.1200 ptyp5 scsi/ ttyp2 vn io ptyp6 sd0 ttyp3 zero kmem ptyp7 sd1 ttyp4 lkm ptyp8 snp0 ttyp5 log ptyp9 snp1 ttyp6 lpt0 ptypa snp2 ttyp7 ./fd: 0 15 21 28 34 40 47 53 6 9 1 16 22 29 35 41 48 54 60 10 17 23 3 36 42 49 55 61 11 18 24 30 37 43 5 56 62 12 19 25 31 38 44 50 57 63 13 2 26 32 39 45 51 58 7 14 20 27 33 4 46 52 59 8 ./scsi: sctarg ssc julian@erf.tfs.com: which is all devices really there except for disk slices/partitions.. (if I don't have it it's not there, which has GOT to be an improvement..) no DEVFS fixes from device maintainers yet? Revision Changes Path 1.75 +8 -8 src/sys/i386/isa/fd.c 1.9 +0 -2 src/sys/miscfs/devfs/devfs_proto.h 1.11 +16 -91 src/sys/miscfs/devfs/devfs_tree.c 1.5 +1 -11 src/sys/sys/devfsext.h