summaryrefslogtreecommitdiffstats
path: root/etc/etc.alpha
Commit message (Collapse)AuthorAgeFilesLines
* Add dumb console driver and related bits.simokawa2003-10-241-0/+2
| | | | | | | | 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.
* Per previous announcement, remove the old version of the rc system.dougb2003-05-021-28/+0
| | | | | | | | | | 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.
* Make disktab(5) MI (repo-copied from etc.i386/disktab).ru2003-04-021-224/+0
|
* Mention that terminal type vt220 will work better if one needsgerald2002-04-171-2/+4
| | | | | | | interoperability with other systems like Solaris or GNU/Linux. PR: 33810 Approved by: obrien
* s/sysctl -w/sysctl/ru2001-12-111-1/+1
|
* Add an entry for the Zip 250.murray2001-08-311-0/+6
| | | | | PR: i386/29639 Submitted by: David Yeske <dyeske@yahoo.com>
* Add a comment out console line for AlphaServer 8200 and 8400 ("TurboLaser")obrien2001-04-091-0/+2
|
* Revert rev 1.7 which used "`console' rather than `ttyv0' so there willobrien2001-03-221-2/+3
| | | | | | | always be a getty on the console reguardless of the type of console. Instead always run a getty on ttyd0. Reviewed by: gallatin
* Move the syscons configuration to a machine independent rc.syscons. Thejhb2001-01-091-152/+2
| | | | | syscons sh code was identical on both platforms except for whitespace differences.
* Don't announce that rc.${MACHINE_ARCH} is doing the syscons configurationjhb2001-01-071-1/+1
| | | | | | | | 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
* Apply a more consistent style to the echo statements in /etc/ scripts.dougb2000-12-171-2/+2
| | | | | | | | | | * 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
* The osf1 utility has not been installed since rev 1.5 ofsheldonh2000-11-301-1/+4
| | | | src/sys/modules/osf1/Makefile, so don't use it here!
* Add a unaligned_print option (alpha only)brian2000-10-041-0/+8
| | | | | | | Document osf1_enable Submitted by: Eric D. Futch <efutch@nyct.net> PR: 21649
* * Use `console' rather than `ttyv0' so there will always be a getty onobrien2000-01-291-3/+7
| | | | | the console reguardless of the type of console. * Make the Alpha version match the i386 version.
* Add an enable_osf1 knob to the alpha startup codegallatin1999-12-151-0/+9
|
* Use a common MAKEDEV between the Alpha and i386 - the only differencespeter1999-11-181-1402/+0
| | | | | of significance were due to the Alpha version going stale. We use common device numbering for devices. Hopefully, this file's days are numbered.
* Add the entry for usb (as opposed to usb<number>). It's minor is equivalentn_hibma1999-11-171-1/+5
| | | | to usb255 and will be used for the event queue of the usb daemon.
* Fix ownership of /dev/fd/*. We still had a bin:bin hangover from pre-3.0.obrien1999-10-301-1/+1
| | | | Noticed by: bde
* Fix ``MAKEDEV acd''brian1999-10-151-1/+1
| | | | Spotted by: Mark Knight <mkn@FreeBSD.org.uk>
* Remove references to the od driver. These devices are no attached bygibbs1999-10-121-4/+1
| | | | | | | the da driver and using the same major/minor scheme with the old name only leads to confusion. PR: misc/14279
* Remove ipl hooks (bring on DEVFS! :-)peter1999-10-101-9/+1
|
* Apply a consistent style to most of the etc scripts. Particularly, usesheldonh1999-09-132-47/+104
| | | | | | | | | 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>
* $Id$ -> $FreeBSD$peter1999-08-274-4/+4
|
* Style clean-up:sheldonh1999-08-251-23/+23
| | | | | | | | | | | | | | | | * 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
* Grammar and formatting touch-ups to comments.hoek1999-08-221-12/+12
|
* added usb0 to 'all' target for usbd(8)gehenna1999-08-211-2/+3
|
* Use a colon (:) instead of a period (.) to distinguish the group namesheldonh1999-08-161-13/+13
| | | | | | | from the user name when using chown(8). PR: 13157 Reported by: Patrick Powell <papowell@astart.com>
* Fix typo in previous commit.sheldonh1999-07-091-2/+2
| | | | Reported by: bde
* Add the pps (Pulse per second timing interface) device.sheldonh1999-07-091-1/+7
| | | | | PR: 12568 Submitted by: Craig Leres <leres@ee.lbl.gov>
* Sync with etc.i386/MAKEDEV version 1.199.dfr1999-06-181-59/+206
|
* Sync with rc.i386 - use kldload rather than modload (which never existedpeter1999-04-241-3/+5
| | | | on the Alpha anyway)
* Zap default creation of /dev/lkm - it doesn't point to anything anymorepeter1999-04-241-2/+1
|
* Reviewed by: jkhwes1999-02-091-1/+23
| | | | | Submitted by: wes Added commentary to ttys to clarify the meaning of the columns.
* Bruce gently nudged me into doing this rightmjacob1999-02-051-21/+17
|
* add back ctl for sa and add more unitsmjacob1999-02-041-5/+13
|
* Doh! Change the correct version of disktab and backout the change todfr1998-10-061-1/+6
| | | | the i386 disktab.
* Sync with etc.i386/MAKEDEV version 1.171.dfr1998-09-161-96/+182
|
* Add Id keywordsbrian1998-09-022-0/+3
|
* Change to use FreeBSD device major numbers and tty definitions.dfr1998-08-313-332/+1447
|
* Alpha MAKEDEV as directly imported from NetBSD-current. This willjkh1998-05-201-0/+363
| | | | | | 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
* Add some place-holder files here to keep the distribution targetjkh1998-05-202-0/+219
| | | | | from blowing up. The disktab file isn't necessarily invalid either for a PCI Alpha.
* Add an alpha specific ttysjb1998-05-161-0/+56
OpenPOWER on IntegriCloud