Commit Graph

13942 Commits

Author SHA1 Message Date
peter
1cbea61424 Add $Id$ 1996-05-04 08:42:14 +00:00
peter
a8916334b8 Add stl and stli drivers for the Stallion cards. 1996-05-04 08:41:28 +00:00
peter
452cb1f9cb Distinguish the classes of stallion boards (intelligent vs. "smart" cd1400)
and which driver is for which.  Major 72 was for the cd1400 based cards,
I've grabbed the next free (75) for the intelligent, high performance
boards.
1996-05-04 08:40:13 +00:00
markm
806f00bbab Add extra targets a' la' eBones/Makefile for release/Makefile.
(bootstrap etc)
1996-05-04 08:32:07 +00:00
asami
298006d865 Connect ccd man page and ccdconfig to parent Makefiles.
Ok'd by:	peter
1996-05-04 08:30:22 +00:00
markm
6eee7b4f63 Better method of choosing libdescrypt/libscrypt. 1996-05-04 08:16:20 +00:00
markm
1dec21f5b8 Split CRYPTOBJDIR -> SCRYPTOBJDIR/DESCRYPTOBJDIR for init(8) 1996-05-04 08:11:47 +00:00
peter
43c386824b Minimal adjustments to get the Stallion utilities to build and install
in a FreeBSD style source tree.
1996-05-04 08:02:31 +00:00
asami
f5a3323cf9 Add Nisha Talagala (nisha@cs.berkeley.edu) who is the co-porter of
the ccd driver from NetBSD.
1996-05-04 07:39:01 +00:00
markm
7021a075ad Add randomness from /dev/random if it is available. 1996-05-04 07:25:54 +00:00
peter
e9f544b6ef This commit was generated by cvs2svn to compensate for changes in r15606,
which included commits to RCS files with non-trunk default branches.
1996-05-04 07:22:23 +00:00
peter
60623a69e2 Import the user-mode parts of the v0.0.5alpha Stallion driver.
Submitted by: Greg Ungerer (gerg@stallion.oz.au)

(Note, patches to compile/install to follow)
1996-05-04 07:22:23 +00:00
markm
b4d81e0f80 1) make -DCLOBBER not remove most of /usr/lib
2) make all the 'pre-targets' not install profiled libraries and man pages
   to speed up the bootstrap in a 'make world'
1996-05-04 07:12:07 +00:00
pst
ca9dae5096 Update to 1.1beta5d 1996-05-04 07:05:55 +00:00
pst
adac07d00a Update to version 1.1beta5d of the driver. This driver now runs under
FreeBSD 2.1 and 2.2, BSD/OS 2.x, Linux, Solaris, and SCO V.
1996-05-04 07:03:55 +00:00
peter
29ffb5b52c Import kernel parts of the v0.0.5alpha Stallion driver(s).
This is now two seperate drivers that support (I think) all of Stallions's
range, including the high performance intelligent cards, and their older
cards.

Submitted by: Greg Ungerer (gerg@stallion.oz.au)

(User-mode parts and patches to follow)
1996-05-04 06:31:39 +00:00
peter
f8e3aa6f4e This commit was generated by cvs2svn to compensate for changes in r15599,
which included commits to RCS files with non-trunk default branches.
1996-05-04 06:31:39 +00:00
peter
e8571341bd Import v0.0.4alpha of the Stallion driver.
Sumbitted by: Greg Ungerer (gerg@stallion.oz.au)
1996-05-04 06:16:23 +00:00
peter
8be3ff98f2 This commit was generated by cvs2svn to compensate for changes in r15596,
which included commits to RCS files with non-trunk default branches.
1996-05-04 06:16:23 +00:00
peter
b200fe400c Import v0.0.3alpha of Stallion driver.
Submitted by: Greg Ungerer (gerg@stallion.oz.au)
1996-05-04 06:13:22 +00:00
peter
3889f5d5e2 This commit was generated by cvs2svn to compensate for changes in r15593,
which included commits to RCS files with non-trunk default branches.
1996-05-04 06:13:22 +00:00
peter
69bc3a9cf9 Import v0.0.2 alpha of the Stallion driver
Submitted by: Greg Ungerer (gerg@stallion.oz.au)
1996-05-04 06:09:47 +00:00
peter
e21c5c3235 This commit was generated by cvs2svn to compensate for changes in r15590,
which included commits to RCS files with non-trunk default branches.
1996-05-04 06:09:47 +00:00
peter
afae86dda5 Initial import of driver for the Stallion EasyIO and EasyConnection 8/32
boards by Greg Ungerer (gerg@stallion.oz.au).  (v0.0.1 alpha)

This is a multiple import of all revisions available to build up
a history.

