History log of /freebsd-10.0-release/etc/etc.pc98/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


220154 30-Mar-2011 ed

Remove the reference to pseudo-terminals from the description.

Pseudo-terminals are no longer listed in this file, since the utmpx
implementation doesn't depend on ttyslot().


203068 27-Jan-2010 ed

Remove pseudo-terminals from ttys(5).

When we had utmp(5), we had to list all the psuedo-terminals in ttys(5)
to make ttyslot(3) function properly. Now that pututxline(3) deals with
slot allocation internally (not based on TTY names), we don't need to
list all the TTYs on the system in ttys(5) to make user accounting work
properly.

This patch removes all the entries from the /etc/ttys files, but also
the pts(4) entries that were appended implicitly, which was added in
r154838.


199252 13-Nov-2009 ed

Use cons25w on pc98.

Discussed with: nyan


199249 13-Nov-2009 ed

Split up etc.i386/ttys into a PC98 version as well.

This means I can now convert syscons on i386 to xterm as well.

Discussed with: nyan


194218 14-Jun-2009 ed

Remove the note about using vt220, which makes no sense at all.

vt220 will not work better. Even though it probably will remove warnings
about unknown terminal types, a cons25 emulator is not compatible with
vt220 at all.


188535 12-Feb-2009 ed

Remove pts(4) entries from /etc/ttys.

Even though I increased the amount of pts(4) entries in /etc/ttys some
time ago, I didn't realize back then those entries shouldn't have been
there in the first place.

I just looked at the getttyent() source code and it turns out when you
call setttyent(), it walks through /dev/pts and looks for the device
with the highest number. After you receive EOF's from getttyent(), it
makes up entries for pts(4) devices.

This means that adding entries for pts(4) is somewhat harmful, because
if you now traverse the list, you get redundant entries, so just remove
them.


182104 24-Aug-2008 ed

Restore 256 pty(4) entries.

As discussed with Robert Watson on the src-committers list, it is safer
to keep at least some pty(4) entries in /etc/ttys, for applications that
roll their own PTY allocation routine and only search for BSD-style
PTY's.

This means we've now just toggled the amount of entries for pts(4) and
pty(4).

Requested by: rwatson


182058 23-Aug-2008 ed

Remove old BSD-style entries from /etc/ttys and increase pts(4) to 512.

Because we now use pts(4)-style PTY's exclusively, there is no use for
these entries in /etc/ttys. Right now the pts(4) entries only go from 0
to 255. Because we're going to touch these files anyway, increase the
number to 511.

Discussed with: philip (ex-mentor)


180487 13-Jul-2008 ed

Make uart(4) the default serial port driver on i386 and amd64.

The uart(4) driver has the advantage of supporting a wider variety of
hardware on a greater amount of platforms. This driver has already been
the standard on platforms such as ia64, powerpc and sparc64.

I've decided not to change anything on pc98. I'd rather let people from
the pc98 team look at this.

Approved by: philip (mentor), marcel


173755 19-Nov-2007 jhb

Bump up the number of ttys supported by pty(4) to 512 by making use of
[pt]ty[lmnoLMNO][0-9a-v].

MFC after: 3 days
Reviewed by: rwatson


173638 15-Nov-2007 rwatson

Add ttys lines for pts/0-pts/255.

MFC after: 3 days


170088 29-May-2007 dougb

Remove more vestiges of /usr/X11R6, but leave mtree for portmgr.


121468 24-Oct-2003 simokawa

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.


114492 02-May-2003 dougb

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.


114115 27-Apr-2003 imp

xten isn't needed after tw is gone.

Approved by: re@ (scottl)


112984 02-Apr-2003 ru

Make disktab(5) MI (repo-copied from etc.i386/disktab).


94929 17-Apr-2002 gerald

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


82703 31-Aug-2001 murray

Add an entry for the Zip 250.

PR: i386/29639
Submitted by: David Yeske <dyeske@yahoo.com>


70856 09-Jan-2001 jhb

Move the syscons configuration to a machine independent rc.syscons. The
syscons sh code was identical on both platforms except for whitespace
differences.


70737 07-Jan-2001 jhb

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


70108 17-Dec-2000 dougb

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


67631 26-Oct-2000 hosokawa

Added "minimum3": spare room for multilingual installer and driver floppy.
The size is 3 x 1.44MB.


64817 18-Aug-2000 sheldonh

Fix bug in rev 1.54; the terminating `;;' for the ibcs2_enable=YES
case got lost.


64809 18-Aug-2000 sheldonh

Don't rely on a shell scripts to do the simple job of loading
kernel modules for ibcs2_enable and svr4_enable.

Don't rely on a shell script to do the neglibly less simple
job of loading a kernel module and running one command for
linux_enable.

These shell scripts are going away.


64684 15-Aug-2000 obrien

Move the running of the Linux and SVR4 compat bits to the arch independent
location.

Sponsored by: LinuxWorld frustration


62075 25-Jun-2000 markm

Clean up all the old setup code for the old /dev/random. This will be
revisited when the new /dev/random is done.


56805 29-Jan-2000 obrien

Revert to rev 1.6 until post 4.0-R. As probably 98% of i386 installs
happen with a keyboard and monitor the console change was not as needed
in the i386 case as the Alpha case. IMO >50% of Alpha installs are using
a serial console, the change matching rev 1.7 should not be backed out.


56776 29-Jan-2000 obrien

* 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.


56534 24-Jan-2000 asmodai

Bah! Give me the pointy hat. Never commit fixes when just awake.
anable -> enable

Spotted by: Alexander Leidinger <Alexander@leidinger.net>


56519 24-Jan-2000 asmodai

Fix my obmission of the keyword enable after apm -e.

Submitted by: Blaz Zupan <blaz@amis.net>


56435 23-Jan-2000 asmodai

Use apm instead of apmconf.
Necessary change to due removal of apmconf which got moved into apm
by green.


54950 21-Dec-1999 sheldonh

Use more thorough redirection to make the impact of allscreens_flags
more comprehensive. Previously, at least colour changes were not
applied to all virtual consoles.

PR: 15066
Reported by: Andy Farkas <andyf@speednet.com.au>
Submitted by: yokota


53327 18-Nov-1999 peter

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.


53316 17-Nov-1999 n_hibma

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.


53058 09-Nov-1999 sos

cleanup the IDE cases a bit, add the ad driver to the all: target.


52767 01-Nov-1999 nik

Document the ch* devices.

PR: docs/14401
Submitted by: Crist J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com>


52645 30-Oct-1999 obrien

Fix ownership of /dev/fd/*. We still had a bin:bin hangover from pre-3.0.

Noticed by: bde


52259 15-Oct-1999 brian

Fix ``MAKEDEV acd''

Spotted by: Mark Knight <mkn@FreeBSD.org.uk>


52162 12-Oct-1999 gibbs

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


52090 10-Oct-1999 peter

remove ipl hooks


51976 07-Oct-1999 msmith

Add entries for the 'amrd' and 'mlxd' disk nodes used by the AMI MegaRAID
and Myles drivers respectively.


51500 21-Sep-1999 phk

Add support for md driver.

sort some comments


51308 15-Sep-1999 obrien

Be slightly less verbose.


51288 15-Sep-1999 obrien

/Linux emulation/Linux mode binary compatibility/


51233 13-Sep-1999 bde

Fixed some disordering (mainly of case lists for disks).

Fixed bitrot in the `wcd*)' case.


51231 13-Sep-1999 sheldonh

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>


50472 27-Aug-1999 peter

$Id$ -> $FreeBSD$


50357 25-Aug-1999 sheldonh

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


50177 22-Aug-1999 hoek

Grammar and formatting touch-ups to comments.


50122 21-Aug-1999 gehenna

added usb0 to 'all' target for usbd(8)


49894 16-Aug-1999 sheldonh

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>


48785 12-Jul-1999 iwasaki

Refine on explanation for apm stuff.
Make it clear that apmd depends on apmconf -e.

Reviewed by: obrien, my friend :-)


48747 11-Jul-1999 iwasaki

Add apmd_enable and apmd_flags for the boot-time optinos.

Pointed out by: obrien
Forgotten by: iwasaki


48734 10-Jul-1999 iwasaki

Put apmd configuration and rc files in /etc.
Update some files for apmd.


48720 09-Jul-1999 phk

Add a pseudo target called "jail" which DTRT for a jail(2)'ed /dev


48705 09-Jul-1999 sheldonh

Fix typo in previous commit.

Reported by: bde


48700 09-Jul-1999 sheldonh

Add the pps (Pulse per second timing interface) device.

PR: 12568
Submitted by: Craig Leres <leres@ee.lbl.gov>


48661 07-Jul-1999 bde

Removed bogus quotes in descriptions of disk devices. Only "Winchester"
disk devices are so-called.


48583 05-Jul-1999 msmith

Add support for the 'ida' driver.


48576 05-Jul-1999 jkh

Bump the number of vtys created to compensate for new demands created
by /etc/ttys.

Forgotten by: des


48558 04-Jul-1999 des

Feed the vty monster.


47724 04-Jun-1999 billf

Blindly commit an entry for a 'Castlewood ORB2-E', which is a 2.2gig
removable disk.

