bjh21
5a25454f00
Fix typo: maching -> machine
2001-04-25 12:05:24 +00:00
jdolecek
a0cf66443f
change comment for accouting; /var/account/acct is not needed to be created
...
manually any more
2001-04-25 11:50:56 +00:00
jdolecek
b0cda2cf0b
If the accouting file doesn't exist, create it if possible.
...
Addresses misc/12735 by Robert Elz.
2001-04-25 11:48:22 +00:00
itojun
4db33fdf62
avoid null pointer deref. sync with kame.
2001-04-25 11:25:51 +00:00
tron
1b0bc07d26
Add placeholder for missing "Makefile.inc".
2001-04-25 10:31:30 +00:00
haya
94e69e110f
Initialise all function's latency timer and cacheline size.
2001-04-25 09:29:36 +00:00
haya
3d8f9a4f4f
Set function-in-use flag before calling power control function in
...
order to prevent turn on power twice. This change does not prevent
power-off/power-on conflicts.
2001-04-25 09:20:32 +00:00
mjl
6dd766a2b6
Fix typo and missing word. PR/12744 by Gael Queri.
2001-04-25 08:53:31 +00:00
garbled
021ccd864a
Oops.. fix the makefile to decend down the networking tree.
2001-04-25 04:05:04 +00:00
garbled
33208b1563
Add the whole sushi networking menutree kit and caboodle.
2001-04-25 04:02:08 +00:00
garbled
2add5244d8
Add the pile of directory entries for sushi's new networking menu tree.
2001-04-25 03:54:26 +00:00
garbled
9b603a2514
Whew. Add an entire networking configuration tree for sushi. This gives
...
sushi the ability to do the following tasks:
Edit /etc/exports
Edit /etc/hosts
Change the hostname
Modify NIC configuration
Change the default route
Setup YP/NIS.
2001-04-25 03:43:25 +00:00
thorpej
5de93d4755
Move _i386_memio_unmap() into bus_machdep.c; the ACPI code wants it.
2001-04-25 03:31:23 +00:00
simonb
4d24d9a940
Regen.
2001-04-25 03:07:19 +00:00
simonb
3e4456d049
Spell "portege" correctly - it's a computer, not a car.
2001-04-25 03:06:11 +00:00
simonb
6f6fe2f3ad
Spell occurred correctly.
2001-04-25 02:33:08 +00:00
simonb
a69a3cc5ec
Spell occurred correctly.
2001-04-25 02:19:48 +00:00
lukem
7e903ba2b0
crank copyrights of files changed this year
...
remove superfluous byte_count update in send_file_list
crank version
2001-04-25 01:46:25 +00:00
atatat
c0da9e56cb
Provide an easy way for someone to erase all arp entries as opposed
...
to the common practice of inventing an unwieldy shell construct each
time.
Note: -f (ala route -f) is in use already, and FreeBSD provides "prior
art" for the use of -d and -a together to accomplish this.
2001-04-24 23:11:06 +00:00
atatat
a6a25381d8
The script called dhclient-script no longer lives in /etc.
2001-04-24 22:41:13 +00:00
bjh21
5907bb14c3
Fix missing-parenthesis typo.
2001-04-24 21:57:08 +00:00
pooka
94391160f5
bootpd lives in /usr/sbin, not /etc
2001-04-24 21:55:06 +00:00
mycroft
ad44e79f90
It appears there's a race condition when disabling a channel that causes us to
...
need to explicitly relatch the interrupt when firing it up again. So, in the
trigger routines, explicitly disable and reenable the interrupt to relatch it,
like we do in the interrupt routine.
Also clean up some broken loop overrun checks.
My ES1371 seems to be more reliable now, but I'm not going to pretend to fully
understand this chip.
2001-04-24 21:03:33 +00:00
thorpej
c28272808b
Remove the PTP and PV entry stealing code. Now that the pmap
...
module can fail gracefully, it serves little purpose, and the
code is a bit complicated and adds overhead to the context
switching code.
2001-04-24 20:53:43 +00:00
ragge
2f019a2701
Support for KA681 (4000/500A) from Michael Kukat.
2001-04-24 20:16:36 +00:00
thorpej
20f1193ce2
Delete a couple of statistics that are not really worth keeping.
2001-04-24 20:14:45 +00:00
thorpej
7d4893b529
Gather ASN info into a single structure, and place a variable-length
...
array of those structures at the end of the pmap structure. We compute
the size of the pmap structure based on the maximum CPU ID for a
particular machine. This gives us better cache behavior and better
memory footprint for the ASN info.
2001-04-24 20:11:53 +00:00
thorpej
42113967f9
Fix an uninitialized variable problem in the non-MULTIPROCESSOR case.
2001-04-24 20:03:20 +00:00
marcus
bc069b939c
Abstracted handling of System ASIC controlled IRQ:s a little.
...
Three different IRQ:s can be selected for each event, 9, 11, or 13
(which selects hardware priority). More events to be added as they
are discovered. Do not use shb_intr_establish() to register IRQ 9, 11
or 13 anymore.
2001-04-24 19:43:23 +00:00
uch
909873bca2
recompile.
2001-04-24 19:30:53 +00:00
uch
bd926f64c6
code clean up.
2001-04-24 19:27:58 +00:00
bjh21
f7bfe29cb1
Compile with ELF support on ARM systems.
2001-04-24 19:02:06 +00:00
bjh21
843c4223f1
setsoftast is a macro now.
2001-04-24 18:21:10 +00:00
bjh21
63692f5771
Rather large overhaul. Mostly cosmetic, but also:
...
Provide PROC_PC on arm26.
Provide working CLKF_INTR on arm26.
Make setsoftast a macro everywhere.
2001-04-24 18:20:21 +00:00
bjh21
01adfb1d35
Pull in <arm32/psl.h> for spl* definitions.
2001-04-24 18:16:43 +00:00
bjh21
05d087e7c7
Remove definitions of CLKF_*. They're defined in <arm/cpu.h> now.
2001-04-24 18:15:44 +00:00
uch
f0df5e196f
delete noisy debug message.
2001-04-24 17:09:54 +00:00
thorpej
e553a6caf0
Do the first allocsys() pass (the pass that computes sizes) before
...
calling pmap_bootstrap(); pmap_bootstrap() needs some of the size
information computed by allocsys().
2001-04-24 15:41:38 +00:00
fvdl
17a51bfa67
Don't allow -mask for v6 addresses, otherwise there could be confusion
...
leading to incorrect masks being used. Problem pointed out by
Martin Blapp (mb@imp.ch ) who ported the code to FreeBSD, fixed
differently for the time being.
2001-04-24 15:04:27 +00:00
fredette
de878b5521
Added these required headers.
2001-04-24 14:42:32 +00:00
tsubai
af50ac4b06
Make sure free rx buffers have GMAC_OWN set.
2001-04-24 11:04:11 +00:00
leo
56ea880f14
Both isa_hades.c and isa_milan.c are also dependent on 'isa' of course...
2001-04-24 10:56:54 +00:00
jdolecek
115f4e4207
print the drq together with irq, slot info
2001-04-24 09:15:06 +00:00
joda
77dec036c1
don't claim that options are illegal, cf lib/12715
2001-04-24 09:07:43 +00:00
nisimura
da9a00c583
Add PRiD register imp value 0x2d for Toshiba TX4900 family.
2001-04-24 08:03:44 +00:00
leo
164b045485
Split the ISA common attachment stuff and the interrupt handling.
...
There are too many differences between the Hades and Milan in this area.
2001-04-24 06:39:47 +00:00
leo
a1bcd64a89
The register spacing for the Milan is different.
2001-04-24 06:27:58 +00:00
leo
d7512523ba
Add sanity checking on register B of the mc146818.
2001-04-24 06:26:48 +00:00
leo
8e9f65f2a7
Don't emit SCU defines when it isn't present.
2001-04-24 06:17:22 +00:00
leo
7488e821c5
Handle cases in which the cpulabel pointer == NULL.
2001-04-24 06:15:42 +00:00