dfr
b0c15b2eae
Add section for building ia64 kernels.
2000-10-16 20:04:52 +00:00
obrien
b9b0a5ec19
The PowerPC conversion was
...
Submitted by: Benno Rice <benno@jeamland.net>
2000-10-16 20:03:53 +00:00
obrien
17dc0cb9cb
Convert from the Alpha compontents to PowerPC ones.
2000-10-16 19:58:32 +00:00
obrien
147049dcac
Repo copied from src/sys/boot/alpha/libalpha/alpha_module.c,v
2000-10-16 19:55:06 +00:00
obrien
834f5602c7
Repo copied from src/sys/boot/alpha/libalpha/prom.c,v
2000-10-16 19:51:48 +00:00
obrien
c2b30cfd6d
Repo copied from src/sys/boot/alpha/libalpha/devicename.c,v
2000-10-16 19:51:29 +00:00
imp
0becd6877f
Add types and prototypes.
...
Submitted by: msmith
2000-10-16 19:49:30 +00:00
imp
c9f8de22b0
Forgot to commit this last night.
...
Define interrupt routing method.
Submitted by: msmith
2000-10-16 19:43:44 +00:00
joe
c96e987bcd
Add an optional start/stop argument to pccard_ether, and migrate
...
the 'ifconfig ifN delete' into pccard_ether under the 'stop'
function.
In addition start dhclient with a pid file based on the interface
name, e.g. /var/run/dhclient.ep0.pid, and kill the correct dhclient
(or dhcpc) process when the card is removed.
2000-10-16 19:11:11 +00:00
joe
fe13d4e327
Avoid passing the optional ifconfig arguments to dhcpc as well as ifconfig.
...
This bug has been here since revision 1.8.
2000-10-16 19:03:48 +00:00
wpaul
35828f956b
Remove an errant splimp() that I missed when I went through this driver
...
the first time.
2000-10-16 18:51:32 +00:00
n_hibma
4e7a941619
Undo previous commit. <machine/clock.h> is needed for the prototype
...
for DELAY().
2000-10-16 18:50:00 +00:00
n_hibma
ef4994a121
Sync with NetBSD:
...
K&R -> ANSI
Bugfix: 'Keep the bit position even when the report descriptor says POP.'
Add hid_use_report_desc, hid_parse_usage_page, hid_parse_usage_in_page.
Changed iface for hid_report_size.
2000-10-16 18:13:59 +00:00
n_hibma
ba11a89d00
Sync with NetBSD:
...
Add more Usages.
2000-10-16 17:45:27 +00:00
n_hibma
b25fdde238
Sync with NetBSD:
...
Add seatbelts.
Be more lenient towards restarting the ports: If a port manages to connect
successfully reset the restartcount.
2000-10-16 17:40:59 +00:00
brian
637755464a
Move __uint16_swap_uint32, __uint8_swap_uint32 and
...
__uint8_swap_uint16 inside __GNUC__.
Reviewed by: bde
2000-10-16 17:06:48 +00:00
dfr
bc46619cd7
In pmap_remove_pv(), only manipulate the page's list if the pv is
...
managed.
2000-10-16 17:06:32 +00:00
dfr
1ecfe05d1d
Do a full exception_restore after an execve syscall to ensure that the
...
new program gets the right values for its arguments etc.
2000-10-16 17:03:51 +00:00
dfr
0f8e5156ff
Clear the register stack frame before using loadrs to invalidate the
...
stacked registers.
2000-10-16 16:59:32 +00:00
dfr
efff96d60a
Clear ar.pfs for the child process in cpu_fork - switch_trampoline
...
doesn't want a stack frame.
2000-10-16 16:55:59 +00:00
dfr
befe0300bd
Return zero from setjmp() and _setjmp() for now.
2000-10-16 16:51:50 +00:00
dfr
00a16b5ef0
Fix a couple of dumb mistakes.
2000-10-16 16:48:48 +00:00
n_hibma
367b573a1e
Merge from stable: Update of comments
2000-10-16 16:38:04 +00:00
gallatin
b2fadc6d14
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
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