aboutsummaryrefslogtreecommitdiff
path: root/etc/etc.ia64
Commit message (Collapse)AuthorAgeFilesLines
* turn off getty(8) on ttyv[0-7]. We don't support syscons on ia64 andMarcel Moolenaar2004-10-171-8/+8
| | | | | | | | | | | | | | | | | | | do not have these device special files. Where this previously failed quietly, it now emits annoying but complete messages at best and incomprehensible prefixes on average. During all of October, this is a string of 16 O's, as in: : Starting inetd. Sun Oct 17 15:09:09 PDT 2004 OOOOOOOOOOOOOOOO FreeBSD/ia64 (itanium.pn.xcllnt.net) (ttyu2) login: Notes: svn path=/head/; revision=136626
* 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
* Replace the ttyd[0-3] entries with ttyu[0-3]. The former are theMarcel Moolenaar2003-09-071-8/+8
| | | | | | | | | device special files created by sio(4). The latter are the device special files created by uart(4). As of this moment sio(4) is not supported on ia64... by me, that is :-) Notes: svn path=/head/; revision=119829
* Per previous announcement, remove the old version of the rc system.Doug Barton2003-05-021-17/+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-218/+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 /etc files for ia64.Doug Rabson2001-10-063-0/+540
Notes: svn path=/head/; revision=84588