phk
a87bfe683f
isa_device.h: Added flag for sensitive HW. ed# seems to break if anything
...
else has been probed. This feature could go away again, if we can curb the
problem another way.
if_ed.c, syscons.c: Set the above flag. ed# because it needs it, syscons
because it looks stupid to "detect" the display you have already filled up
with text :-)
bt742a.c: Check bt_cmd() return-val during probe, thus failing on adaptec's.
Also silenced various printf's during the probe.
isa.c: Probe devices with the above flag set before the rest. Reduce the
number of "conflict" messages per device to one.
***
Please test the GENERIC-kernel now, if nobody can make it fail, GENERICAH
and GENERICBT has a finite and short life-expectancy...
***
1994-10-17 21:16:41 +00:00
phk
93841a2173
#ifdef'ed the verbose probe messages. Only until I find a good way of
...
making it run-time selectable, then it will be back (at will).
1994-10-17 21:11:31 +00:00
phk
e7536ddeff
GENERIC is our new all singing and dancing kernel. Please report ASAP if
...
there is anything GENERICAH or GENERICBT can, which this one cannot.
MINI changed to reflect the SCSI-pecking-order.
1994-10-17 21:10:20 +00:00
ache
6f726cc4a7
Add new machdep variables
1994-10-17 20:50:41 +00:00
ache
254d81b240
Document new machdep variables, pointed by Rod
1994-10-17 18:55:21 +00:00
phk
3636a6db90
Netboot TNG. I have seen this compile, I don't know if it works.
...
I have put it here, because I belive we could share some code among the
various kinds of boot-code, whenever we get the time to look at it.
Submitted by: Martin Renters
1994-10-17 17:55:31 +00:00
phk
071d10f334
This is a bunch of changes from NetBSD. There are a couple of bug-fixes.
...
But mostly it is changes to use the list-maintenance macros instead of
doing the pointer-gymnastics by hand.
Obtained from: NetBSD
1994-10-17 17:47:45 +00:00
phk
24ec594f4a
Spelling mistakes.
...
Submitted by: Chris Kukulies
1994-10-17 17:16:47 +00:00
ache
93ee3660bb
Initialize color_display as undefined, cosmetique
1994-10-17 12:44:02 +00:00
ache
63843cb1d1
Ifdef color_display by NSC, pointed by Rod
1994-10-17 12:36:43 +00:00
dg
ccce4955a0
Put sanity check for negative hold count into #ifdef DIAGNOSTIC so that
...
it doesn't consume an extra 3k of kernel text because of gcc's bogus
inlining code.
1994-10-17 10:43:56 +00:00
dg
7333a06cbb
Restore all of my changes that Garrett clobbered in the previous commit.
1994-10-17 10:34:42 +00:00
paul
9b26b40e44
Fixed bug in exec code, cp -R now works.
...
Added code so sysinstall can run as init.
1994-10-17 07:13:13 +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
phk
805eb48b1c
Various changes to the 1.1.5.1'sh install procedure.
1994-10-17 02:32:41 +00:00
phk
caadb2f384
This basically allows you to stick a disklabel on any partition.
...
For it to be useful, you must stick your disklabel on the partition which
starts where the MBR says FreeBSD lives. If you don't do that, you might
get a bad day.
Oh, that probably also means that putting swap there is a bad idea...
1994-10-17 02:31:33 +00:00
phk
43d02c481a
Added a missing 'break;'
1994-10-16 22:07:47 +00:00
phk
0c882a91f1
Symorder complains if INET isn't in the kernel. I added '-m' to inform it
...
that it should exit(0) even if this is so. fixed a /386bsd -> /kernel in
the man-page while at it.
1994-10-16 22:01:44 +00:00
sos
ca4647b889
Added socksys module
1994-10-16 20:39:52 +00:00
sos
79989a11a3
Added load of socksys driver.
1994-10-16 20:39:16 +00:00
sos
6a9a8837c1
LKM for socksys driver (iBCS2 emulation)
1994-10-16 20:38:50 +00:00
phk
f20bc18ebc
Some changes to the old floppies to handle the new /etc/init's way of doing
...
things.
1994-10-16 20:38:27 +00:00
gpalmer
4e81f22a84
Remove `ld' from the clean line also. Someone should look at all the
...
non-i386 machine lines sometime.
1994-10-16 20:03:03 +00:00
paul
b8c98a58c4
Remove a bogus BINDIR line
1994-10-16 06:17:03 +00:00
wollman
fcbe4ad1d7
Actually document dk_* variables!
1994-10-16 05:03:05 +00:00
wollman
456a060976
Add semi-bogus initialization of dk_wpms so that systat and friends actually
...
do something useful with the disk stats. (This needs to be determined
dynamically, but I don't want to screw with this driver.)
1994-10-16 05:02:37 +00:00
wollman
efe252383a
New way of getting disk drive names.
1994-10-16 04:04:56 +00:00
wollman
c4ebe36a0b
dkstat.h: declare dk_names
...
sysctl.h: add HW_DEVCONF
devconf.h: machine-independent parts of config table
1994-10-16 03:53:00 +00:00
wollman
9d3d10662f
kern_clock.c: define dk_names[][].
...
kern_sysctl.c: call dev_sysctl for hw.devconf mib subtree
kern_devconf.c: sysctl-accessible device-configuration and -management
interface
1994-10-16 03:52:14 +00:00
wollman
46a19625d1
Add interface to new device configuration table. Also implement
...
transfer statistics for iostat, vmstat, and systat.
1994-10-16 03:50:36 +00:00
wollman
75018964fa
Machine-dependent parts of device configuration table.
1994-10-16 03:50:01 +00:00
wollman
44cde5c87e
Added kern_devconf.c as standard.
1994-10-16 03:49:43 +00:00
gpalmer
266b2c085e
Remove directories we don't have from the clean SUBDIR's and add note
...
about it (some of the missing dirs are still referenced by other
clauses in the `.if')
1994-10-16 02:56:01 +00:00
paul
aeed5a1361
Add DPADD for libraries.
1994-10-16 02:25:54 +00:00
paul
d0b9848e58
Add some missing libraries to LDADD
1994-10-16 00:04:42 +00:00
se
ccb43dfe5a
Fixed typo and message format change to avoid line wrapping.
1994-10-15 23:27:39 +00:00
phk
682ae148fe
Added ed2 device, on a hard-jumpered location for SMC Ultra
1994-10-15 22:19:38 +00:00
wollman
03dcb4d791
Dramatically clean up Makefile. Make send-pr get rebuilt if Makefile
...
changes.
1994-10-15 21:39:54 +00:00
phk
687e53b0ba
This kernel is a barebones kernel. No networking, no CD's no nothing.
...
Will be used to get a little bit of FreeBSD onto a disk, from where
other kernels can be loaded.
1994-10-15 21:36:25 +00:00
ache
0398136f19
Add color_display variable for CPU_COLORDISP sysctl.
1994-10-15 21:33:58 +00:00
phk
e870798eee
moved a message into a #ifdef DEBUG. This message comes out if a kernel
...
doesn't have any networking in it. For instance the new "MINI" install-
kernel.
1994-10-15 21:33:17 +00:00
ache
f76ae39352
ADd CPU_COLORDISP sysctl to handle console display type
1994-10-15 21:25:03 +00:00
wollman
3136e0c397
For those who want a little more control over their build process...
...
Added two new targets, `most' and `mostinstall', which compile and
install (respectively) just the binaries from just the ``core'' parts
of the system. This makes it easier to do something like the following
(which I do):
# cd /usr/src
# make obj depend
(scrutinize make output)
# make most
# make mostinstall
...which will not confuse things by installing new libraries, /usr/share,
games, gcc (two extra times), and so on. Obviously, if you do this, then
you have to be careful to watch for changes in include files and make macros,
and do the appropriate thing in those cases. (It usually still doesn't
involve building GCC three times or libc six.)
1994-10-15 21:19:56 +00:00
ache
378cac598e
CPU_COLORDISP sysctl added for console display type
1994-10-15 21:18:11 +00:00
gpalmer
e83980ba75
Fix up this makefile so that it handles clean' and
cleandir' properly.
1994-10-15 20:50:05 +00:00
ache
c36ba28ab3
Sync with termcap.src
1994-10-15 20:12:13 +00:00
ache
5c83b4350f
Optimize mono entries a bit
1994-10-15 20:06:23 +00:00
ache
7dd58d32f5
Monochrome entries added
1994-10-15 19:50:59 +00:00