Submitted by: Troy Settle <st@i-Plus.net>


47604 29-May-1999 phk

Fix my DOC2k CHRDEV goof


47467 24-May-1999 hm

Fix i4bteld entry, the section of the sh case for "i4teld*)" should be
BEFORE the case for "i4tel*)". (match the longest prefix first!)
Recognized by: Harry Starr


47338 20-May-1999 hm

upgrade isdn4bsd from version 0.71 to the just released version 0.81


46423 04-May-1999 hosokawa

added card1 and card2 to 'all' target.
(for machines with more than two PC-card slots)


46028 24-Apr-1999 peter

Zap default creation of /dev/lkm - it doesn't point to anything anymore


45491 08-Apr-1999 msmith

Make the USB devices by default, comment them.


44801 16-Mar-1999 sos

Rewert the atapi CDROM driver's name to wcd.
This is to avoid confusion with the new system.
Also provide real entires in MAKEDEV for the new system.


44497 05-Mar-1999 gibbs

Add targ.ctl, a device node for allocating and configuring instances
of the "targ" processor target target mode emulator.


44426 02-Mar-1999 roger

Put back the bktr update to generate /dev/vbi
which I managed to delete yesterday.


44373 01-Mar-1999 roger

Updated the bktr entry to generate bktr*, tuner* and now vbi*
/dev/vbi will allow vbi capture from the bt848 card for software
teletext decoding.


44298 26-Feb-1999 roger

Updated the bktr entry to add vbi*
bktr now makes bktr, tuner and vbi


44127 18-Feb-1999 n_hibma

Change to a proper numbering scheme for the ugen device. It requires
a unit and endpoint number. This is combined into a minor number.
The naming of the devices in /dev is now /dev/ugen<unit>.<endpoint>


44005 14-Feb-1999 jkh

DTRT for acd/wcd backwards compatibility


43818 09-Feb-1999 wes

Reviewed by: jkh
Submitted by: wes
Added commentary to ttys to clarify the meaning of the columns.
Added commentary to ttys to clarify the meaning of the columns.


43690 05-Feb-1999 mjacob

Bruce gently nudged me into doing this right


43619 04-Feb-1999 mjacob

add back ctl for sa and add more units


43418 30-Jan-1999 newton

Added a knob for svr4 to rc.conf (and associated support in rc.i386)

Suggested by: jkh


43399 29-Jan-1999 yokota

Unload the splash decoder module when a screen saver module is loaded.
Strictly speaking, it is not necessary; the screen saver will load
even if the splash module is still in memory. But still, it is the right
thing to do, otherwise the splash decoder module just wasts the kernel space.

Discussed with: des


43161 24-Jan-1999 markm

Replace a bunch of "ln foo bar"'s with "ln -f foo bar".
This means that if(when) you go "sh MAKEDEV all" in /dev
the devices get remade; you don't get errors.
A lot of the changes are for info only; they are commented out.

Not exactly shot to pieces by: bde


42553 12-Jan-1999 n_hibma

Take cdev major # 114 for ugen


42544 12-Jan-1999 jkh

add minimum2 entry


42501 11-Jan-1999 n_hibma

Added file handling to ulpt (USB printer) driver


42401 08-Jan-1999 hm

add generation of ISDN (i4b) devicefiles


42349 06-Jan-1999 yokota

Added kbd*.


42266 03-Jan-1999 n_hibma

Corrected the major number for usb and added ums as major 111


41117 12-Nov-1998 nsouch

Arrg, ppi*) corrected


41116 12-Nov-1998 nsouch

Add ppi*) iic*) and smb*)


41078 11-Nov-1998 peter

kldload the screen savers


40806 01-Nov-1998 wosch

Write temp files with a uniq name into /var/run
instead the public writable directory /tmp
PR: conf/8330


40776 31-Oct-1998 obrien

Backout rev 1.175.


40752 30-Oct-1998 obrien

``MAKEDEV ccd3'' is now consistant with many of the other devices in that
*ccd{0,1,2}* will be created.


40737 29-Oct-1998 obrien

``MAKEDEV bpf3'' is now consistant with many of the other devices in that
bpf{0,1,2} will be created.


40002 06-Oct-1998 dfr

Doh! Change the correct version of disktab and backout the change to
the i386 disktab.


40001 06-Oct-1998 dfr

Add a 2880k disk prototype for building MFS install images.


39907 02-Oct-1998 obrien

Re-enable creating sd*s* devices.
Add note, that one should use da*s* however.


39316 16-Sep-1998 ken

Change the permissions for the transport layer (xpt) and passthrough (pass)
devices from 644 to 600.

Reviewed by: imp, gibbs


39249 15-Sep-1998 gibbs

Update for CAM.


39054 10-Sep-1998 phk

make the fla stuff actually work.


39026 09-Sep-1998 sos

Add the wst device (ATAPI tape)
Allow 8 wcd devices instead of 4.


38738 02-Sep-1998 brian

Add Id keywords


38310 14-Aug-1998 phk

A long time ago, in a galaxy far, far away, someone made the (bonehead)
decision to limit the sound driver to one device. With Luigi's pcm
driver, the unit number for the PnP detected cards is nearly always 1,
and so you can't create the symlinks that will make your sound work.

PR: 7564
Submitted by: Doug White <dwhite@resnet.uoregon.edu>


38222 10-Aug-1998 phk

Add devices for M-systems DiskOnChip


38109 04-Aug-1998 brian

dgm uses devices cuaM* and ttyM*
Submitted by: "IBS / Andre Oppermann" <andre@pipeline.ch>


37813 22-Jul-1998 phk

modstat | grep _saver is used to determine if a screensaver is loaded
already. The modstat output goes to the screen.
PR: 7351
Reviewed by: phk
Submitted by: Jos Backus <Jos.backus@nl.origin-it.com>


37358 03-Jul-1998 des

Not so fast, that was one '0+' too many.

PR: 7124


37335 02-Jul-1998 des

Make sure the node count is an integer when mknod'ing pty, tty and vty.

PR: misc/7124


36108 16-May-1998 jb

Moved from directory above. It is i386 specific.


35005 02-Apr-1998 ache

Cosmetique changes in vidcontrol all screens knob


35004 02-Apr-1998 ache

Implement vidcontrol knob which allows to set passed flags/modes
for all virtual screens (via for loop)


34907 27-Mar-1998 peter

Hmm, silly me. I should have read what everything else was doing.
The initial/lock devices for cua are owned by uucp.dialer as well.

Also, remove redundant chmod on si_control


34906 27-Mar-1998 peter

Fix permissions on initial/lock specialix cua device nodes.

PR: 6137


34780 22-Mar-1998 peter

I misunderstood Bruce's hint. The chown/chmod are unneeded.

Submitted by: bde


34779 22-Mar-1998 peter

Fix alphabetical ordering and and excessive cut/pasting.

Submitted by: bde


34755 21-Mar-1998 peter

/dev nodes for ipfilter


34510 12-Mar-1998 bde