This driver supports only some of the Stallion range, in particular, not
the highly intelligent cards.  That comes in shortly.

Submitted by: Greg Ungerer (gerg@stallion.oz.au)
1996-05-04 06:03:59 +00:00
peter
3c347da6a5 This commit was generated by cvs2svn to compensate for changes in r15587,
which included commits to RCS files with non-trunk default branches.
1996-05-04 06:03:59 +00:00
asami
2e2d6b28e8 Add Yoshiro Mihira <sanpei@yy.cs.keio.ac.jp> for his contribution of the
wide-dhcp port.
1996-05-04 02:53:22 +00:00
jkh
bbd149bb41 Add Andrew McRae for his work on the PCCARD stuff. 1996-05-03 23:55:09 +00:00
phk
9b534039cf Another sweep over the pmap/vm macros, this time with more focus on
the usage.  I'm not satisfied with the naming, but now at least there is
less bogus stuff around.
1996-05-03 21:01:54 +00:00
phk
3922fe4951 Remove buf->b_actf, nobody uses it anymore.
Clean up some pmap macro usage.
1996-05-03 20:56:09 +00:00
phk
f5130f7d6c A nasty #define, so that we don't use buf->b_actf anymore. 1996-05-03 20:52:18 +00:00
phk
84f6c03703 Typo. 1996-05-03 20:15:11 +00:00
joerg
13575ce50d Stupid bug, the default man page goes to section 1, not 8.
Closes PR #misc/1172: Error in sbin/dset/Makefile

Submitted by:	masafumi@tky007.tth.expo96.ad.jp (Masafumi NAKANE)
1996-05-03 18:09:06 +00:00
phk
286d237ebb Forget that TAILQ's must be init'ed. 1996-05-03 16:49:14 +00:00
phk
d07c7d6767 disksort() is gone, all drivers now use tqdisksort(). 1996-05-03 15:05:17 +00:00
phk
dcfcd4e408 Move from the old buf.b_actf to the new TAILQ(buf.b_act).
Also remove a ton of weird comments and a couple of no-use options.
1996-05-03 14:58:11 +00:00
phk
5e64b9ee40 Move from the old buf.b_actf to the new TAILQ(buf.b_act). 1996-05-03 14:57:27 +00:00
asami
e916a4372a Add ccd to list of devices. Also add a sample entry in LINT. 1996-05-03 05:44:45 +00:00
asami
c9c43f6432 Bring in ccd support.
New disk type for ccd.
1996-05-03 05:38:34 +00:00
asami
029c7fa1a7 Bring in ccd support.
ccd is a pseudo device.
1996-05-03 05:37:54 +00:00
asami
d3a27d5ecc Bring in ccd support.
Entry to create ccd devices.
1996-05-03 05:37:34 +00:00
asami
e016ce5a76 Bring in ccd support.
Call ccdconfig before swapon if /etc/ccd.conf exists.

Obtained from: NetBSD
1996-05-03 05:37:04 +00:00
jkh
02825dc73f Look conditionally in obj/ for mktoasc. 1996-05-03 03:15:58 +00:00
mpp
bc100ca046 Specify FreeBSd on the .Os line, since this is a FreeBSD-specific
program.  Use the .Fx (FreeBSD) macro in the HISTORY section.
1996-05-02 22:34:19 +00:00
phk
d14435a447 Move atdevbase out of locore.s and into machdep.c
Macroize locore.s' page table setup even more, now it's almost readable.
Rename PG_U to PG_A (so that I can...)
Rename PG_u to PG_U.  "PG_u" was just too ugly...
Remove some unused vars in pmap.c
Remove PG_KR and PG_KW
Remove SSIZE
Remove SINCR
Remove BTOPKERNBASE

This concludes my spring cleaning, modulus any bug fixes for messes I
have made on the way.

(Funny to be back here in pmap.c, that's where my first significant
contribution to 386BSD was... :-)
1996-05-02 22:25:18 +00:00
phk
30e498dd69 Don't fiddle page tables by hand, use pmap_enter.
(copied from wd.c)
1996-05-02 22:20:52 +00:00
ache
fca520270e Add missing kD to cons25 default entry 1996-05-02 22:05:32 +00:00
ache
74ea9b458a Fix ^[[1K (clear from beginning of line to cursor) and
^[[2K (clear whole line), they not work _initially_
1996-05-02 21:47:50 +00:00
joerg
295426f547 Oops, forgot to `cvs add' this one first... 1996-05-02 21:47:45 +00:00
joerg
0067e451b7 Add a man page. 1996-05-02 21:42:18 +00:00
joerg
237f9780e4 Replace the dependency of install' from kernel' by a test for the
existance fo `kernel'.

Submitted by:	peter
1996-05-02 21:40:50 +00:00