aboutsummaryrefslogtreecommitdiff
path: root/etc/etc.alpha
Commit message (Collapse)AuthorAgeFilesLines
* Send more Alpha bits to the bin.Tom Rhodes2006-08-251-311/+0
| | | | Notes: svn path=/head/; revision=161595
* Add dumb console driver and related bits.Hidetoshi Shimokawa2003-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. Notes: svn path=/head/; revision=121468
* Per previous announcement, remove the old version of the rc system.Doug Barton2003-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. Notes: svn path=/head/; revision=114492
* Make disktab(5) MI (repo-copied from etc.i386/disktab).Ruslan Ermilov2003-04-021-224/+0
| | | | Notes: svn path=/head/; revision=112984
* Mention that terminal type vt220 will work better if one needsGerald Pfeifer2002-04-171-2/+4
| | | | | | | | | | interoperability with other systems like Solaris or GNU/Linux. PR: 33810 Approved by: obrien Notes: svn path=/head/; revision=94929
* s/sysctl -w/sysctl/Ruslan Ermilov2001-12-111-1/+1
| | | | Notes: svn path=/head/; revision=87646
* Add an entry for the Zip 250.Murray Stokely2001-08-311-0/+6
| | | | | | | | PR: i386/29639 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=82703
* Add a comment out console line for AlphaServer 8200 and 8400 ("TurboLaser")David E. O'Brien2001-04-091-0/+2
| | | | Notes: svn path=/head/; revision=75352
* Revert rev 1.7 which used "`console' rather than `ttyv0' so there willDavid E. O'Brien2001-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 Notes: svn path=/head/; revision=74665
* Move the syscons configuration to a machine independent rc.syscons. TheJohn Baldwin2001-01-091-152/+2
| | | | | | | | syscons sh code was identical on both platforms except for whitespace differences. Notes: svn path=/head/; revision=70856
* Don't announce that rc.${MACHINE_ARCH} is doing the syscons configurationJohn Baldwin2001-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 Notes: svn path=/head/; revision=70737
* Apply a more consistent style to the echo statements in /etc/ scripts.Doug Barton2000-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 Notes: svn path=/head/; revision=70108
* The osf1 utility has not been installed since rev 1.5 ofSheldon Hearn2000-11-301-1/+4
| | | | | | | src/sys/modules/osf1/Makefile, so don't use it here! Notes: svn path=/head/; revision=69382
* Add a unaligned_print option (alpha only)Brian Somers2000-10-041-0/+8
| | | | | | | | | | Document osf1_enable Submitted by: Eric D. Futch <efutch@nyct.net> PR: 21649 Notes: svn path=/head/; revision=66634
* * Use `console' rather than `ttyv0' so there will always be a getty onDavid E. O'Brien2000-01-291-3/+7
| | | | | | | | the console reguardless of the type of console. * Make the Alpha version match the i386 version. Notes: svn path=/head/; revision=56776
* Add an enable_osf1 knob to the alpha startup codeAndrew Gallatin1999-12-151-0/+9
| | | | Notes: svn path=/head/; revision=54642
* Use a common MAKEDEV between the Alpha and i386 - the only differencesPeter Wemm1999-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. Notes: svn path=/head/; revision=53327
* Add the entry for usb (as opposed to usb<number>). It's minor is equivalentNick Hibma1999-11-171-1/+5
| | | | | | | to usb255 and will be used for the event queue of the usb daemon. Notes: svn path=/head/; revision=53316
* Fix ownership of /dev/fd/*. We still had a bin:bin hangover from pre-3.0.David E. O'Brien1999-10-301-1/+1
| | | | | | | Noticed by: bde Notes: svn path=/head/; revision=52645
* Fix ``MAKEDEV acd''Brian Somers1999-10-151-1/+1
| | | | | | | Spotted by: Mark Knight <mkn@FreeBSD.org.uk> Notes: svn path=/head/; revision=52259
* Remove references to the od driver. These devices are no attached byJustin T. Gibbs1999-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 Notes: svn path=/head/; revision=52162
* Remove ipl hooks (bring on DEVFS! :-)Peter Wemm1999-10-101-9/+1
| | | | Notes: svn path=/head/; revision=52091
* Apply a consistent style to most of the etc scripts. Particularly, useSheldon Hearn1999-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> Notes: svn path=/head/; revision=51231
* $Id$ -> $FreeBSD$Peter Wemm1999-08-274-4/+4
| | | | Notes: svn path=/head/; revision=50472
* Style clean-up:Sheldon Hearn1999-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 Notes: svn path=/head/; revision=50357
* Grammar and formatting touch-ups to comments.Tim Vanderhoek1999-08-221-12/+12
| | | | Notes: svn path=/head/; revision=50177
* added usb0 to 'all' target for usbd(8)Masahide MAEKAWA1999-08-211-2/+3
| | | | Notes: svn path=/head/; revision=50122
* Use a colon (:) instead of a period (.) to distinguish the group nameSheldon Hearn1999-08-161-13/+13
| | | | | | | | | | from the user name when using chown(8). PR: 13157 Reported by: Patrick Powell <papowell@astart.com> Notes: svn path=/head/; revision=49894
* Fix typo in previous commit.Sheldon Hearn1999-07-091-2/+2
| | | | | | | Reported by: bde Notes: svn path=/head/; revision=48705
* Add the pps (Pulse per second timing interface) device.Sheldon Hearn1999-07-091-1/+7
| | | | | | | | PR: 12568 Submitted by: Craig Leres <leres@ee.lbl.gov> Notes: svn path=/head/; revision=48700
* Sync with etc.i386/MAKEDEV version 1.199.Doug Rabson1999-06-181-59/+206
| | | | Notes: svn path=/head/; revision=47996
* Sync with rc.i386 - use kldload rather than modload (which never existedPeter Wemm1999-04-241-3/+5
| | | | | | | on the Alpha anyway) Notes: svn path=/head/; revision=46029
* Zap default creation of /dev/lkm - it doesn't point to anything anymorePeter Wemm1999-04-241-2/+1
| | | | Notes: svn path=/head/; revision=46028
* Reviewed by: jkhWes Peters1999-02-091-1/+23
| | | | | | | | Submitted by: wes Added commentary to ttys to clarify the meaning of the columns. Notes: svn path=/head/; revision=43817
* Bruce gently nudged me into doing this rightMatt Jacob1999-02-051-21/+17
| | | | Notes: svn path=/head/; revision=43690
* add back ctl for sa and add more unitsMatt Jacob1999-02-041-5/+13
| | | | Notes: svn path=/head/; revision=43619
* Doh! Change the correct version of disktab and backout the change toDoug Rabson1998-10-061-1/+6
| | | | | | | the i386 disktab. Notes: svn path=/head/; revision=40002
* Sync with etc.i386/MAKEDEV version 1.171.Doug Rabson1998-09-161-96/+182
| | | | Notes: svn path=/head/; revision=39349
* Add Id keywordsBrian Somers1998-09-022-0/+3
| | | | Notes: svn path=/head/; revision=38738
* Change to use FreeBSD device major numbers and tty definitions.Doug Rabson1998-08-313-326/+1441
| | | | Notes: svn path=/head/; revision=38674
* Alpha MAKEDEV as directly imported from NetBSD-current. This willJordan K. Hubbard1998-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 Notes: svn path=/head/; revision=36240
* Add some place-holder files here to keep the distribution targetJordan K. Hubbard1998-05-202-0/+219
| | | | | | | | from blowing up. The disktab file isn't necessarily invalid either for a PCI Alpha. Notes: svn path=/head/; revision=36239
* Add an alpha specific ttysJohn Birrell1998-05-161-0/+56
Notes: svn path=/head/; revision=36107