| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PR: 16093
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Improve the internal mknod() to understand being passed an (optional)
user:group specification.
Don't apply root:wheel to nodes explicitly anywhere, it's the default.
Remove an odd looking uucp:wheel assignment, as it's inconsistent with
all the other tty?? devices.
|
|
|
|
| |
upcoming 'mlxcontrol' utility.
|
|
|
|
|
|
|
|
|
|
|
| |
5in HD 2 heads, 77 cylinders, 8 sectors/track, 1024 bytes/sector
5/3.5in DD 2 heads, 80 cylinders, 8 sectors/track, 512 bytes/sector
Meanings of the rogrammer-readeble fd name were explained by Brian
Fundakowski Feldman and Peter Wemm in hackers list and NOKUBI
Hirotaka.
Reviewed by: nyan
|
|
|
|
|
|
|
|
| |
Fixed some style bugs for cam (superflous umask and missing newline).
Fixed bogons for apm. The pattern "apm*" matched too many things; apm
and apmctl were both made twice by `MAKEDEV all'. Hopefully no one
depends on `MAKEDEV apm0' making apm or on `MAKEDEV apm' making apmctl.
|
|
|
|
|
|
|
|
|
|
|
|
| |
MAKEDEV can now run (with /sbin/chown and /bin/chgrp, still) without
any /usr. The default PATH for MAKEDEV is now "/sbin:/bin" to prevent
against further spammage of /usr programs in MAKEDEV. In the event
of an emergency, the variable "MAKEDEVPATH" can be used to replace
PATH, but I don't know what that emergency could be.
Let me know if you have any problems. I've tested it as well as
I could, which basically means everything except for RocketPorts.
Reviewed in principle by: peter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
longer really suitable as a default to create the various /dev nodes
to be contained on the fixit floppy, since all our proud new devide
nodes finally made the fixit floppy run over...
So instead create a new target titled `fixit' which creates just the
dev nodes for a single unit per each default driver; whoever needs
more of them is free to create whatever he needs, perhaps after
killing unused nodes before. There were more than 700 /dev nodes on
the floppy before that action, and it's still around 350 now. I doubt
all the various /dev/ugen* entries are really useful on such a tool,
so people, please check, and if you feel like more could be eliminated
from that floppy, kill'em.
While i was at it, removed traces of ft(8) that still survived even
though the driver has long since been dead.
That's step #1. #2 will follow...
|
|
|
|
| |
SCSI disks are only known as 'da' now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
same names:
rover# ls -l /dev/*wd0a
crw-r----- 1 root operator 3, 0 Nov 26 20:20 /dev/rwd0a
crw-r----- 1 root operator 3, 0 Nov 26 20:20 /dev/wd0a
Notice: Over time, no earlier than FreeBSD 5.0, the "r*" names may
be discontinued. A fair number of programs and scripts need to
(un)learn some tricks before then.
This will take no effect until you either run MAKEDEV by hand or
reinstall your system.
WARNING: Kernels older than approx November 22 will not be happy
about a /dev created with MAKEDEV after this commit. Please update
your /kernel.good etc.
|
|
|
|
| |
ugen0 and ugen0.1 - ugen0.15, not only ugen0 (control endpoint).
|
| |
|
| |
|
|
|
|
| |
to usb255 and will be used for the event queue of the usb daemon.
|
| |
|
|
|
|
|
| |
PR: docs/14401
Submitted by: Crist J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com>
|
|
|
|
| |
Noticed by: bde
|
|
|
|
| |
Spotted by: Mark Knight <mkn@FreeBSD.org.uk>
|
|
|
|
|
|
|
| |
the da driver and using the same major/minor scheme with the old name
only leads to confusion.
PR: misc/14279
|
| |
|
|
|
|
| |
and Myles drivers respectively.
|
|
|
|
| |
sort some comments
|
|
|
|
| |
Fixed bitrot in the `wcd*)' case.
|
|
|
|
|
|
|
|
|
| |
case instead of test where appropriate, since case allows case is a sh
builtin and (as a side-effect) allows case-insensitivity.
Changes discussed on freebsd-hackers.
Submitted by: Doug Barton <Doug@gorean.org>
|
| |
|
| |
|
|
|
|
|
|
|
| |
from the user name when using chown(8).
PR: 13157
Reported by: Patrick Powell <papowell@astart.com>
|
|
|
|
| |
Update some files for apmd.
|
| |
|
|
|
|
| |
Reported by: bde
|
|
|
|
|
| |
PR: 12568
Submitted by: Craig Leres <leres@ee.lbl.gov>
|
|
|
|
| |
disk devices are so-called.
|
| |
|
|
|
|
|
|
| |
by /etc/ttys.
Forgotten by: des
|
| |
|
|
|
|
|
| |
BEFORE the case for "i4tel*)". (match the longest prefix first!)
Recognized by: Harry Starr
|
| |
|
|
|
|
| |
(for machines with more than two PC-card slots)
|
| |
|
| |
|
|
|
|
|
| |
This is to avoid confusion with the new system.
Also provide real entires in MAKEDEV for the new system.
|
|
|
|
| |
of the "targ" processor target target mode emulator.
|
|
|
|
| |
which I managed to delete yesterday.
|
|
|
|
|
| |
/dev/vbi will allow vbi capture from the bt848 card for software
teletext decoding.
|
|
|
|
| |
bktr now makes bktr, tuner and vbi
|
|
|
|
|
| |
a unit and endpoint number. This is combined into a minor number.
The naming of the devices in /dev is now /dev/ugen<unit>.<endpoint>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This means that if(when) you go "sh MAKEDEV all" in /dev
the devices get remade; you don't get errors.
A lot of the changes are for info only; they are commented out.
Not exactly shot to pieces by: bde
|