joerg
6cb1f43d67
Included the fdcontrol subdir.
1994-10-31 21:51:25 +00:00
ats
6993957f05
Deleted the private clean/cleandir targets in the Makefile. Delete
...
a hardcoded reference to the "obj" dir. So this makefile should now
work with and without an obj dir and deletes the obj dir with a
normal cleandir.
1994-10-31 01:17:24 +00:00
joerg
1142874b61
This commit was generated by cvs2svn to compensate for changes in r4007,
...
which included commits to RCS files with non-trunk default branches.
1994-10-30 18:52:01 +00:00
joerg
5d1a6c44a1
Import the fdcontrol command. It has been in 1.1.5, but obviously has been lost on its way to 2.0.
...
This program uses the FD_DEBUG ioctl, which will have to be commited yet.
1994-10-30 18:52:01 +00:00
joerg
1a6f66b178
Corrected the xref to the driver man page to be fdc(4) now that
...
we have one (instead of fd(4)).
1994-10-28 17:07:32 +00:00
jkh
a5797b5674
Remove eeprom from the default list of subdirs. It gets added properly
...
in the sparc case anyway. Next step will be to move some of the i386
specific things, like fdformat and fdwrite, into an i386 .if clause.
1994-10-28 04:35:13 +00:00
se
7169429ec5
Fix typo in #if which prevented use of getbootfile() under FreeBSD-2.0.
1994-10-26 19:23:02 +00:00
jkh
927adb8ecc
From: Michael Reifenberger <root@rz-wb.fh-sw.de>
...
Could you please commit this patch to usr.sbin/crunch/examples ?
This should make fixit.conf compilable again.
VI needs some hacks.
[Note: I'm not sure how relevant this example is anymore, but then it's only
an example]
Submitted by: mr
1994-10-26 14:52:43 +00:00
jkh
740cbc15e6
From: John Hay <jhay@mikom.csir.co.za>
...
Make swapinfo use libc functions for obtaining device information.
Note: swapinfo should actually be deprecated, not fixed. pstat -s performs
the same function.
Submitted by: jhay
1994-10-26 14:49:07 +00:00
swallace
24c2aab328
Applied patch009. Also added appropriate #include <string.h> which
...
would have detected that memset was not being passed a pointer in the first
place.
Submitted by: Gene Stark (?) - 1.1.5.1 patch009
1994-10-25 20:50:41 +00:00
bde
e98634582e
Define DKBAD_MAGIC the same as in 1.1.5 (as 0x4321 instead of 0). 0 is
...
a poor value for a magic number, and we need to be compatible.
1994-10-25 17:33:25 +00:00
wollman
f77f6cd044
Added lsdev.
1994-10-24 22:22:44 +00:00
wollman
a20115b916
When -v not given, display longer state' and no
parent'.
1994-10-24 22:21:51 +00:00
phk
7c68a5ca07
These patches fix some lesser problems:
...
1) malloc.h doesn't exits in 2.0.
2) Makefile.inc wasn't picked up so one of the build steps (install?)
failed.
3) LIBMD wasn't depended on.
4) "ctm foo" dumped core because "foo" doesn't have a '.' in it.
Bruce
I updated the mkCTM stuff while I was at it anyway. /phk
Reviewed by: phk
Submitted by: bde
1994-10-24 20:09:39 +00:00
wollman
171476dff7
Updated to latest kernel code. Also provided a friendlier output format,
...
which is enabled by default (use `-c' to get the old format). The new
format looks like this (only the values are correct; this was taken on my
machine with a slightly old kernel):
Device St Parent Description
---------- -- ---------- --------------------------------------------------
isa0 NC -
sc0 NC isa0 Parallel printer adapter
ed0 NC isa0 SMC8216/SMC8216C
sio0 NC isa0 RS-232 serial port
sio1 NC isa0 RS-232 serial port
fdc0 NC isa0 floppy disk/tape controller
fd0 NC fdc0 floppy disk
wdc0 NC isa0 ST506/ESDI/IDE disk controller
wd0 NC wdc0 ST506/ESDI/IDE disk
npx0 NC isa0 Floating-point unit
Note that many of these fields could be made more informative; I tried to make
my changes as unintrusive as possible. See the `mcd' driver for an example
of one which actually does something with the `state' field.
1994-10-23 21:33:57 +00:00
jkh
8b298247f8
Add xten.
1994-10-22 14:59:35 +00:00
dfr
c816f711b3
Change to use the correct lock file directory.
1994-10-22 14:40:48 +00:00
jkh
84c5c7c4ab
X-10 stuff from 1.1.5.1.
1994-10-22 09:55:43 +00:00
jkh
c37ec63784
This commit was generated by cvs2svn to compensate for changes in r3782,
...
which included commits to RCS files with non-trunk default branches.
1994-10-22 09:55:43 +00:00
jkh
9e260f7e45
X-10 stuff from 1.1.5.1.
1994-10-22 09:55:43 +00:00
ache
7d5bdbbd33
spkrtest added
1994-10-22 02:16:04 +00:00
ache
4498f3f753
This commit was generated by cvs2svn to compensate for changes in r3762,
...
which included commits to RCS files with non-trunk default branches.
1994-10-22 02:09:06 +00:00
ache
a262e6cddb
Speaker driver test script
...
Obtained from: FreeBSD 1.1.5.1
1994-10-22 02:09:06 +00:00
wollman
9461adca3b
Change `on'' to
`at'' globally.
1994-10-18 22:01:58 +00:00
phk
5ea26df221
Added a slot in the swap-dev-table for NFS-diskless to abuse.
1994-10-18 08:16:29 +00:00
ache
a6d5d66fc2
Remove machdep.color_display
1994-10-18 03:41:16 +00:00
wollman
02d5912769
First bugfix: isa devices print as at isa?' rather than
on isa0'.
1994-10-17 23:29:15 +00:00
wollman
fada9f45ad
This commit was generated by cvs2svn to compensate for changes in r3673,
...
which included commits to RCS files with non-trunk default branches.
1994-10-17 23:26:10 +00:00
wollman
8f8aac0e4e
lsdev(8), a user-land utility to query the device configuration database
...
managed by kern_devconf.c. A useful feature is that the following
script generates almost well-formed config-file lines for all ISA devices
in the system:
lsdev -t isa | awk '{ print "device $0" }'
lsdev -t disk | awk '{ print "disk $0" }'
1994-10-17 23:26:10 +00:00
ache
254d81b240
Document new machdep variables, pointed by Rod
1994-10-17 18:55:21 +00:00
gpalmer
637fae7456
Change references from /386bsd' to
/kernel'
1994-10-17 06:50:29 +00:00
dg
8a5eacfccf
Added slstat.
1994-10-17 06:06:45 +00:00
dg
1d409b9b7b
slstats for FBSD 2.0. Copied in the repository from 1.1.5, and then applied
...
patches from John Hay.
Submitted by: John Hay
1994-10-17 06:05:32 +00:00
wollman
efe252383a
New way of getting disk drive names.
1994-10-16 04:04:56 +00:00
phk
19619a7bef
Stop "make install" from falling over if DESTDIR is defined.
1994-10-15 07:45:45 +00:00
se
b8364ce31c
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>
...
Make -s option set parameters for all targets by default.
1994-10-15 00:03:32 +00:00
gpalmer
9658a5a2d0
Move `ncrcontrol' into machine-dependant section.
1994-10-14 23:55:50 +00:00
joerg
0cc1383e69
#include'ing mysterious stuff from ${DESTDIR}/sys/<somewhere> is no longer
...
necessary.
Requested by: phk
1994-10-14 16:03:33 +00:00
jkh
47d2d53b0b
Sigh. NOW it's ok! :-)
1994-10-14 05:57:49 +00:00
jkh
eef0ef01be
Print a better verbose message when creating packages.
1994-10-14 05:56:15 +00:00
jkh
2cf39cacf3
This should do it - I forgot about pkg_info.
1994-10-14 05:55:57 +00:00
jkh
d5a2450087
Whoops - variable was in wrong scope. Correct.
1994-10-14 05:43:41 +00:00
jkh
56f1e635f2
Fix bug in home directory calculation that I introduced with the free space
...
checking code. Fix the free space checking code, while I'm at it! ;)
Thanks to Garrett for spotting the home dir problem.
1994-10-14 05:42:24 +00:00
jkh
b1ba6ab286
Fix bug in home directory calculation that I introduced with the free space
...
checking code. Fix the free space checking code, while I'm at it! ;)
Thanks to Garrett for spotting the home dir problem.
1994-10-14 05:34:04 +00:00
se
3ef70ee2aa
Added ncrcontrol (display and configure NCR 53c810 SCSI parameters).
1994-10-13 18:10:40 +00:00
se
7e54e93862
Added call to getbootfile() and removed reference to ncr.imask.
1994-10-13 18:01:32 +00:00
se
4dbb4feac6
ncrcontrol will be installed SETGID kmem in /usr/sbin.
1994-10-13 17:45:40 +00:00
se
dd756ca8bd
Moved into correct MAN section ...
1994-10-13 17:43:51 +00:00
se
0c7d9bd365
This commit was generated by cvs2svn to compensate for changes in r3545,
...
which included commits to RCS files with non-trunk default branches.
1994-10-12 12:02:52 +00:00
se
1ce5915213
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>
...
Config and statuts display utility for the NCR PCI SCSI driver.
1994-10-12 12:02:52 +00:00