Improved comments and order for the `all' case:
- fixed comment about vn0.
- improved other comments.
- sorted lists alphabetically within lines.
- split up and sorted lines more logically.


34151 07-Mar-1998 jkh

New moused flag.
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>


33960 01-Mar-1998 steve

Create the cuaiA* and cualA* devices.

PR: 5872
Submitted by: Adam Baran <badam@mw.mil.pl>


33639 20-Feb-1998 ahasty

Reserve Major device 92 for the bktr (Bt848 video capture driver)


33573 18-Feb-1998 msmith

Remove qcam entries
Submitted by: pst


33480 17-Feb-1998 jkh

New rocketport device entries, merged again (gack).


33334 13-Feb-1998 pst

Change wfd major block device to 1 as part of the effort to make wfd's
bootable.


33182 09-Feb-1998 cwt

Adjustments for ccd devices:

1) Resulting special files now in group operator. (Reviewed by bde)
2) Use $disk_umask when creating ccd device specials. (Suggested by
bde)
3) No longer create rccd{n}.ctl; ccd's are not necessarily scsi.
(Suggested by bde)
4) No need to split short lines. (Suggested by bde)


32707 22-Jan-1998 jkh

Add wfd to all target, reorder devs to put like with like since we lost
all pretense of an alphabetical ordering some time back.


32578 16-Jan-1998 pst

Bring in IDE ATAPI floppy support.
This is Junichi's v1.0 driver.

NOTE: Major device numbers have been changed to avoid conflict with other
FreeBSD 3.0 devices. The new numbers should be considered "official."
This driver is still considered "beta" quality, although we have been
playing with it. Please submit bugs to junichi and myself.

Submitted by: junichi@astec.co.jp


32372 09-Jan-1998 steve

Fix generation of Comtrol RocketPort devices.

PR: 5468
Submitted by: Steve Gericke <steveg@comtrol.com>


32209 03-Jan-1998 jkh

strengthen mknod().
Submitted by: bde


32197 02-Jan-1998 jkh

Fix jkh typo in VTY rule.

PR: 5411
Submitted by: Brian Tao <taob@netcom.ca>


32082 29-Dec-1997 jkh

Normalize default owner/group handling, fix bogons in a couple of
printf arg lists.


32070 29-Dec-1997 jkh

Yet another slight bogon that I just noticed needed cleaning up. The for
loop was sloppily written, taking advantage of a default for argument
handling which few are probably aware of rather than stating its purpose
more explicitly. Can't also help but notice that the fd* entry also contains
far more comment lines than actual statements - can we please clean that
up? The wt* entry could use a bit of the same.


32068 29-Dec-1997 jkh

Whoops - one small tweak: I eliminated the deprecated isdn case,
so also remove mention of it in the comments.


32067 29-Dec-1997 jkh

Remove all explicit rm's (with and without wildcards) and replace them
with a function which does the rm/mknod in one step, eliminating the
gratuitous device node removal behavior of before.

Reviewed by: bde


31856 19-Dec-1997 brian

The ``super scsi'' device is /dev/scc.
I'm not sure it's fully functional though !


29382 14-Sep-1997 jkh

DTRT with ${viddev} in the same way as the other vidcontrol entries.
Reminded by: bde


29338 13-Sep-1997 jkh

MF22: If moused started, also enable it for console vty.
PR: 4525


28866 28-Aug-1997 jkh

Add entries for Comtrol Rocketport driver.
Submitted by: Amir Farah <amir@comtrol.com>


27243 06-Jul-1997 peter

fix rndcontrol invocation.. rndcontrol has the irq after a -s switch, not
just the next argument. We really need to be able to tag drivers with
their randomness "suitability" so that this can be more automatic. It
would be nice if all suitable drivers registered their irq automatically,
but still allowed them to be turned on/off etc.


26368 02-Jun-1997 markm

Correct the way IRQs are passed to rndcontrol. If there are more than
one IRQ being used, the -s options must be specified for each of them.
In this case rc.conf would only allow 1, as the -s was coded into
rc.i386.


26189 27-May-1997 jkh

YAMF22


25916 19-May-1997 jkh

Neaten up some things which were inconsistent, add a few more flags
to things which need them, general cleanup.
Submitted by: Brian Somers <brian@awfulhak.org>


25693 11-May-1997 jmg

add a bktrX target (for Bt848 based cards)


25412 03-May-1997 jkh

Update the etc world from RELENG_2_2 which is now more up-to-date
(gotta get myself -current again, this is a drag).

Also-fixes-problems-noted-by: Wolfgang Helbig & Joerg Wunsch


25248 28-Apr-1997 jkh

YAMF22


25238 28-Apr-1997 jkh

YAMF22


25184 27-Apr-1997 jkh

Bring in rc file changes from -current.


23596 10-Mar-1997 danny

Update MAKEDEV to handle lots of tun devices, consistent with the tun device
selection code in usr.sbin/ppp/os.c (tun0-tun127, rather than tuna and tunb).
Also, make it make all devices up to and including the requested one.


23403 05-Mar-1997 joerg

Now that we can read from a worm device, handle their permissions as
we do for other disk devices, too.


23345 03-Mar-1997 bde

Merged Cortex frame grabber entry from 2.2.


23037 23-Feb-1997 peter

Revert $FreeBSD$ to $Id$


22528 10-Feb-1997 julian

add a disktab entry for those people who need abit of help
with ZIP drives..

use with:
disklabel -r -w -B sdx zip100

Submitted by: dave blizzard <dblizzar@sprynet.com>


22517 09-Feb-1997 jkh

1.2 -> 1.44MB floppies.


22356 06-Feb-1997 joerg

Add worm(4)'s bdev entry.


22027 27-Jan-1997 bde

Use shifts instead of multiplications and `|' instead of `+' to simplify
dkminor(). Use $((1 << 29)) instead of a mysterious decimal number for
$scisctl. Use dkminor() instead of repeating part of it for special cases.
Shortened some long lines.


21984 24-Jan-1997 dg

Change to use some unused bits in the 'type' field to extend the unit field
to 9 bits (512 units) for disk devices.


21972 24-Jan-1997 jkh

As /etc/sysconfig and /etc/rc.i386 is now, you can't modify the syscons
bell type on boot. Slightly annoying when your system doesn't have a speaker.
This adds a `keybell' frob for setting it. Closes PR#2519

Submitted-By: Jonathan Mini <mini@hydrogen.nike.efn.org>


21822 17-Jan-1997 joerg

by popular request I submit the following disktab entry for inclusion in
/etc/disktab

Submitted by: lada@ws2301.gud.siemens.co.at (Hr.Ladavac)


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


21660 13-Jan-1997 nate

Added apm and card[01] devices to all target.

Suggested by: bde


21109 30-Dec-1996 joerg

While being here, also create all the gsc device nodes as described in
the gsc(4) man page, and allow for more than one unit number.


20390 13-Dec-1996 jkh

Close PR#2198:

I've added an installation from optical disk drive facility.
This enables FreeBSD to be installed from an optical disk, which
may be formatted in "super floppy" style or sliced into MSDOS-FS
and UFS partitions.

Note: ncr.c should be reviewed by Stefan Esser <se@freebsd.org>
and cd.c by Joerg Wunsch <joerg@freebsd.org> before bringing this
into 2.2.

Submitted-By: Shunsuke Akiyama <akiyama@kme.mei.co.jp>


19747 14-Nov-1996 andreas

Added $PATH to the end of PATH. Otherwise the command 'expr' can't be
found by the shell when running MAKEDEV from the fixit floppy environment.


19558 09-Nov-1996 jkh

Add an entry for minimum - that's a lot easier.


19313 01-Nov-1996 bde

Fixed cualc and cualD minor numbers which I broke in the previous commit.


19177 25-Oct-1996 bde

Restored order of cuac above ttyc.

Fixed some style bugs for cua* and tty*.

Removed superfluous chmod for consolectl.

FIxed a tiny security bug for perfmon and changed the style for
perfmon to match the style of the non-std devices.


19105 22-Oct-1996 se

Add character device (78,0): pci

Submitted by: wollman


18902 13-Oct-1996 dg

Changed ttyc? and cuac? specifications to support multiple controllers.
A "MAKEDEV ttyc0" now creates 32 units for controller 0, ttyc1 for
controller 1, etc..


18192 09-Sep-1996 ache

Remove sleep before moused, problem fixed with new consolectl device


18190 09-Sep-1996 sos

Fix for the problem that moused hangs if it is started from /etc/rc
Introduces the /dev/consolectl device for controlling various
console related things (given syscons is used).


18181 09-Sep-1996 ache

Use the same perm/owner for sysmouse as for others mouse devices


18180 08-Sep-1996 ache

Make sysmouse device for syscons


18111 07-Sep-1996 ache

Make moused actually work:
add sleep 20 before moused starts.
It allows all getties to activate screens.


16921 02-Jul-1996 wosch

update comment for tun*
add comment for snp*


16645 23-Jun-1996 ache

Add moused hooks (OFF by default)


16170 07-Jun-1996 ache

IDE cd fixes:
wcd?a is missing
wrong partition number was used for wcd?c


15569 03-May-1996 asami

Bring in ccd support.

Entry to create ccd devices.


15532 02-May-1996 jkh

Add wcd0 to `all' target. The fate of the IDE CDROM support in 2.2
is becoming clearer.. :-)


14827 26-Mar-1996 wollman

Provide for creation of /dev/perfmon.


14688 19-Mar-1996 jkh

Fix Nate's spamming of this file - every backquote needs a matching one.. :-)


14673 18-Mar-1996 nate

Added some comments regarding the apm device, and added support to
create the PC-CARD devices.

Note: The APM character special device is named /dev/apm and not apm0 as
was prvioiusly since only one APM device can exist in a system at a time
according to the the APM specifications.


13855 02-Feb-1996 pst

Add support for Connectix QuickCam(tm)


13798 31-Jan-1996 mpp

Another round of spelling fixes.


13667 28-Jan-1996 bde

