itojun
970a75f808
fix KAME PR 296 again, for transport-mode SA only
...
(shortterm workaround - need revisit for ANY SA)
2000-11-10 01:10:36 +00:00
hubertf
a7398324e3
Regen for ELSA WaveLan IDs
2000-11-10 01:03:29 +00:00
hubertf
e00d559554
Add ELSA WaveLAN card & a noname clone(?)
2000-11-10 01:02:32 +00:00
simonb
6e63b39fc6
Only need to include <sys/sysctl.h> once.
2000-11-09 23:14:21 +00:00
jdolecek
8b43f30672
Call pwd_mkdb with proper flag, so that it creates database in same
...
endianness as compile target. This is primarily for cross compiles.
Hopefully this method (looking into
${DESTDIR}/usr/include/machine/endian_machdep.h) is okay.
Patch sent by Andrew Brown in bin/11454.
2000-11-09 20:01:54 +00:00
scw
096c3068dd
The ZS chips are actually clocked at 5MHz and 10MHz on mvme147 and
...
mvme162 respectively. Thanks to Neil Lubdan and a frequency counter. :-)
2000-11-09 19:51:57 +00:00
christos
0cf0dd1b80
put the suggestion message in uvm_page.c. There could be other reasons
...
why we are not able to find the end of memory.
2000-11-09 19:22:30 +00:00
christos
413d7641a1
Give a hint to the user on why we failed.
2000-11-09 19:15:28 +00:00
ad
c8c52e320a
Match controllers hiding behind a Symbios 53c1510; thanks to Jonathan Lemon
...
<jlemon@flugsvamp.com> for providing clarification.
2000-11-09 18:19:40 +00:00
itojun
8c411160ec
backout KAME PR 296. "any" mode SA should be able to be used for tunnel mode.
2000-11-09 17:36:11 +00:00
kim
534a2fa4bb
BIOS memory loading messages can be enabled with DEBUG_MEMLOAD.
...
Increase VM_PHYSSEG_MAX from 3 to 5 to avoid a panic. Suggest
increasing VM_PHYSSEG_MAX in the panic message.
2000-11-09 17:34:51 +00:00
itojun
611c77c7df
unused variable
2000-11-09 17:20:24 +00:00
ad
01dc7ef4f3
TODO
2000-11-09 15:04:55 +00:00
ad
0a38453bd1
Promiscious mode works now.
2000-11-09 14:58:51 +00:00
tsutsui
dd7146d50b
On sun3x, cpu_reboot() calls sunmon_abort() for PROM bug work-around,
...
but sunmon_abort() does not restore mon_crp so it causes problems.
Instead, call romVectorPtr->abortEntry (via trap14) from sunmon_halt()
and call it from cpu_reboot().
Now PROM boot command works properly even after halt on my 3/80.
2000-11-09 14:38:44 +00:00
tsutsui
487ec97958
Make it possible to enable/disable DC_BE and IC_BE bits in %cacr at runtime
...
and enable them on news1200/1400/1500 (which have no L2cache).
2000-11-09 14:17:19 +00:00
tsutsui
42c617c5c6
Oops, fix botch in previous.
2000-11-09 13:32:06 +00:00
ad
1710c774e5
Xr iop, and note a "capacity may be different than SCSI" gotcha.
2000-11-09 13:01:41 +00:00
ad
0129c52c7d
- A few minor changes (typos and the like).
...
- Use SPLs in iop_msg_send() and not the interrupt mask - it accesses
shared resources lower down.
2000-11-09 12:51:36 +00:00
ad
28c73a6870
Add headers from sys/dev/i2o.
2000-11-09 12:39:30 +00:00
ad
9a41c41bed
Install only headers that are useful to userspace (ioctl interface is not
...
finished, but will be here soon).
2000-11-09 12:34:05 +00:00
tsubai
eef7148644
Enable HID0_BTIC on 750 and 7400.
2000-11-09 11:58:09 +00:00
tsubai
b11322a19d
powerpc HID registers definitions (only HID0 for now).
2000-11-09 11:49:13 +00:00
thorpej
a464410d30
If NBSD_EXEC_PREFIX is set, use it to set MD_EXEC_PREFIX rather
...
than going with just "/usr/libexec/".
XXX This wouldn't be so gross if the GCC people would give
up their #undef habit.
2000-11-09 06:27:07 +00:00
thorpej
a883aea587
If the COMPILER_EXEC_PREFIX make variable is set, define
...
NBSD_EXEC_PREFIX="<COMPILER_EXEC_PREFIX>/usr/libexec/"
in the CPPFLAGS.
2000-11-09 06:25:52 +00:00
thorpej
aadf694c47
Fix a printf format.
2000-11-09 06:09:59 +00:00
thorpej
2951308623
Use 64-bit printf formats for paddr_t's.
2000-11-09 06:05:40 +00:00
thorpej
e654e96593
Use 64-bit printf formats for paddr_t's (for arc port).
2000-11-09 06:02:40 +00:00
thorpej
c1e8f10429
Implement promiscuous mode.
2000-11-09 05:57:38 +00:00
matt
c4e14613b2
dos_unmount is only is dos_close is present but so conditionalize it like
...
dos_close.
2000-11-09 01:55:31 +00:00
matt
037cfa6d83
Fix a thinko or two i made a few days ago. I could have sworn i compiled
...
this. :)
2000-11-09 01:54:20 +00:00
matt
b9d975e3d2
NOMAN needs to be *before* we include bsd.own.mk
2000-11-09 01:52:55 +00:00
itojun
7b0d3f1d84
do not refer free'ed memory region. KAME PR 302 from ryo@iij.ad.jp
2000-11-09 01:04:14 +00:00
eeh
ccf7f1446f
Fix ILP32 bug in probe_get().
2000-11-09 00:35:02 +00:00
eeh
c3a041249b
Enable clean up keyboard attach and make formatting prettier.
2000-11-09 00:06:47 +00:00
lukem
f3ae49b593
make entries in example line match field names used elsewhere
2000-11-09 00:06:17 +00:00
jdolecek
cb5786ecbe
make this REQUIRE also cleartmp, so that it's started after /tmp
...
is cleared, otherwise the xfs's socket might get removed
This fixes misc/10310 by Alasdair Baird
2000-11-09 00:05:31 +00:00
eeh
17b69d1833
Attach the sunkbd line discipline to zstty.
2000-11-09 00:02:54 +00:00
eeh
954a7b9824
Switch to sunkbd for both com and zstty.
2000-11-09 00:00:40 +00:00
eeh
71b0c155a0
Support for MI console magic framework.
2000-11-08 23:41:42 +00:00
eeh
052afce2a5
Use new MI console magic framework.
2000-11-08 23:40:31 +00:00
eeh
2b8da88d55
Remove debug printfs.
2000-11-08 23:24:12 +00:00
eeh
c98778939f
Fix tty initialization. From Arne H Juul <arnej@fast.no>.
2000-11-08 23:21:38 +00:00
lukem
2775f3b901
remind people to edit /etc/*.conf instead of /etc/defaults/*.conf
2000-11-08 23:17:50 +00:00
eeh
faa5920bd2
Use the MI console magic sequence framework.
2000-11-08 23:13:03 +00:00
lukem
bb24a42565
minor cleanup of features (based on feedback by briggs)
2000-11-08 23:12:17 +00:00
eeh
559cfbe78a
Don't dereference NULL t_linesw.
2000-11-08 22:51:01 +00:00
eeh
59da39b946
Document new hw.cnmagic sysctl(8) variable.
2000-11-08 22:48:32 +00:00
eeh
df87630144
Add console magic sequence framework.
2000-11-08 22:41:58 +00:00
is
588900ab75
Remove some of the bitrot.
2000-11-08 21:50:25 +00:00