dougb
f30c2be11f
Per previous announcement, remove the old version of the rc system.
...
All functionality from the previous system has been preserved, and
users should still customize their system boot with the familiar
methods, rc.conf, rc.conf.local, rc.firewall, sysctl.conf, etc.
Users who have customized versions of scripts that have been removed
should take great care when upgrading, since the compatibility code
that used those old scripts has also been removed.
2003-05-02 05:27:35 +00:00
ru
b6e2a1dccd
Make disktab(5) MI (repo-copied from etc.i386/disktab).
2003-04-02 20:13:59 +00:00
gerald
ac7a3ce817
Mention that terminal type vt220 will work better if one needs
...
interoperability with other systems like Solaris or GNU/Linux.
PR: 33810
Approved by: obrien
2002-04-17 10:42:41 +00:00
ru
1104babdad
s/sysctl -w/sysctl/
2001-12-11 08:21:46 +00:00
murray
600b1b8161
Add an entry for the Zip 250.
...
PR: i386/29639
Submitted by: David Yeske <dyeske@yahoo.com>
2001-08-31 22:49:22 +00:00
obrien
842fe68115
Add a comment out console line for AlphaServer 8200 and 8400 ("TurboLaser")
2001-04-09 19:35:53 +00:00
obrien
eee9cab668
Revert rev 1.7 which used "console' rather than
ttyv0' so there will
...
always be a getty on the console reguardless of the type of console.
Instead always run a getty on ttyd0.
Reviewed by: gallatin
2001-03-22 22:16:26 +00:00
jhb
1bb19011b4
Move the syscons configuration to a machine independent rc.syscons. The
...
syscons sh code was identical on both platforms except for whitespace
differences.
2001-01-09 22:28:17 +00:00
jhb
ef95623db0
Don't announce that rc.${MACHINE_ARCH} is doing the syscons configuration
...
as the previous line already tells us we are in rc.${MACHINE_ARCH}. This
also allows more syscons configuration messages during startup to fit on
one line.
Reviewed by: dougb
2001-01-07 01:11:44 +00:00
dougb
1e8ecc617b
Apply a more consistent style to the echo statements in /etc/ scripts.
...
* Put quotes around each line
* Single quotes for lines with no variable interpolation
* Double quotes if there is
* Capitalize each word that begins a line
* Make echo -n 'Doing foo:' ... echo '.' more of a standard
No functionality changes
2000-12-17 08:16:06 +00:00
sheldonh
d71de754f0
The osf1 utility has not been installed since rev 1.5 of
...
src/sys/modules/osf1/Makefile, so don't use it here!
2000-11-30 08:20:42 +00:00
brian
12f7c0812b
Add a unaligned_print option (alpha only)
...
Document osf1_enable
Submitted by: Eric D. Futch <efutch@nyct.net>
PR: 21649
2000-10-04 18:58:46 +00:00
obrien
6a916c7514
* Use console' rather than
ttyv0' so there will always be a getty on
...
the console reguardless of the type of console.
* Make the Alpha version match the i386 version.
2000-01-29 00:50:21 +00:00
gallatin
22dd32c01d
Add an enable_osf1 knob to the alpha startup code
1999-12-15 14:27:59 +00:00
peter
ab56d89b34
Use a common MAKEDEV between the Alpha and i386 - the only differences
...
of significance were due to the Alpha version going stale. We use common
device numbering for devices. Hopefully, this file's days are numbered.
1999-11-18 04:31:31 +00:00
n_hibma
9257d7c5a0
Add the entry for usb (as opposed to usb<number>). It's minor is equivalent
...
to usb255 and will be used for the event queue of the usb daemon.
1999-11-17 23:02:34 +00:00
obrien
fb0fd2c664
Fix ownership of /dev/fd/*. We still had a bin:bin hangover from pre-3.0.
...
Noticed by: bde
1999-10-30 07:00:13 +00:00
brian
99455ff0f7
Fix ``MAKEDEV acd''
...
Spotted by: Mark Knight <mkn@FreeBSD.org.uk>
1999-10-15 16:20:58 +00:00
gibbs
e4a81da9a3
Remove references to the od driver. These devices are no attached by
...
the da driver and using the same major/minor scheme with the old name
only leads to confusion.
PR: misc/14279
1999-10-12 15:51:58 +00:00
peter
913651d4f8
Remove ipl hooks (bring on DEVFS! :-)
1999-10-10 15:14:46 +00:00
sheldonh
d8a93d30ec
Apply a consistent style to most of the etc scripts. Particularly, use
...
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>
1999-09-13 15:44:20 +00:00
peter
289c0d262f
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
sheldonh
8cec588c44
Style clean-up:
...
* All variables are now embraced: ${foo}
* All comparisons against some value now take the form:
[ "${foo}" ? "value" ]
where ? is a comparison operator
* All empty string tests now take the form:
[ -z "${foo}" ]
* All non-empty string tests now take the form:
[ -n "${foo}" ]
Submitted by: jkh
1999-08-25 16:01:45 +00:00
hoek
d226c7e9b4
Grammar and formatting touch-ups to comments.
1999-08-22 19:42:40 +00:00
gehenna
ef881e6127
added usb0 to 'all' target for usbd(8)
1999-08-21 18:01:42 +00:00
sheldonh
42550e4713
Use a colon (:) instead of a period (.) to distinguish the group name
...
from the user name when using chown(8).
PR: 13157
Reported by: Patrick Powell <papowell@astart.com>
1999-08-16 16:00:23 +00:00
sheldonh
63354e88d9
Fix typo in previous commit.
...
Reported by: bde
1999-07-09 13:37:59 +00:00
sheldonh
34127dc307
Add the pps (Pulse per second timing interface) device.
...
PR: 12568
Submitted by: Craig Leres <leres@ee.lbl.gov>
1999-07-09 12:52:04 +00:00
dfr
a15847dddb
Sync with etc.i386/MAKEDEV version 1.199.
1999-06-18 06:20:08 +00:00
peter
a8ddd8c620
Sync with rc.i386 - use kldload rather than modload (which never existed
...
on the Alpha anyway)
1999-04-24 20:58:37 +00:00
peter
1f405d596b
Zap default creation of /dev/lkm - it doesn't point to anything anymore
1999-04-24 20:57:39 +00:00
wes
155ee0bd22
Reviewed by: jkh
...
Submitted by: wes
Added commentary to ttys to clarify the meaning of the columns.
1999-02-09 23:55:04 +00:00
mjacob
9123f355f2
Bruce gently nudged me into doing this right
1999-02-05 22:54:37 +00:00
mjacob
63f9aaa28d
add back ctl for sa and add more units
1999-02-04 20:35:07 +00:00
dfr
f37c35755d
Doh! Change the correct version of disktab and backout the change to
...
the i386 disktab.
1998-10-06 12:42:55 +00:00
dfr
3baad916c3
Sync with etc.i386/MAKEDEV version 1.171.
1998-09-16 09:21:43 +00:00
brian
387abc60ff
Add Id keywords
1998-09-02 01:34:57 +00:00
dfr
8178cc1c58
Change to use FreeBSD device major numbers and tty definitions.
1998-08-31 08:57:56 +00:00
jkh
eebf15af74
Alpha MAKEDEV as directly imported from NetBSD-current. This will
...
almost certainly have to change as the FreeBSD/Alpha kernel comes
along, but for the transitionary period this is the most correct.
Obtained from: NetBSD
1998-05-20 03:05:05 +00:00
jkh
79017f5791
Add some place-holder files here to keep the distribution target
...
from blowing up. The disktab file isn't necessarily invalid either
for a PCI Alpha.
1998-05-20 03:01:42 +00:00
jb
bfe6231740
Add an alpha specific ttys
1998-05-16 21:28:45 +00:00