Andrew Gallatin
68ab2e8672
The previous commit broke kernel builds on alpha (and probably ia64).
...
#ifdef away the offending code until somebody with more newbus fu than
me can figure out where to put a default function that returns 255
without touching each alpha chipset driver..
2000-10-16 15:38:11 +00:00
David E. O'Brien
146a7d5318
"Ok, my loader's now up to putting up a prompt. It probes disks partially
...
but can't boot from them yet."
Thanks to Stephane Potvin for the some of the code in this set.
Submitted by: Benno Rice <benno@jeamland.net>
2000-10-16 10:46:22 +00:00
Ruslan Ermilov
cb22e4fad5
Backed out part of the revision 1.10.
...
BLOCKSIZE could specify arbitrary block sizes, not exactly 1K blocks.
2000-10-16 10:00:50 +00:00
Doug Rabson
9c4e05709a
Track changes to trapframe.
2000-10-16 09:18:05 +00:00
Brian Somers
d7dcad45d7
Include sys/types.h
2000-10-16 09:14:44 +00:00
Doug Rabson
7fcf71bc40
* Correct some of my misunderstandings about how best to switch to the
...
kernel backing store.
* Implement syscalls via break instructions.
* Fix backing store copying in cpu_fork() so that the child gets the right
register values.
This thing is actually starting to work now. This set of changes takes me
up to the second execve (the one which runs the first shell). Next stop
single-user mode :-).
2000-10-16 08:54:40 +00:00
Ruslan Ermilov
df4443ffa6
Added support for i815.
2000-10-16 08:53:00 +00:00
Doug Rabson
2e8a70354f
Use the right mask for extracting sof from cr.ifs.
2000-10-16 08:47:56 +00:00
Doug Rabson
eded8b5cfa
Remember to re-initialise cr.itm on clock interrupts so that we get more
...
than just one tick.
2000-10-16 08:46:57 +00:00
Doug Rabson
ecfff41c65
Merge a fix from the alpha port - put softintr in the right place in the
...
table.
2000-10-16 08:45:45 +00:00
Doug Rabson
a3f05798c1
Give names to app registers and control registers. Fix a typo handling
...
mov from branch register instructions.
2000-10-16 08:44:34 +00:00
Brian Somers
fe4f4f067a
Include sys/types.h
2000-10-16 08:28:50 +00:00
Brian Somers
bff9e230c6
Include sys/types.h
2000-10-16 08:22:42 +00:00
Josef Karthauser
20841b5823
Update the crunch config:
...
* 'more' is now 'less'.
* telnet required libipsec.
This won't necessarily fit on a floppy, but at least it compiles now.
2000-10-16 08:21:35 +00:00
Brian Somers
aab6541484
Include sys/types.h
2000-10-16 08:13:59 +00:00
Josef Karthauser
72d93b8e80
Build the PICOBSD kernels using the 'make buildkernel' method.
2000-10-16 08:08:31 +00:00
Warner Losh
9344caaf08
First cut at allocating the resources from the CIS after the probe, but
...
before the attach. Things aren't completely working, but this is a good
checkpoint.
Also, initialize the dev member of the function as soon as we add it
to the parent.
2000-10-16 07:51:12 +00:00
Warner Losh
a37932521c
Remove debug writes introduced in prior commit
2000-10-16 07:31:13 +00:00
Warner Losh
54c9005faf
Add the ability to use the $PIR table in the BIOS to route interrupts
...
on demand.
Submitted by: msmith
2000-10-16 07:25:08 +00:00
Warner Losh
9bf4bbcaf7
When a pci device hasn't had an interrupt routed to it (signified by
...
the intline of 255) go ahead and route the interrupt when we allocate
an interrupt.
Submitted by: msmith
2000-10-16 07:24:00 +00:00
Brian Somers
0d8188ce22
Include sys/types.h
2000-10-16 07:11:30 +00:00
Brian Somers
ebe53e9e4e
Add netnatm to LDIRS
...
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
2000-10-16 07:00:18 +00:00
John W. De Boskey
991c4ad814
Style fix only.
...
init 6 vs. /sbin/reboot problem still exists (pr 14829)
Submitted by: Doug Barton <DougB@gorean.org>
2000-10-16 06:16:44 +00:00
John W. De Boskey
3fc79ca179
Set new default: entropy_file="/entropy"
...
with /var/db/entropy being a hardcoded backup.
Submitted by: Doug Barton <DougB@gorean.org>
Approved by: markm
2000-10-16 04:45:47 +00:00
John W. De Boskey
bfb80de42d
Having played with this commit request for a few hours, I've
...
convinced myself that it's better then what we have, but still
not perfect.
/etc/rc : Attempt to seed /dev/random with multiple backoffs.
/etc/rc.shutdown : Attempt to write the entropy_file.
In debugging the above changes, I've run into some
inconsistancies... rc.shutdown is run via 'init 6', but
does not appear to be run via '/sbin/reboot'. Thus, this
set of changes improves life depending on the mechanism
used to shut the system down.
Submitted by: Doug Barton <DougB@gorean.org>
Approved by: markm
2000-10-16 04:44:35 +00:00
Bill Paul
67db683bc9
Fix one instance of XL_LOCK() that should have been XL_UNLOCK(). After
...
doing this so many times, I guess I was entitled to at least one typo.
Thanks to all who spotted this.
2000-10-15 21:15:38 +00:00
Brian Somers
f91f965e85
include <sys/types.h>
2000-10-15 20:49:53 +00:00
Josef Karthauser
1e2b0ddcfa
Fix the PICOBSD kernel configs. They're now converted to use
...
Peter's new format, and I'd added hints files for each.
The build process uses the PICOBSD.hints file as well as the config,
and additionally builds with -DNO_MODULES. The build process
probably needs to be converted to use the 'buildkernel' method
instead of running config itself.
The kernels now compile. I've not been able to test the crunch
process however because it used the vn driver and there are no
/dev/vn device nodes under devfs yet. Maybe someone else could
give it a go.
2000-10-15 20:42:22 +00:00
Marcel Moolenaar
603fa52221
Fix RAW dependency violation on p6 between cmp and mov.
2000-10-15 20:33:41 +00:00
Mike Smith
1b97a6c6a9
Network modules are all "if_foo" not "foo". Avoid the confusing spew that
...
ensues when ifconfig tries to load if_ed.ko when it's already in the kernel.
2000-10-15 20:23:27 +00:00
Brian Somers
9c8ec4f794
#include <sys/types.h>
2000-10-15 20:04:09 +00:00
Brian Somers
abf94dbd10
Remove namespace polution (x -> __x) introduced in the last
...
revision.
Pointed out by: bde
2000-10-15 19:31:24 +00:00
Brian Somers
f68d731adb
BPF wants packets in host byte order whereas TUN_IFHEAD wants them
...
in network byte order.
When we've got TUN_IFHEAD set, swap the AF byte order before passing
a packet to bpf_mtap().
2000-10-15 18:49:17 +00:00
Bosko Milekic
7ba0dcf1ae
Correct check for NULL in MEXT_INIT_REF() which should be checking whether
...
mbuf->m_ext.ref_cnt is NULL, and not whether mbuf is.
Also, remove spaces before "mbtypes" in MGET and MGETHDR macros.
Pointed out by: dwmalone
2000-10-15 17:57:00 +00:00
Warner Losh
d62abc771f
Lots of little fixes. We no longer panic on card insert:
...
o initialize ivars with bzero.
o remove interrupt function pointer. netbsd needs it, but we don't.
o add lots of comments about bogus things that I've been kludging to try
to make the simple cases work.
o add new ivar accessor for cis4 to match cis3. likely neither will be
needed, but it doesn't hurt to have it.
2000-10-15 17:21:50 +00:00
Brian Somers
bcfa175910
Fix #include order
...
Spotted by: imura
2000-10-15 16:42:31 +00:00
Nick Hibma
d686268728
Put the header section in the header file not the c file.
...
Submitted by: Jonathan Chen <jon@spock.org>
PR: 21982
2000-10-15 15:19:35 +00:00
Poul-Henning Kamp
db7e3af111
Remove unneeded #include <machine/clock.h>
2000-10-15 14:19:01 +00:00
Alexander Langer
c0206f33f7
Correct the usage of mktemp:
...
The old version lists all args as optional.
However, you need at least one arg to get a usable result.
PR: 18667
Reported by: obrien
Submitted by: Johan Karlsson <k@numeri.campus.luth.se>
Reviewed by: sheldonh
2000-10-15 11:35:48 +00:00
MIHIRA Sanpei Yoshiro
f0af59f2c1
note: support for Fujitsu MB86960A/MB86965A based PC-Card Ethernet
...
cards is back. [MERGED]
and add "fe" cards into HARDWARE.TXT and RELNOTES.TXT
add TDK LAK-CD031(src/etc/defaults/pccard.conf rev. 1.133)
2000-10-15 11:13:34 +00:00
Peter Wemm
642f0c46bf
Slight cleanup - this is logically equivalent code but means one less
...
use of the evil resource_locate() function.
2000-10-15 10:17:55 +00:00
Poul-Henning Kamp
398bc678aa
Move DELAY() from <machine/clock.h> to <sys/systm.h>
2000-10-15 09:51:49 +00:00
Peter Wemm
1198579d7b
Clean up as in isa/* - resource_query_string() loop cosmetic tweaks.
2000-10-15 09:32:58 +00:00
Peter Wemm
efed28b046
Repeat after me: I will test *before* commit, not after.... *blush*
2000-10-15 09:18:14 +00:00
Yoshihiro Takahashi
b48b645254
Fixed warnings.
2000-10-15 09:04:21 +00:00
Peter Wemm
ada54f9e54
Untangle some resource matching loops that were getting on my nerves
...
and seemed to be getting cut/pasted to places they shouldn't be.
2000-10-15 08:50:45 +00:00
Boris Popov
c523a62949
Make nfs PDIRUNLOCK aware. Now it is possible to use nullfs mounts on top
...
of nfs mounts, but there can be side effects because nfs uses shared locks
for vnodes.
2000-10-15 08:06:32 +00:00
Boris Popov
823548e131
Add missed vop_stdunlock() for fifo's vnops (this affects only v2 mounts).
...
Give nfs's node lock its own name.
2000-10-15 08:01:28 +00:00
David E. O'Brien
41698bde61
Remove GLOBAL -- it has moved to Ports.
...
Approved by: unanimous response on arch@freebsd.org (June time frame)
2000-10-15 07:10:42 +00:00
David E. O'Brien
53f303f5db
Remove GLOBAL -- it has moved to Ports.
...
Approved by: unanimous response on arch@freebsd.org (June time frame)
2000-10-15 07:01:47 +00:00