| Summary: | devfs uses obsolete sa(4) device names | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Christian Weisgerber <naddy> | ||||
| Component: | kern | Assignee: | Matt Jacob <mjacob> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 5.0-CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
In message <200102211542.f1LFg1N02718@kemoauc.mips.inka.de>, Christian Weisgerber writes: >>Description: > >devfs uses an obsolete set of SCSI tape device names: > rsaN.ctl, rsaN*, nrsaN*, ersaN* > >--- sys/cam/scsi/scsi_sa.c.orig Wed Feb 21 14:52:38 2001 >+++ sys/cam/scsi/scsi_sa.c Wed Feb 21 14:53:46 2001 >@@ -1467,24 +1467,24 @@ This is not picking on you or anybody else, I just want to note that devfs doesn't decide naming. Drivers do. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. Responsible Changed From-To: freebsd-bugs->mjacob My bug. . State Changed From-To: open->closed fixed the make_dev calls. |
devfs uses an obsolete set of SCSI tape device names: rsaN.ctl, rsaN*, nrsaN*, ersaN* Some time ago the tape device names were brought in line with the other devices and the 'r' (for "raw device") was stripped: saN.ctl, saN*, nsaN*, esaN* devfs should follow this convention as well. Also see the sa(4) man page.