obrien
d84d862cbd
"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
ru
cecaff41fb
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
dfr
843ee21b1b
Track changes to trapframe.
2000-10-16 09:18:05 +00:00
brian
43cbb51930
Include sys/types.h
2000-10-16 09:14:44 +00:00
dfr
eff8f28a1d
* 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
ru
4585a8bced
Added support for i815.
2000-10-16 08:53:00 +00:00
dfr
b439fc03db
Use the right mask for extracting sof from cr.ifs.
2000-10-16 08:47:56 +00:00
dfr
a19c68c1cb
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
dfr
39f24cfb96
Merge a fix from the alpha port - put softintr in the right place in the
...
table.
2000-10-16 08:45:45 +00:00
dfr
2f4d309251
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
d01c82cf1a
Include sys/types.h
2000-10-16 08:28:50 +00:00
brian
fcbddcd644
Include sys/types.h
2000-10-16 08:22:42 +00:00
joe
ed2cf1aae0
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
9ccce83dc8
Include sys/types.h
2000-10-16 08:13:59 +00:00
joe
f017b1a42f
Build the PICOBSD kernels using the 'make buildkernel' method.
2000-10-16 08:08:31 +00:00
imp
2fee850635
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
imp
fa741b6476
Remove debug writes introduced in prior commit
2000-10-16 07:31:13 +00:00
imp
893736b551
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
imp
d81515c140
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
6313f62d80
Include sys/types.h
2000-10-16 07:11:30 +00:00
brian
b93e97d898
Add netnatm to LDIRS
...
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
2000-10-16 07:00:18 +00:00
jwd
6c9c173e79
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
jwd
ac37933794
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
jwd
5f83544426
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
wpaul
f6a9ec137a
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
2fff1245fa
include <sys/types.h>
2000-10-15 20:49:53 +00:00
joe
76e0aec5a2
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
9b17e562cb
Fix RAW dependency violation on p6 between cmp and mov.
2000-10-15 20:33:41 +00:00
msmith
3f1cd5592b
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
97cc68f9c3
#include <sys/types.h>
2000-10-15 20:04:09 +00:00
brian
f14ff11317
Remove namespace polution (x -> __x) introduced in the last
...
revision.
Pointed out by: bde
2000-10-15 19:31:24 +00:00
brian
74f5353c0a
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
bmilekic
76e5fb2ac3
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
imp
cd3bbf9dd5
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
e25bb3a14c
Fix #include order
...
Spotted by: imura
2000-10-15 16:42:31 +00:00
n_hibma
aafeb3d6b7
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
phk
beadbd4365
Remove unneeded #include <machine/clock.h>
2000-10-15 14:19:01 +00:00
alex
16b7b5256b
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
sanpei
248449f128
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
ec72f8bd92
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
phk
35f5b229bc
Move DELAY() from <machine/clock.h> to <sys/systm.h>
2000-10-15 09:51:49 +00:00
peter
72f413de0c
Clean up as in isa/* - resource_query_string() loop cosmetic tweaks.
2000-10-15 09:32:58 +00:00
peter
f8f70f4f5c
Repeat after me: I will test *before* commit, not after.... *blush*
2000-10-15 09:18:14 +00:00
nyan
5c19d4f6c0
Fixed warnings.
2000-10-15 09:04:21 +00:00
peter
af84d4dcdc
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
bp
9c029c0ce5
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
bp
86d96862d1
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
obrien
5eab735c6e
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
obrien
677f44272c
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
bmilekic
95b1ae9f22
Change the "in use" percentage metric to actually display a real
...
"in use" percentage. In other words, show how much of mb_map is in use.
2000-10-15 06:29:22 +00:00