thorpej
b5443137f0
Only call through the function pointer if it's not NULL.
2001-06-22 01:42:20 +00:00
toshii
8128f45c37
Remove useless DEBUG code.
2001-06-22 01:29:26 +00:00
yamt
1aa18a915f
update comments
2001-06-22 00:01:47 +00:00
matt
41d73006f1
DMISS/DCMP/HASH1/HASH2/IMISS/ICMP/RPA are also valid on the MPC6XX
...
(specially the 603 and maybe the 601)
2001-06-22 00:01:25 +00:00
chris
2f52c6af4f
Remove commented out reference to EBSA missed in previous change.
2001-06-21 23:11:48 +00:00
eeh
6bda7d4cc7
Add an install kernel w/room for a miniroot.
2001-06-21 23:00:19 +00:00
eeh
09af009af3
Fix typo in previous. (damn vi.)
2001-06-21 22:58:36 +00:00
eeh
5e8c69237f
Add sparc64 support for both sparc and sparc64:
...
ELF64 for 64-bit sparc64 kernels.
ELF32 for 32-bit sparc and sparc64 kernels.
a.out for old sparc kernels.
2001-06-21 22:57:25 +00:00
eeh
6541f113b9
Add an assembly version of memset(3).
2001-06-21 22:41:55 +00:00
chris
9bb435db31
Tidy up bootconfig, only needs the footbridge section on cats.
2001-06-21 22:08:28 +00:00
matt
6d3037579c
Change a debugging message a bit.
2001-06-21 22:05:50 +00:00
bjh21
bd503d43b6
Add "Mark Brinicombe for the NetBSD Project", from dev/ic/seeq8005.c.
2001-06-21 21:53:44 +00:00
wiz
dad52345fd
Sync with top.1 v1.6.
2001-06-21 21:36:23 +00:00
wiz
d6232cb1ae
Fix some typos and grammar.
2001-06-21 21:36:05 +00:00
wiz
c384a41e3f
Turn -S (display of system processes) on by default.
...
If they are using so much CPU that they would be in the top 10 (or so)
they should be shown. Ok'd by christos.
2001-06-21 21:27:50 +00:00
christos
97184638db
make sure we remove all the global references refering to a shared object
...
when we remove it. Similar to the fix I applied a while ago to ld.elf_so
2001-06-21 21:19:25 +00:00
christos
096152524b
casts to size_t
2001-06-21 21:17:10 +00:00
christos
e01ff467fb
order the eE options as the others.
2001-06-21 20:58:18 +00:00
yamt
b12809f15e
linted.
2001-06-21 19:37:06 +00:00
jdolecek
36f8e84443
Move prototype of sysctl_dopipe() from <sys/sysctl.h> to <sys/pipe.h>
...
and adjust kern/kern_sysctl.c accordingly.
2001-06-21 19:08:36 +00:00
thorpej
1ce7119f17
More ISA interrupt rototilling. I get *some* interrupts on a:
...
we1 at isa0 port 0x300-0x31f iomem 0xcc000-0xcffff irq 10
we1: WD8013WC Ethernet (16-bit)
we1: Ethernet address 00:00:c0:94:f6:72
...but still nothing on the PCIC.
2001-06-21 19:00:18 +00:00
jdolecek
82ce96aaec
Don't include opt_new_pipe.h, it's not needed here
2001-06-21 18:59:51 +00:00
thorpej
e0901dc354
Fix whitespace botch.
2001-06-21 18:58:18 +00:00
thorpej
2ab206fbb5
Update, based on i8259a manual.
2001-06-21 18:57:04 +00:00
jdolecek
ad2b5880f0
Oops, fell into rpipe/wpipe trap:
...
The end we want to do selwakeup() on is not necessarily same as the one
we send SIGIO to. Make pipeselwakeup() accept two parameters and update
callers accordingly. This change fixes behaviour for code, which does
select(2)s on the write end waiting for reader (watched on gv, the problem
manifestated itself as a too long delay before the document was displayed).
Clearly separate the resource free code for FreeBSD
and NetBSD case in pipeclose(), so that it's a bit clearer what's going on.
Also LK_DRAIN the lock before the memory is returned to pipe_pool.
Add missing wakeup() in pipe_write() for PIPE_WANTCLOSE case.
2001-06-21 18:46:22 +00:00
matt
756d684c5a
Rename/enumerate the PTE protection bits to their real purposes.
2001-06-21 18:03:37 +00:00
bouyer
b1a2f97303
Also print DSA addr in a DIAGNOSTING printf.
2001-06-21 16:55:20 +00:00
bouyer
c38d9f6655
Update documentation about the Compaq Deskpro 4000. kern/13244 from Andrew Gillham.
2001-06-21 16:35:47 +00:00
bouyer
8a46c28bc6
Proper media support for Compaq Deskpro 4000. PR kern/13244 from
...
Andrew Gillham.
2001-06-21 16:33:33 +00:00
briggs
9fb64d8fcd
Build with and without option NEWPMAP.
2001-06-21 16:30:05 +00:00
briggs
1e9e15b279
Bring back pte.h for non-NEWPMAP builds.
2001-06-21 16:28:51 +00:00
jdolecek
27f92d9a03
s/by published/published by/
2001-06-21 15:22:38 +00:00
onoe
b5e1e7d8ab
add #include <net/if_ieee80211.h> to make it compilable.
2001-06-21 14:02:56 +00:00
hubertf
7478797a50
undo previous (test)
2001-06-21 13:36:27 +00:00
onoe
c4eb8932f8
Add support of persistent key of IEEE 802.11 wireless LAN card.
...
Currently, only Aironet ("an") driver/card can be used.
nwkey persist (IEEE 802.11 devices only) Enable WEP encryption for IEEE
802.11-based wireless network interfaces with the persis-
tent key written in the network card.
nwkey persist:key
(IEEE 802.11 devices only) Write the key to the persis-
tent memory of the network card, and enable WEP encryp-
tion for IEEE 802.11-based wireless network interfaces
with the key.
2001-06-21 13:36:24 +00:00
hubertf
e65828f665
whitespace-change
...
[log_accom test for committing to >1 module]
2001-06-21 13:33:02 +00:00
onoe
ea8bda451f
Add support for persistent key.
...
Fix promiscuous mode, taken from FreeBSD.
Fix to re-enable the card after suspend/resume.
Reflect current operational rate to if_media interface.
Avoid duplicate copy in transmit.
Move most of debug printfs into IFF_DEBUG.
Disable ANCACHE - designed for IPv4 only and no one use it.
Add IFF_ALLMULTI flags, as we don't have multicast filter.
Convert bzero/bcopy to memset/memcpy.
... sorry for jumbo commit.
2001-06-21 12:49:06 +00:00
onoe
0e7b0f3f43
add definitions for LEAP stuff in 350 series.
...
fix the value for AN_802_3_OFFSET to 0x34 (no one uses)
2001-06-21 12:33:24 +00:00
onoe
dd3d1120f0
Add definitions of the value for 'i_wepon' of ieee80211_nwkey to prepare
...
support for persistent keys.
2001-06-21 12:29:39 +00:00
wiz
e2eaa3b87a
constraint, not contraint.
2001-06-21 12:15:03 +00:00
wiz
0d3d11a65b
xref uvm_vs{,un}lock instead of vs{,un}lock
2001-06-21 12:13:36 +00:00
wiz
db3f9a692b
disk_detach.9, not disk_detatch.9
2001-06-21 12:10:57 +00:00
wiz
3fdb4cb67a
Whitespace and formatting fixes.
2001-06-21 12:03:29 +00:00
wiz
6539335131
Fix typos, punctuation and whitespace.
2001-06-21 11:59:00 +00:00
wiz
ad3ce1d8c4
Improve grammar and formatting, fix some typos.
2001-06-21 11:51:32 +00:00
wiz
c242c84057
Remove unnecessary .Pp, and a punctuation fix.
2001-06-21 10:03:49 +00:00
chris
db3f1a4dd5
Update vmparam.h to just have the cats value for KERNEL_VM_SIZE.
...
As noted by Robert Swindells.
2001-06-21 09:29:39 +00:00
thorpej
cc6c89106a
Correct the ISA bridge irqmap.
2001-06-21 06:24:23 +00:00
thorpej
f341043437
Rototill ISA interrupt code. In particular, I have remembered most
...
of the horror that is the 8259 PIC.
PCMCIA interrupts still not working yet, but getting closer.
2001-06-21 05:20:54 +00:00
kei
bddb038898
explain about macppc litte more.
2001-06-21 05:18:07 +00:00