Use umask disk_umask=037 for all (writable) disks. Use umask
tape_umask=017 for all tapes. This has a significant effect only
for ft and st (they were created with the wrong umask 002 and then
chmod'ed to mode 640; now they are created with mode 660).

Chmod the st control devices (mode 3) to 600. These need to be
more secure than the st i/o devices, but were less secure.

Use the default umask of 077 for joy0. 002 gave mode 664, which
is insecure.

Use umask 037 for ch*. Cosmetic.

Removed redundant chmod's.

Sorted case lists for disks.


13439 15-Jan-1996 jkh

Add an entry for MTA-3230 3.5" magneto-optical drives.
Submitted by: jbryant@argus.flash.net


13129 31-Dec-1995 joerg

Restrict /dev/io perms to 0600.


13123 30-Dec-1995 peter

This commit was generated by cvs2svn to compensate for changes in r13122,
which included commits to RCS files with non-trunk default branches.


13122 30-Dec-1995 peter

recording cvs-1.6 file death


12599 03-Dec-1995 markm

Move the creation of the *random devices to the same "target" as the
rest of the memory group - std. Also correct the permissions so as not
to force a security hole. If /dev/*random have the permission 640 and
ownership bin.kmem, it forces applications that need random numbers
to be at least SGID. Picture the scene of a SGID PGP being able to
read /dev/kmem!


12537 29-Nov-1995 wollman

Uniformize startup display to follow style of all the others. This means
in particular getting rid of most of the goop that causes syscons options
to be spread out over four separate lines.


12275 14-Nov-1995 markm

Fix stupid typo.
Pointed out by: Mark Valentine


12270 13-Nov-1995 markm

OOps, nearly missed this bit. Add the call to rndcontrol to set the
chosen interrupts for the entropy gathering in /dev/random.


11922 29-Oct-1995 bde

Add random and urandom.


11860 28-Oct-1995 peter

Part 2 of the linux LKM hook, and use the new screen saver entry
points in the modload, as enforced by the recent symorder and
bsd.kmod.mk changes..


11545 17-Oct-1995 bde

Update Digiboard entries.

Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su>


11137 02-Oct-1995 joerg

Make the options for newfs'ing floppies more specific; the prvious
example without optios would create floppies that waste half of their
space in i-node areas. :) (Comment only)

Add a sample entry for a Sony 650 MB MOD.


10966 22-Sep-1995 peter

Update the /dev naming for the Specialix driver.. I've changed it to do
the same sort of thing as the Digiboard driver (ttyD*), as creating 96
/dev entries one by one was very painful.


10830 16-Sep-1995 ats

Add a description for the wcd* devices to the Disks section.


10547 03-Sep-1995 jkh

Add entries for Digiboard serial card and document Specialix driver
entries while I'm at it.
Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su> + mods by jkh


10108 19-Aug-1995 joerg

Install the hooks for the Japanese `od' driver (aka. MOD).

Submitted by: akiyama@kme.mei.co.jp (Shunsuke Akiyama)


10098 18-Aug-1995 jkh

Device entry for IDE CDROM driver.
Submitted by: Serge Vakulenko <vak@cronyx.ru>


10051 13-Aug-1995 peter

Add simple hooks to create /dev entries for the Specialix driver
Reviewed by:
Submitted by:
Obtained from:


9841 01-Aug-1995 jkh

Add device support for the Matrox Meteor.
Submitted by: james


9792 30-Jul-1995 jkh

Fix the mknod for spigot.


9756 29-Jul-1995 bde

Remove /dev/ from socksys link again.

Move `Individual slices' case earlier so that it can be used to handle
sliced floppies.

Remove superfluous `chmod 600's.

Fix formatting of device list.

Don't group setting of umasks with setting of units.

Remove superfluous trailing semicolons.


9753 29-Jul-1995 jkh

New sound device names.
Reviewed by: hasty & lowe
Submitted by: pst


9613 21-Jul-1995 jkh

Part of Vincenzo Capuano's changes to xntpd to support the
Boeder DCF77 Receiver.
Submitted by: Vincenzo Capuano <VCAPUANO@VMPROFS.ESOC.ESA.DE>


9566 17-Jul-1995 rgrimes

FreeBSD/386 -> FreeBSD/i386

Submitted by: Thomas Graichen <graichen@sirius.physik.fu-berlin.de>


8767 26-May-1995 rgrimes

Reviewed by: sos
Submitted by: bde

rc.i386 failed messily when I used a serial console.

Editors note:
Use file redirection so that all the kbdcontrol and vidcontrol
commands act upon /dev/ttyv0 instead of stdin. Though this feature
is not documented it is the intended behavior of {vid,kbd}control
and shall be documented in the future as such.


8593 18-May-1995 jkh

Add tun0 to the all rule.


8531 15-May-1995 rgrimes

Remove all /dev/'s from device names, they should all be relative
to /dev. Putting absolute paths in here breaks the make release
process, and screws up testing of this script in other directories.

Submitted by: bde


8528 15-May-1995 gpalmer

Clean up the matcd entry so it deletes the *matcdl* entries before trying
to create new ones.

Reviewed by: davidg, rgrimes


8459 11-May-1995 jkh

The lites web page has moved.
Submitted by: rich


8334 07-May-1995 ache

Change 'rc' entries from 'r' to 'm', conflict with ptys


8244 03-May-1995 dufault

Make scsi control devices such as "/dev/rsd0.ctl".


8204 01-May-1995 dufault

Use the correct offset for LabPC digital devices.


8181 30-Apr-1995 jkh

As a public service (and because I'd like to see more LITES people chose
FreeBSD), add mach-4 target to MAKEDEV; it creates various compatability
devices for Mach4.
Submitted by: (Submitter name unknown) <root@ns2.redline.ru>


8121 28-Apr-1995 bde

Remove chmod of pcaudio* to 666. Not everyone should be allowed to
play the speaker and consume 10-100% of the available cycles.

Remove chmods of sound devices to 666. Use chmod to give the same security
holes.


8120 28-Apr-1995 bde

Add cyclades serial devices cuac*, cuaic*, cualc*, ttyc*, ttyic* and ttylc*.


8114 28-Apr-1995 dufault

Add National Instruments "LabPC" driver


8076 26-Apr-1995 bde

Reviewed by: Gene Stark (starkhome!gene@sbstark.cs.sunysb.edu)

Change ownership of tw* from bin.bin to root.operator. Hardware devices
shouldn't be accessible to bin.


8018 23-Apr-1995 ache

Add 'rc' devices.


7812 13-Apr-1995 rgrimes

A better solution for the noisy ibcs2 startup, just echo a space and then
call ibcs2.
Submitted by: jkh, slight modification by me.


7789 13-Apr-1995 jkh

I missed some of Frank Durda's changes for MAKEDEV. Fixed.
Submitted by: Frank Durda IV <bsdmail@nemesis.lonestar.org>


7729 10-Apr-1995 rgrimes

Add missing "echo '.'" to end of file so that the next file called
starts on a new line.


7708 09-Apr-1995 rgrimes

This is a purely cosmetic clean up. Fix many cut and paste problems that
had turned tabs into spaces.


7639 06-Apr-1995 jkh

Don't spit out a gratuitous ibcs2 startup message.


7621 04-Apr-1995 ache

Set desired cursor type for syscons


7554 01-Apr-1995 ache

Add missing ';'


7491 30-Mar-1995 ache

Restore my function key configuration stuff which Rod promise to
restore but really didn't do it.
Restore message from old rc about configuring syscons whith
echo added before it to go to new line after "echo -n xtend" f.e.
and similar stuff.


7487 30-Mar-1995 rgrimes

This is the rc work as provided by pts, I will me makeing some additional
changes to it based upon other outstanding bug reports and commits made
after his work.

Comments:

(a) sysconfig is still used to do all configuration. I was not going to
change that out from under you.... a user never need edit netstart
or rc* unless they're being very weird.

(b) rc.maint has been folded back into rc. It is just unworkable as
a separate chunk because of ordering bogosities

(c) netstart does what it says... it starts up enough of the network to
get up, it doesn't start every bloody daemon that might talk to a
socket... netstart ifconfig's the devices and sets up routing if
configured to do so.

(d) nfs disks are mounted immediately after netstart completes

(e) syslog is started as early as possible (right after nfs) so that error
messages can get logged to remote syslog servers properly

(f) named is started (there is an argument that says that named should be
started before syslogd because if you are the dns server for your domain,
you'd like named to resolve remote hosts in syslog.conf, but this is
a minority case and the trivial workarround is to put the syslog host
in /etc/hosts or use an /etc/resolv.conf -- why? because you want syslog
to catch named errors, which is a MUCH more important and likely occurance)

(g) NOW all of the rest of the network daemons such as the time stuff, RPC,
NIS, NFS, Kerberos and inetd are started

(h) the rest of the generic stuff is done (cron/printer/sendmail)

(i) shared libraries are set

(j) /etc/rc.i386 is run (this does FreeBSD/386 specific stuff like ibcs2,
xtend, and all of the syscons stuff
(this is actually started as /etc/rc.`uname -m`

(k) the syscons stuff has gotten a serious cleaning to make it consistent
with rc conventions

(l) rc.local has had the comments about syscons removed (they are not relevant
to this file now) and the full name of the kernel has been restored to
/etc/motd

Submitted by: pts


7212 21-Mar-1995 jkh

Fix apm and gsc rules to allow `<blah>0' or just `<blah>' to be shorthand.
[Actually, it's `<blah>*' but I'm not telling anyone]


7047 13-Mar-1995 ache

Make /dev/pss instead of /dev/sndproc (unused)


7038 12-Mar-1995 bde

Clean up white space.


7000 11-Mar-1995 dufault

Noticed by: Nate
Fixed the MAKEDEV pattern for SCSI processor type driver so it doesn't
screw up ptys. Does anyone want to suggest a better name than "pt0" for
SCSI processor devices before 2.1?


6893 04-Mar-1995 dufault

Add processor and worm drivers


6882 04-Mar-1995 bde

For sd, vn and wd:

Support sliced devices better. E.g.:
`sh MAKEDEV sd0' creates [r]sd0 and [r]sd0s[1-4] as well as [r]sd0[a-h]
(the extra devices created by default won't hurt apart from wasting inodes).
`sh MAKEDEV sd0s1[a-h]' creates [r]sd0s1[a-h] (any partition creates all).
`sh MAKEDEV sd0s5' creates [r]sd0s5.

Support unit numbers 0-31 (was 0-6).

For wd:

Remove support for creating DOSpartitions wd*[i-m]. These will get removed
if you run MAKEDEV on `all' or on wd*.


6821 02-Mar-1995 jkh

Add Matsushita CDROM device entries.
Submitted by: Frank Durda IV <bsdmail@nemesis.lonestar.org>


6770 27-Feb-1995 ache

Cleanup device names, add more devices for Linux sounddriver


6691 24-Feb-1995 joerg

Allow tty0? to be an alias for tty? when creating the dev nodes.
People tend to be confused unnecessarily otherwise.


6646 22-Feb-1995 jmz

Change permissions and ownership of joystick device files.


6518 17-Feb-1995 bde

Fix some bogus and missing chowns:

444 -> root.wheel
root -> root.wheel
uucp -> uucp.wheel (perhaps this should be .dialer, but .wheel is safer)
missing -> root.wheel

chown to root is usually bogus because mknod had to be run by root to
create the inode. Setting the group explictly is currently necessary
because MAKEDEV does nothing to ensure that its working directory has
a suitable group.

Driver authors! Please fix any bogons in MAKEDEV that involve your
drivers. The sound devices are still world writable...


6508 16-Feb-1995 bde

Adjust for rearranged slice numbers. Only create partitions on slice 0
for now (there are too many minors to create by default). The special
sliced disk case ssd*|svn*|swd*) can almost replace the standard disk
case sd*|vn*|wd*) now (it just creates a few more devices), but there
will have to be special cases to allow creating slices 6-31 and partitions
on slices 2-31.

Fix bogus default cases.


6402 14-Feb-1995 jkh

Add device entries for ISDN driver.


6385 14-Feb-1995 ugen

Added /dev/snp? entry..


6304 10-Feb-1995 bde

Add chowns for pty's, ttyv's and ttyd's. Correct the chown for lptctl's.
The group was wrong if MAKEDEV was run in a directory with group other
than wheel. This may have messed up the group in recent SNAPs
(sysinstall/obj should have group bin).

Reset the umask to 77 after running MAKEDEV.local. Some cases depend on
the 77 default. MAKEDEV.local and all cases should probably set the
umask explictly and not depend on a default. Most cases already set it.


6263 09-Feb-1995 jkh

Device entries for >32 PTYs.
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>


6231 07-Feb-1995 jkh

Video Spigot entries.
Submitted by: Jim Lowe <james@blatz.cs.uwm.edu>


6106 01-Feb-1995 jkh

Add tun to list of devices.
Submitted by: mr


5907 25-Jan-1995 jmz

Add joystick


5428 07-Jan-1995 jkh

Gunther Schadow <gusw@fub46.zedat.fu-berlin.de>'s
driver for the Genius GS-4500 hand scanner.
Submitted by: gusw@fub46.zedat.fu-berlin.de


5227 25-Dec-1994 ats

Add entries for the sony and panasonic drives. The not SCSI and not EIDE
drives :-).


5123 16-Dec-1994 bde

Add support for sliced disk devices ssd*, svn*, swd*. The `s' at the start
of these names is so that they can be distinguished in MAKEDEV until the
non-sliced devices go away.


5011 08-Dec-1994 ache

Fix wrong regexps


5010 06-Dec-1994 ache

Fix wrong unit=expr for tty? cua?


5005 06-Dec-1994 bde

Name the serial ports tty* and cua* in comments. ttyd* and cuaa* don't
match all the port names.

Start using shell functions to avoid duplication.

Make tty* independent of cua*. Restore support for old names (tty0 ==
ttyd0, cua0 = cuaa0...).

Restore making of lpt1 and lpt2 by default.

Keep umask 077 for making vty*. World-ioctable vtys are huge security holes
because of bugs in syscons.

Make vga if a vty is made. It may still be required for X. It got nuked
with pc*.

Start using umask consistently to avoid using chmod.


4981 04-Dec-1994 ache

Remove yet one pccons-related comment


4980 04-Dec-1994 ache

New serial naming convention, remove tty0?, change cua0? --> cuaa?
Remove pccons stuff, we don't have it.


4967 04-Dec-1994 phk

Added vn*, doing the same thing as sd* and wd*. (Disklabel support will
be added to the vn driver).


4932 03-Dec-1994 jkh

Add back the Croynx stuff I nuked accidently. I'm not touching this
file anymore after this. My link makes it too painful to make
interactive mods, and I don't have the CVS tree here so making changes
for "previous history" have to get done on freefall, with the corresponding
degree of pain.


4928 03-Dec-1994 jkh

Back out previous commit until we work this out. Sigh.


4915 03-Dec-1994 wollman

Add cronyx driver entries.


4902 02-Dec-1994 jkh

|From: Keith Walker <kew@timesink.spk.wa.us>
|Message-Id: <199412011713.JAA03374@timesink.spk.wa.us>
|To: jkh@whisker.hubbard.ie
|Subject: A little problem with MAKEDEV
|
|For a while now, MAKEDEV's been kinda neat: you create the cua* files,
|and it deletes the tty* files; you create the tty* files and it
|deletes the corresponding cua* files. K00l! :-)

[Ed Note - I think this behavior was wrong, and this fix better].


4391 12-Nov-1994 ache

Wrong raw device was created for cd/mcd: d instead of c


4331 10-Nov-1994 phk

/dev/apm should be /dev/apm0


4078 02-Nov-1994 phk

The last committer didn't know that '*' doesn't start a comment in shell's ????


4037 01-Nov-1994 pst

Add kernel hooks for /dev/vatio -- a minimalistic BSD audio driver emulator
created by Amancio Hasty (specificly, this, in conjunction with his sound
driver mods for dual-mode DMA will allow VAT compiled for BSD/386 1.1 to
run under FreeBSD 2.x.)


3988 29-Oct-1994 phk

fixed a typing error.


3874 26-Oct-1994 phk

Make devices for sd2 and sd3 too. If we have them in Generic, we should
have the devices too.


3654 17-Oct-1994 phk

Various changes to the 1.1.5.1'sh install procedure.


3647 16-Oct-1994 phk

Some changes to the old floppies to handle the new /etc/init's way of doing
things.


3608 15-Oct-1994 phk

disklabel needs the "full-disk" partition


3562 13-Oct-1994 sos

Added socksys device (for iBCS2 emulation)


3261 01-Oct-1994 dg

Added entry for apm device (needed for Advanced Power Management support).


3235 30-Sep-1994 rgrimes

You must rm -f lkm before attempting to create it.


3039 23-Sep-1994 wollman

Make /dev/lkm as a part of `std'. Delete references to ancient `com' driver.


2780 15-Sep-1994 rgrimes

1. Change all references for the kernel from /386bsd to /kernel.

2. Make this say it is 2.0.0 (Development).

3. Update the stty commands to say ^H for erase.

4. Update the disklabel commands to use the new 4.4 syntax.


2549 07-Sep-1994 phk

Added wd2 and wd3 to the standard set. They are in GENERICAH, they can
be installed on, so they should be in /dev as well.

Removed the smoking remains of dcf*. I didn't realize that it had made it
into MAKEDEV. Gone from cdevsw long time ago, gone from /dev now.


2484 03-Sep-1994 csgr

Make it possible to run lptcontrol on a printer port which does not
actually have a printer connected or online:
- MAKEDEV: remove all signs of lpa
add lpctl? devices (minor # = unit + 128)
- usr.sbin/Makefile add lptcontrol
- sys/i386/isa/lpt.c implement the LP_BYPASS flag: when a unit is
opened with this flag set, the printer is
not primed, and no check is made to see that
the printer is online. This can only be used
to pass ioctls. (giving us /dev/lpctl?)
- lptcontrol.c use /dev/lpctl? (LP_BYPASS)
-f flag removed, -u flag added
- lptcontrol.8 document changes in lptcontrol
rewrite using mandoc macros
Submitted by: Geoff.


1783 29-Jun-1994 jkh

Put some of Rod's ugly hacks back - a couple of them prevent Yet Another Reboot
after bin/des distribution is extracted, so I figure it's worth it.


1781 29-Jun-1994 rgrimes

$rotdelay is now initialized to "-d 0 -n 1" and no longer changed based
upon disk type. In far more cases than not this is the optimal setting
for any disk drive made after 1990.

This now means all installs will have the disks newfs'ed with either:
newfs -b 8192 -f 1024 -d 0 -n 1
or
newfs -n 4096 -f 512 -d 0 -n 1
depending on what the user chooses for the blocking factor.


1780 28-Jun-1994 jkh

Clean up the installation docs a bit (geeze Loise were they EVER out of
date!!) and rename them to something more eye-catching so people will read them
again (considering the previous state of affairs, I'm actually rather glad they didn't!).


1779 28-Jun-1994 jkh

Add --unlink flag to all tar commands, but each for different reasons.

1. Add to secr and bindists to possibly save the occasional fool who
doesn't RTFM and uses the wrong command to extract this (or even someone
who's legitimately using this to extract on top of a bindist somewhere
*else*).

2. Do the right thing with any symlinks in the src tree. Right now, we're
free of the buggers, but just in case.


1778 28-Jun-1994 jkh

Remove Rod's hacks - they're no longer necessary with static tar/gzip and
tar --unlink.


1776 28-Jun-1994 jkh

Commit Scott's changes to the bad144 stuff - bad144 takes a list of bad
blocks as *multiple* arguments, not one argument (as was incorrectly being
passed).


1761 20-Jun-1994 jkh

Commit a small change to allow FreeBSD to install on a different drive.
The kernel configs already support this, so with a boot floppy or a utility
like booteasy, the user should be able to install and boot off the second drive.
Hurrah.


1757 17-Jun-1994 jkh

Fixes from Bruce Evans:

o insecure and inconsistent permissions for tape devices.
o didn't make the DOSpartition wd devices.


1736 15-Jun-1994 jkh

Add a beep to the load_fd stuff for each floppy insert request so
that you can read a book and load the floppy distribution at the same
time.. :-)


1735 15-Jun-1994 jkh

Remove the --exclude libc.so.1.1 line; with a static gzip and tar we
no longer need it, and it's just one more thing we would have to remember
to change with every shared lib version bump.


1732 15-Jun-1994 jkh

Commit Rod's magic EXTRACT scripts to the tree so that we can work on
them. These were al hand-copied over before.


1730 15-Jun-1994 jkh

1. Bump minimum root size to 8MB (we need that much now).
2. Bump version number to 1.1.5 for impending release.


1711 12-Jun-1994 csgr

Modify messages about the resolver manual page as per Rod's suggestions.
The configure function now tells the user to type "man 5 resolver"
for more info on resolv.conf, but mentions that the bindist must
be fully installed before this can be done (actually a user won't
have reached this stage if he doesn't have an installed bindist ;-)


1706 11-Jun-1994 csgr

Allow configuration of resolv.conf though "configure". The
configuration which is done is minimal, and the script refers the user
to the resolver(5) manual page for information on fine-tuning name
resolution.


1694 08-Jun-1994 csgr

Change reference to libc.so.1.0 to libc.so.1.1.
(Pointed out by Volker Paepcke)


1680 04-Jun-1994 jkh

I just realized that the vtty's won't kick in until the user loads the bindist
and reboots multiuser. Ammend the text slightly to avoid confusion.


1679 04-Jun-1994 jkh

1. Bumped version number to 1.1.5 in preparation for impending release.
2. Added notes that tell the user a little bit about how to use syscons
since they'll be running it from the outset now and would probably like
to know how to switch terminals.


1631 30-May-1994 ache

From Ache:
Add proper devices for new sio initial/locking mechanism


1531 21-May-1994 rgrimes

Fix all the sound devices to NOT have the absolute path /dev, the makes for
missing device files in releases!!


1513 19-May-1994 jkh

Add 4 VTY's back to the list of things to create by default (the codrv
comments were obsolete), also create a PS/2 mouse entry.


1499 15-May-1994 rgrimes

Fisx spelling error from John Lind


1498 15-May-1994 rgrimes

>From 1.1 branhc:
----------------------------
revision 1.13.2.1
date: 1994/05/05 03:58:27; author: rgrimes; state: Exp; lines: +15 -25
Upgrade some things that are now different in 1.1.
----------------------------


1478 10-May-1994 ache

Make dialout devices owned by uucp.dialer with 660 mode


1449 03-May-1994 rgrimes

Use the hostname.interface file just like the 3 floppy install.


1420 26-Apr-1994 jkh

Configure: If netmask wasn't entered at all, it caused the ifconfig line to
have a bogus trailing `netmask' with no argument. Fixed.

Rod: Please take this into 1.1 Release.


1385 21-Apr-1994 sos

device support for pcaudio added


1373 18-Apr-1994 rgrimes

>From BETA_1_1 branch:
----------------------------
revision 1.1.2.1
date: 1994/04/10 20:20:26; author: rgrimes; state: Exp; lines: +11 -5
Use /dev/fd0 instead of /dev/fd0a. Add mounting of mcd1 if mcd0
fails when searching for a cdrom drive.


1372 18-Apr-1994 rgrimes

>From BETA_1_1 branch
----------------------------
revision 1.1.2.1
date: 1994/04/10 20:20:25; author: rgrimes; state: Exp; lines: +3 -3
Use /dev/fd0 instead of /dev/fd0a. Add mounting of mcd1 if mcd0
fails when searching for a cdrom drive.


1365 17-Apr-1994 rgrimes

>From BETA_1_1 branch:
----------------------------
revision 1.2.2.3
date: 1994/04/17 19:45:24; author: rgrimes; state: Exp; lines: +13 -2
Eliminate warning messages about /sbin/sh /sbin/init and /etc/termcap
when extracting the bin or des archives. Note this is also the
place I fixed the libc.so.1.0 problem a long time ago by adding
a --exclude libc.so.1.0 to the tar command.


1327 03-Apr-1994 ache

Fix tty? entry in the same way like cua entry
Add error diagnotic about unknown device name


1324 03-Apr-1994 ache

Fix error in making cua entries for two multiports
(> 10 devices)


1282 20-Mar-1994 rgrimes

These are the installation and profile files from the 1.0 cdins*.flp
floppy images. Put in as they were in 1.0, about to change them to
work with 1.1.


1268 18-Mar-1994 rgrimes

>From Chris Christoph P. U. Kukulies kuku@acds.physik.rwth-aachen.de
Change references to we0 to be ed0 since the we driver is long gone.


1245 07-Mar-1994 rgrimes

Add mitsumi cdrom /dev entries.


1244 07-Mar-1994 rgrimes

>From BETA_1_1 branch
Add missing ${cpioverbose} option.


1229 02-Mar-1994 alm

Don't sync a ro-mounted fs.


1228 01-Mar-1994 alm

Don't offer to mount a to-be-overwritten DOS partition.


1214 25-Feb-1994 alm

extract() is more friendly
added load_dos (just calls load_fd)


1207 23-Feb-1994 rgrimes

It is not nice to extract libc.so.1.0 using tar when tar is using it!!
UGLY HACK TO GET 1.1 BETA OUT :-(


1206 23-Feb-1994 rgrimes

Make it say Preparing for dos fs instead of Initializing.. the later sounds
scary to some people!


1199 22-Feb-1994 rgrimes

Add NE2100 Per Paul Richards, and whoopsss.... I did this in /usr/src
on the WRONG system (actually, just the wrong window :-)).


1194 21-Feb-1994 rgrimes

Major hackery to get the 1.1 Beta floppies building. Have a special
pair of crunched binaries that are not built by this, but other than
that it is back to an automated procedure. So many changes it is
hard to describe.


1182 20-Feb-1994 rgrimes

Correction so old alias floppy and floppy5 work.


1179 19-Feb-1994 ache

Remove sio entries per Rod suggestion


1178 19-Feb-1994 ache

Sorry, expr error in last commit.


1176 19-Feb-1994 ache

We lost ttyd for dialin lines, now restore it


1144 11-Feb-1994 ache

rm# for 5.25 driver changed per Bruce suggestion


1141 10-Feb-1994 ache

Add floppy entries for new fd driver
(from Poul-Henning Kamp) slightly fixed


1134 09-Feb-1994 rgrimes

Upgrade to 1.1 release level, add procfs entry on fstab creation.


1128 08-Feb-1994 rgrimes

One more reference to fdXa removed.

Run fdisk -u after disklabel just incase we wrote block 0, this should fix
the bogus partition table when the install is to the whole disk.


1125 08-Feb-1994 rgrimes

Update to use /dev/fd0 instead of /dev/fd0a.


1109 07-Feb-1994 alm

Add devices for QIC 40/80 support


1025 26-Jan-1994 dg

Added creation of a symlink for ttyv0->vga when making the 'pc0' target.


1010 24-Jan-1994 dg

Deprecate "/dev/vga". Use /dev/ttyv0 always. Note that the terminal type
is still 'pc3' in /etc/ttys, and should be changed if we decide to default
to syscons.


961 10-Jan-1994 ache

Add callout device for bidirectional port


915 24-Dec-1993 rgrimes

Insert tab before comment so brain dead shell does not screw up
the arguments to mknod.


892 21-Dec-1993 ache

Comment out porogrammer-readable fd name set,
not needed in standard version, only for XENIX lovers.


875 18-Dec-1993 ache

User-readable fd name set added:
[r]fd[n].{360,720,800,820,1200,1440,1480,1720}
Programmer-readable fd name set added in XENIX style.


864 16-Dec-1993 ache

No more partition bits in floppy minor.
Now minor looks like UU DDDDDD, UU - unit, DDDDDD - density.
If density == 0, CMOS-detect format assumed.
For old users/pgms use fake partitions now, i.e.
ln fd0 fd0[a-h]
No new floppy names added (expect fd? and rfd?),
because don't have agreement yet, so make devices
only for CMOS-detected formats.


860 14-Dec-1993 alm

From: Sergey Ryzhkov, Serge Vakulenko
E-mail: <sir@kiae.su>, <vak@zebub.msk.su>
added new /dev/wt entries for wt.c version 1.3

8) Some controllers support only 1024 block length.
Setting WT_BSIZE bit in device minor number turns on this mode.

Minor number structure:
0bfffuuu
Fields:
uuu - Unit number. It's possible to install
up to three tape controllers on the same machine,
using DRQs 1..3. Hence, unit number can lie
in range 0..2.
fff - Tape format number:
0 - /dev/rwt0 - default density (auto select)
1 - /dev/rwt0a - QIC 11 (obsolete)
2 - /dev/rwt0b - QIC 24 (60 megabytes)
3 - /dev/rwt0c - QIC 120 (120 megabytes)
4 - /dev/rwt0d - QIC 150 (150 megabytes)
5 - /dev/rwt0e - QIC 300 (300 megabytes?)
6 - /dev/rwt0f - QIC 600 (600 megabytes?)
b - Long block size flag. With this bit set,
the driver will perform all i/o operations
with the controller using 1024-byte
blocks, instead of 512 ones.
Some controllers need it (CMS for example).
If you Wangtek controller does not stream well,
you can try to use /dev/rWt0 device instead
of /dev/rwt0 (uncomment needed lines in /dev/MAKEDEV
to create it).

Block interface (writing blocks less than 2048 bytes) is not functioning
pwoperly. Use raw interface instead.

Thanks to all who helped to test it on the following hardware:

Controller Drive Volume Interface Thanks to
---------------------------------------------------------------------------
Archive SC-499 Archive 2150L 150 Meg QIC-02 KIAE
CMS? ? 150 Meg QIC-02 KIAE
Everex EV 831/833 ? ? QIC-36 Joergen Haegg
Wangtek ASSY Wangtek 60 Meg QIC-02 Ken Whedbee
Tecmar QT150i? Wangtek 5150EQ ? QIC-02? Marko Teiste
? Wangtek 5099EK 60 Meg QIC-36 Robert Shien
Archive SC400S ? 60 Meg ? Warren Toomey


789 22-Nov-1993 rgrimes

Missing part of Julians new scsi code, add new driver uk and revise the
entries for st.


751 12-Nov-1993 alm

Removed option to install FreeBSD alongside an existing *BSD
paritition, since disklabel cannot deal with this...


727 08-Nov-1993 alm

fixed conditional that caused install to see a DOS partition when none exists.


704 06-Nov-1993 wollman

Added comment in the description of `com' devices that they are usually
not what users want unless they have re-configured their kernels. Hopefully
some people will actually read this.


680 28-Oct-1993 rgrimes

Add zero and io to the rm -f line for std devices so they get removed before
an attempt is made to mknod them.


662 23-Oct-1993 jkh

Moved sound drivers from major 21 to major 30.


654 23-Oct-1993 jkh

New snd*) target for making driver entries for new sound driver.


640 19-Oct-1993 nate

Fixe a spelling error and added both the mse (logitech and ATI inport) and
the psm (PS/2 bus) mouse support

(The psm driver will have to come later)


639 19-Oct-1993 rgrimes

Make darn sure that fsck does not try to fsck dos file systems by setting
the fsck pass to 0, same thing for dump field, in the fstab that is
created by this script.


635 19-Oct-1993 rgrimes

Remove reference to EPSILON release.


618 16-Oct-1993 jkh

Checked and corrected various bits of grammar, as requested.


615 16-Oct-1993 rgrimes

Fix the document title to match the format of our other docs.

Clean up some stuff so that it reads a little better (some one please
review this for me!)

Adaptec controllers are 154x and 174x series. Add Buslogic 545S.


614 16-Oct-1993 rgrimes

Remove the EPSILON from the release level


613 16-Oct-1993 rgrimes

Fix the title up on this, removed the date and format it to match
the RELEASE NOTES.

Adaptec controllers are now 154x and 174x series, no more reference
to specific models. Revamp the CSI hard disk controller section in
general to be more user readable.

Add the fact that the Mitsumi CDROM controller and drive are now
supported.

Add a note that the Intel 82501 serial chip is NOT supported.

Floppy controller is fd0, not fdc0, same for wd disk controller.


612 16-Oct-1993 chmr

Allow install floppy to be placed in the B: drive.


543 06-Oct-1993 rgrimes

Added /dev/zero and /dev/io, they have been around for a while, time to
have some /dev entries.


537 01-Oct-1993 rgrimes

Release level changed from GAMMA to EPSILON


536 01-Oct-1993 rgrimes

Updated to reflect the fact the there is no longer an ne driver, told to
use ed0 as the replacement, noted new addresses


535 01-Oct-1993 rgrimes

Changed address freebsd-comments to freebsd-questions


525 30-Sep-1993 rgrimes

Support for new wt driver. Removed old references to as* disk types since
they are long gone.


496 22-Sep-1993 alm

added to install_notes instructions for loading distribtuion
files from a MS-DOS partition.
Minor cleanup:
fixed spelling error in inst1.install
capitalized sentences in kc.profile
reworded initial load_fd options


492 21-Sep-1993 alm

Extended load_fd() to support reading from the first Primary DOS
partition of the boot disk. So we have yet another medium via
which to load the FreeBSD distribution files. load_fd() has
options for listing and (if reading from the C: drive) changing
directories.

load_fd's notation assumes that the first Primary partition on
disk is the DOS drive C: (since this and only this one is mounted
by install). Otherwise, the notation may be a bit confusing.
We'll know the assumption is bad if people complain about
not finding files on their "C:" drive...

Added a device file existence check to kc.profile.


484 19-Sep-1993 alm

1) Install now creates a DOS partition for the first (and only the
first) Primary (un-Extended) DOS partition, providing /dev/xx0h
is available. It is mounted on /dos by default. The /etc/fstab
entry omits the dump and fsck fields, i.e.:
/dev/xx0h /dos pcfs rw

The Secondary DOS partition is not used (System ID 0xF2), because I don't
know what that is.

2) Fixed default sizes so that if someone attempts to install BSD on a 24 Mb
partition by accepting defaults, they don't end up with a 1 Mb /usr
partition (up to USRMIN Mb's). In this case, all space is split between
swap and root.

TODO:
1) Extend load_fd() to support loading distribution files directly from
the DOS partition of the hard disk.

2) Provide translated parameters to the install program (maybe
add an option to fdisk). Currently, the true geometry is used as
default, which is inappropriate for coexistence with DOS.

3) Support installing on multiple or secondary disks.


480 18-Sep-1993 alm

Added /usr/distbin to PATH


476 18-Sep-1993 rgrimes

>From: Drew Hess <dhess@CS.Stanford.EDU>
>Date: Thu, 16 Sep 1993 23:35:48 -0700 (PDT)
There is a typo in disktab in the NetBSD-0.9 distribution. This may be
already fixed in NetBSD-current, but it's not in any of the source that I've
sup'ed.
line 9 reads:
# sc #sectors/cylinder, nc*nt default
should read:
# sc #sectors/cylinder, ns*nt default


475 17-Sep-1993 alm

Added the following to the opening statement of install:

Before starting, it is important to know your hard disk's geometry
(i.e., number of cylinders, heads and sectors/track). If installing
FreeBSD on the same disk as another operating system, then the
two systems should use the same geometry. In particular, FreeBSD's
default geometry is inappropriate for MS-DOS. So in this case, the
DOS geometry should be used instead.

[This seems to be true for SCSI disks. What about IDE? With the new
boot blocks, can we ignore the disks true geometry??]


473 16-Sep-1993 alm

The load_fd() now initializes the `interactive' variable to -i instead
of -v (my fault).
The extract() command now rm's /tmp/cat, not /bin/cat (my fault).


467 14-Sep-1993 rgrimes

>From: kuku@acds.physik.rwth-aachen.de (Christoph Kukulies)
Comment was wrong about what entries get made for vtyNN, it
is 0-b, not 00-12.


466 14-Sep-1993 alm

Added option to overwrite an existing partition during install.
Added notes about ob-bs to install_notes.


462 14-Sep-1993 alm

The install disks now print the partition table data with
offsets and sizes in units of cylinders. This will help
those who want to install FreeBSD between two existing
partitions.

Faked notes on installing via Kermit


459 13-Sep-1993 alm

Brought install_notes up to date.


458 13-Sep-1993 rgrimes

Fixed missing device name arguments to fdisk commands, this was the
cause of silient failure on scsi disk installs with the new floppies.


457 13-Sep-1993 rgrimes

Renumber the section starting at the duplicate 5. section. Changed
reference to RELNOTES.FreeBSD to not have an absolute path on it since
these appear in several places!


456 13-Sep-1993 alm

Explain purpose and original of "dos" floppy.


455 13-Sep-1993 rgrimes

Changed ultrastore 14F/34F driver to irq 14.


453 13-Sep-1993 alm

Fixed the extract() command which I had broken attempting to implement
it without cat. It now requires cat again (no way around it unless
gunzip can accept arbitrary filename suffixes).


451 12-Sep-1993 rgrimes

Since reboot is now installed, use it if the fsck fails


450 12-Sep-1993 rgrimes

Change the "Insert secound installation floppy" to
"Insert the cpio installation floppy" to reduce confusion as to what floppy
is wanted.


448 12-Sep-1993 rgrimes

Removed /usr/contrib/bin from PATH


443 11-Sep-1993 alm

added a couple echo's


442 11-Sep-1993 alm

Forgot to export PATH


441 11-Sep-1993 alm

Mentioned using fdisk to change active partition on multi-os systems
if os-bs is not installed.


440 11-Sep-1993 alm

Silence cp diagnostics for dos floppy install in case
directories exist (e.g., after running os-bs).


439 11-Sep-1993 alm

remove \'s from where they shouldn't be.


438 11-Sep-1993 alm

Quick checkin between network hangs...
Restored trap calls in profile, and reset trap 2 at end of fsck.
Make installation of fourth floppy an option.


437 11-Sep-1993 rgrimes

Converted many occurances of multiple spaces to tabs to save bytes
any way I can. Converted all echo "" to be just echo

Removed sync call that seems to hang due to fd/wd driver interaction..
Now rm /.profile before the cpio floppy is copied in, this should fix
a bugger I was having with an open shell script that gets over written.


429 09-Sep-1993 alm

Combined some conditional statements now that `test' works correctly.


428 09-Sep-1993 alm

Mostly cosmetic changes.
Added notes installing os-bs.


421 08-Sep-1993 jkh

Fixed some language + error where 3 floppies are called for in beginning
and 4 later.


420 08-Sep-1993 rgrimes

From: ccml@hippo.ru.ac.za (Mike Lawrie)
Subject: Install.notes for FreeBSD-1.0-G
Here is the hacked install notes file for FreeBSD-1.0-GAMMA.

Please get someone to check the few points marked <<please check>>.
From: rgrimes

Checked the <<please check>>, and cleaned up some details.


416 08-Sep-1993 alm

Adding missing sync after reading fourth install floppy.
Added /usr/distbin to path


412 08-Sep-1993 alm

Added a fourth DOS-format floppy to the install disks containing os-bs
and miscellaneous programs which get installed into /usr/distbin.
Install now recognizes existing DOS partitions and attempts to install
after them. Theoretically, it also remaps badblocks.

N.B.: The fourth install floppy must have a clean DOS FAT.
Building the new distribution floppies is untested

TODO: Build a disktab entry for existing DOS partitions (except extended
partitions). This would allow loading and/or extracting the distribution
files directly from the DOS hard disk partition.


408 07-Sep-1993 alm

Added DOS partition support and maybe badblock remappping.

The following additional changes are needed for the new install disks:
1) Remove from filesystem disk's /filelist: bin/cat, dev/MAKEDEV.local.
2) Remove from the filesystem disk: /bin/cat, /COPYRIGHT and /dev/MAKEDEV.local.
3) Add to the filesystem disk: /sbin/fdisk, /dev/fd1a and /dev/rfd1a.
4) Build a fourth DOS disk containing at least: os-bs, rz/sz

Outstanding problems:
1) If there are >1024 cylinders, then FreeBSD cannot boot unless installed
at cylinder 0 (and since neither can DOS evidently, the two can't share
a disk in this case).
2) If FreeBSD is installed at cylinder 0, subsequent installs tend to fail.
3) If a DOS partition exists, disklabel doesn't seem to update the disk
geometry in the FreeBSD disklabel correctly (so reinstalling FreeBSD with
a new geometry requires installing it at cylinder 0). Rod suggested
invoking disklabel on the raw c-partition. This makes sense, but it
doesn't seem to work (newfs, for instance, can't find the new label).


393 06-Sep-1993 jkh

Changed misleading comment about vty's - now clearly stated to work with
syscons, pcvt, codrv, ...


388 05-Sep-1993 rgrimes

Replaced all references to comxx with ttyxx, since that is what all the
other tools really want.

Targets sio*) and com*) now create entry named ttyxx, default setup with
a sh MAKEDEV all is to use the sio major numbers, com is all but depreicated
now.


375 02-Sep-1993 rgrimes

Fixed all usage of quotes to be consitent of the form ``word or phrase''.


374 02-Sep-1993 jkh

Added some stuff, fixed some typos, generally tarted it up.


371 01-Sep-1993 rgrimes

A real quick hack at some floppy install notes!


370 01-Sep-1993 rgrimes

Fixed typo in rm of /tmp/cat, it was rm /bin/cat, whoopsss....


367 31-Aug-1993 rgrimes

Added DEFCYLN, DEFHEAD and DEFSECT parameters to inst1.install, these
are set to 1024/12/17


361 30-Aug-1993 rgrimes

Updated st*) entry from Julian.


359 30-Aug-1993 rgrimes

Inserted a modified version of /etc/rc so that a fsck is done on reboot
after the cpio floppy has been installed. This fixes the corrupt disk
problem during the install. Still need to add some echo's about expecting
disk corruption at this point in time.

Upgraded release statement to say 1.0 GAMMA. Added a dummy read before
the instuctions so the user does not get confused by the rapid output
and thinks something scrolled off the screen.


334 26-Aug-1993 rgrimes

Removed Chris D. added --unlink option since our tar does not understand
it.


332 26-Aug-1993 rgrimes

Added a real ugle hack so that cat, tar and gzip tools used to do the
extract can be over writen. This is done by coping them to /tmp
before the extract begins, running them from /tmp, then removing them
after the extract has completed.

Removed all section about setting up sendmail.cf, since this was for the
old sendmail stuff and should not be required by the new sendmail.cf file
that is shipped with the system.


331 26-Aug-1993 rgrimes

Removed mount -at ufs command, since it is now done by the .profile
file left by inst1.install.

Fixed cpio command so that it works with the new cpio that does not
ignore extra options.

Added echo's about building /dev files so the user knows it is doing something.


330 26-Aug-1993 rgrimes

Added DEFBLOCKING to hold the default blocking factor after the question
has been asked once. Disabled the ability to have different blocking
factors on different partitions since this is known to trash the vm system.

Removed many extranious echo's of the users answers. This was probably put
in for debugging and never removed. It was quite confusing to my test users.

Added autoscan of disk for bad blocks for bad144 type disks using the new
bad144 -s option.

Renabled the asking for verbose installation. Why was this disabled??

Added creation of etc/disktab.install on the hard disk that is a copy
of the disktab used to create the disk with.

Added a mount -at ufs to the .profile so that all the diskpartitions get
mounted on first boot from hard disk, this is so commands that may have been
loaded into a seperate usr partition can be found.


325 24-Aug-1993 rgrimes

Changed prompt from "> " to "kc > " so that it does not look like the
halt prompt. Changed the prompt for destination of the kernel copy to
be "copy kernel to > " so that it is clear what it wants..


310 20-Aug-1993 alm

more cleanup (e.g., root and swap partitions are mandatory, not root and /usr)
no functional change


309 20-Aug-1993 alm

added big loop to allow redoing the configuration


307 20-Aug-1993 alm

added default answers
changed units from sectors to cylinders


283 12-Aug-1993 rgrimes

Heavily modified from NetBSD sources to FreeBSD, many fixes and enhancements,
now users cpio instead of tar. All displayed references to NetBSD changed
to ${OPSYSTEM}, OPSYSTEM=FreeBSD.


281 11-Aug-1993 root

Initial import of NetBSD install2 floppy .profile


280 11-Aug-1993 rgrimes

Initial import of NetBSD install2 floppy /install script


279 11-Aug-1993 rgrimes

Changed printing messages to refer to ${OPSYSTEM} instead of NetBSD. Comments
left intact.

Simplified variables for drivename, drivetype, and sect_fwd.

Added rotdelay to newfs commands (defaults to newfs default except
for scsi disks where it defaults to 0).

Made the disk geometry questions more like what PC users are use to
reading (cylinders/heads/sectors).

Added minswap requirement of 8MB, recomendation of 2 x physical memory.

Added messages about what the blocking factor does.

Added message for mount point to NOT include the leading /

How to change disklabel to /sbin/disklabel due to bug in our /bin/sh,
I thought this has been fixed, but it has not!

Changed to use cpio instead of tar, since tar seems so brain dead.

Removed kernfs reference from /etc/fstab creation since FreeBSD does not
have the kernfs. Made /etc/fstab tabbed so it looks pretty :-).

Added default of floppy drive 0 after we boot from hard disk.

Fixed path in inst1.profile, removed /usr/local/bin, /usr/contrib/bin and .


278 11-Aug-1993 rgrimes

Import of NetBSD inst1.fs floppy /.profile and /install scripts


276 10-Aug-1993 rgrimes

Corrected kernel name from newbsd to 386bsd, it now works.


275 10-Aug-1993 rgrimes

Initial import of .profile from NetBSD Kernel Copy Floppy, to be used in
building FreeBSD Kernel Copy Floppy.


225 02-Aug-1993 rgrimes

Removed as0 and as1 from the all case since these are obsolete (use sd0...)


216 30-Jul-1993 rgrimes

Removed vty04 from sh MAKEDEV all since that casued root login problems
on the console if you do not run codrv.


145 19-Jul-1993 rgrimes

Fixed some errors in disktab (from NetBSD), floppy 5 corrected, and CP3100.
Fixed some errors in disktab (from NetBSD), floppy 5 corrected, and CP3100.
MAKEDEV script from 0.1.2.4 system.


38 20-Jun-1993 rgrimes

This commit was generated by cvs2svn to compensate for changes in r37,
which included commits to RCS files with non-trunk default branches.