simokawa
d5b189bcd0
Add dumb console driver and related bits.
...
dcons(4): very simple console and gdb port driver
dcons_crom(4): FireWire attachment
dconschat(8): User interface to dcons
Tested with: i386, i386-PAE, and sparc64.
2003-10-24 15:44:10 +00:00
dougb
3c434e26ac
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
92f95e3bbd
Make disktab(5) MI (repo-copied from etc.i386/disktab).
2003-04-02 20:13:59 +00:00
gerald
efaaa4b65b
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
c9c72dfd41
s/sysctl -w/sysctl/
2001-12-11 08:21:46 +00:00
murray
c09e08a061
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
1b199d6083
Add a comment out console line for AlphaServer 8200 and 8400 ("TurboLaser")
2001-04-09 19:35:53 +00:00
obrien
280a79e06e
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
7f72de07ad
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
cdd7a99f2a
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
6f80654ae4
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
f5c253fd19
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
820dab7cf7
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
52c1bdee5a
* 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
ddac4b0710
Add an enable_osf1 knob to the alpha startup code
1999-12-15 14:27:59 +00:00
peter
e82d20ba2a
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
98aaa8213c
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
106737d047
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
c4373c3df9
Fix ``MAKEDEV acd''
...
Spotted by: Mark Knight <mkn@FreeBSD.org.uk>
1999-10-15 16:20:58 +00:00
gibbs
8f15cc158d
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
5d478cb2a0
Remove ipl hooks (bring on DEVFS! :-)
1999-10-10 15:14:46 +00:00
sheldonh
7ca175b31f
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
cdad5bae8c
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
sheldonh
c73504342c
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
506cdbc6b0
Grammar and formatting touch-ups to comments.
1999-08-22 19:42:40 +00:00
gehenna
d1f4b00143
added usb0 to 'all' target for usbd(8)
1999-08-21 18:01:42 +00:00
sheldonh
096c0bd647
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
22d33aa12a
Fix typo in previous commit.
...
Reported by: bde
1999-07-09 13:37:59 +00:00
sheldonh
ca0f58d9e2
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
a61d5e394f
Sync with etc.i386/MAKEDEV version 1.199.
1999-06-18 06:20:08 +00:00
peter
c5de209001
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
8c74242ac5
Zap default creation of /dev/lkm - it doesn't point to anything anymore
1999-04-24 20:57:39 +00:00
wes
eaaa5c5d39
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
a3890169be
Bruce gently nudged me into doing this right
1999-02-05 22:54:37 +00:00
mjacob
9f1cd7bbda
add back ctl for sa and add more units
1999-02-04 20:35:07 +00:00
dfr
0f92964dc0
Doh! Change the correct version of disktab and backout the change to
...
the i386 disktab.
1998-10-06 12:42:55 +00:00
dfr
cb09b31d8b
Sync with etc.i386/MAKEDEV version 1.171.
1998-09-16 09:21:43 +00:00
brian
53ce9b5024
Add Id keywords
1998-09-02 01:34:57 +00:00
dfr
359c3bfd1f
Change to use FreeBSD device major numbers and tty definitions.
1998-08-31 08:57:56 +00:00
jkh
61e7bd785f
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
24a92900d2
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
1a11dd8f2d
Add an alpha specific ttys
1998-05-16 21:28:45 +00:00