thorpej
b2ee6c4c4c
Clarify kdc section.
2000-08-11 02:39:27 +00:00
thorpej
8cb7deb85b
Add support for the DEC DE422 Ethernet, which is a DEPCA
...
attached to the EISA bus. This board is commonly found
on Alpha Jensen systems.
2000-08-11 02:27:07 +00:00
itojun
62037f7722
kdc superseded kerberos. not sure if the description is 100% right.
2000-08-11 02:25:52 +00:00
thorpej
e931f846ff
#if 0 out a debugging printf.
2000-08-11 01:02:39 +00:00
thorpej
d561771013
Add missing copyright noticed (it ended up in eisareg.h by mistake).
2000-08-11 00:46:17 +00:00
thorpej
5310aa68b8
Oops, back out previous. It wasn't intended.
2000-08-11 00:44:37 +00:00
thorpej
e207174eb0
Add functions to read EISA configuration data for MEM, IRQ, DMA, and IO.
...
XXX Just error stubs on the i386 right now -- someone needs to write
XXX EISA BIOS code for i386.
2000-08-11 00:43:18 +00:00
thorpej
30f7d691a0
Declare the ECU data in an MI location, so that drivers can
...
use it.
2000-08-10 23:30:08 +00:00
bjh21
e801d41011
Remove void casts from splx(). It returns void anyway.
2000-08-10 23:06:38 +00:00
bjh21
c636092423
Use ETHER_IS_MULTICAST where relevant.
2000-08-10 23:03:04 +00:00
bjh21
24ab4fb4f8
Check the podule has a description before using it.
2000-08-10 22:57:01 +00:00
lukem
5007ab036b
- sshd has a pid file, so take advantage of it
...
- support `reload' arg (using default of SIGHUP)
2000-08-10 22:49:43 +00:00
bjh21
2fb8a3feb8
Clean up packet reception. Notably, copy data straight from the card to
...
mbuf(s) without using the packet buffer in the softc. Also, clean up error
messages.
2000-08-10 22:43:45 +00:00
jeffs
95ac0dc817
In db_disasm() use fuword() to fetch user addresses. Mainly to avoid
...
bad EPCs from losing the initial ddb context when panicing, but also
helps with typos.
2000-08-10 22:31:26 +00:00
thorpej
690a071d43
Need bsd.own.mk
2000-08-10 22:02:07 +00:00
soda
be6120309f
add commented out PCIBIOS_INTR_GUESS
2000-08-10 21:33:17 +00:00
soda
834cceb3ae
move PCIBIOS_INTR_FIXUP_FORCE, PCIBIOS_INTR_GUESS and PCIBIOS_IRQS_HINT
...
to opt_pcibios.h.
2000-08-10 21:21:02 +00:00
soda
405954a851
describe options PCIBIOS_INTR_GUESS
2000-08-10 21:19:42 +00:00
soda
b63f6b5096
Add another option PCIBIOS_INTR_GUESS for no compatible ICU found case.
...
Under this option, if only one IRQ is available for the link,
we assumes that the IRQ is already connected, and configure
PCI Interrupt Configuration Register accordingly.
This is what Linux pcmcia-cs-3.1.19 does by default.
This fixes unconfigured pccbb interrupt problem of
Sharp Mebius MN-5500. It's interrupt router is ITExpress Inc. IT8330G.
(http://www.ite.com.tw/ , vendor=0x1283, product=0x8330)
Problem reporeted by Kitagawa <sk@kiu.ac.jp> in
http://www.kaynet.or.jp/~kay/ml/netbsd-pcmcia/msg/msg00608.html
2000-08-10 21:18:27 +00:00
tv
3f6d813859
Merge change from gnu/dist/gcc/objc: don't put absolute relocs in ro-data
...
if compiling PIC, else RRS text relocs will be generated.
2000-08-10 21:06:50 +00:00
tv
6e4a918853
Merge changes from gnu/dist/ld.
2000-08-10 20:41:51 +00:00
tv
cbef3ca9f3
Merge changes from gnu/dist/binutils.
2000-08-10 19:53:54 +00:00
tv
9af6ca142f
Update to 2.10's definition of undefined_symbol().
2000-08-10 19:33:02 +00:00
jeffs
45de998997
Handle MIPS little endian output better when bfd outputs magic 8 (MIPS BE)
...
instead of 10 (MIPS LE).
2000-08-10 19:12:40 +00:00
tv
2fe7204081
Recanonicalize ELF hosts (that were formerly a.out) uniformly:
...
ARCH-unknown-netbsdelfVERSION
ELF hosts that started that way are not changed.
2000-08-10 19:02:56 +00:00
thorpej
dafbb1e2ea
- Reference count MCC IDs, and garbage-collect them in destroy if
...
the ref count is 0, and in close if the ref count is 0 and the
ID is dead (i.e. has been previously destroyed).
- Don't use temp files to generate unique MCC names; use ASCII
representations of pointers to the malloc'd IDs, which is
unique enough for our purposes.
- Dead IDs cause an ENOENT error, as would a dead FCC ID.
Per discussion w/ Johan Danielsson <joda@pdc.kth.se>.
2000-08-10 18:58:59 +00:00
tv
8b5fd52a02
This recursive build structure is now defunct.
2000-08-10 18:47:34 +00:00
tv
874ca5d37d
Merge from (binutils-2.9.1 based) gnu/dist/gas.
2000-08-10 18:47:32 +00:00
tv
d695e2940c
This recursive build structure is now defunct.
2000-08-10 18:47:31 +00:00
tv
3a56a942e3
Merge from (binutils-2.9.1 based) gnu/dist/gas.
2000-08-10 18:47:31 +00:00
tv
2307a371d0
This recursive build structure is now defunct.
2000-08-10 18:47:30 +00:00
tv
d977b907c5
Merge from (binutils-2.9.1 based) gnu/dist/gas.
2000-08-10 18:47:29 +00:00
tv
7e11855e83
This recursive build structure is now defunct.
2000-08-10 18:47:28 +00:00
tv
48e789cc92
Merge from (binutils-2.9.1 based) gnu/dist/gas.
2000-08-10 18:47:28 +00:00
tv
ffa84dd52b
This recursive build structure is now defunct.
2000-08-10 18:47:27 +00:00
tv
cc17a82660
Merge from (binutils-2.9.1 based) gnu/dist/gas.
2000-08-10 18:47:26 +00:00
tv
74a5c3583d
This recursive build structure is now defunct.
2000-08-10 18:45:19 +00:00
eeh
7c49c54392
Fix signal delivery.
2000-08-10 18:33:47 +00:00
tv
78bd242fd9
Merge changes from (binutils 2.9.1-based) gnu/dist/bfd.
2000-08-10 17:36:49 +00:00
hubertf
41894d882b
in ftpsource: Add a space after host, directory, etc.'s %s
...
to prevent menuc(?) from putting all things in one line
(I don't know since when we got this "auto-wrapping" stuff,
and it may be nice for text paragraphs, but it's a PITA for
tables etc.)
2000-08-10 17:06:02 +00:00
thorpej
7dd4170cf5
Fix typos in some #if 0'd code.
2000-08-10 16:18:00 +00:00
thorpej
4ffaedfcde
Fix the semantics of krb5_cc_close() and krb5_cc_destroy() for
...
the MCC. They now match the semantics of the MIT krb5
implementation.
2000-08-10 15:51:20 +00:00
tv
fc02cabeaf
Merge from src/gnu/dist. Add armv2 and mipseb, and eliminate old `netbsd386'
...
shorthand alias.
2000-08-10 15:46:35 +00:00
oster
ff1bb25d60
Clarify a few things about parity. Add more documentation about RAID on RAID,
...
and root on RAID.
2000-08-10 15:14:14 +00:00
tv
3d81ad2517
This was never used at this gnu/dist level, so remove.
2000-08-10 15:03:00 +00:00
tv
78da8a8e6b
More compatible yet: sysctl used to be in /usr/sbin, not /sbin, so add both
...
locations to $PATH before trying to run sysctl.
2000-08-10 14:57:22 +00:00
tv
8b87324ac7
Merge the MACHINE_ARCH logic from gnu/dist/config.guess, but do this in
...
a backwards-compatible way (prefer uname -p, but fall back to
/sbin/sysctl -n hw.machine_arch).
2000-08-10 14:54:34 +00:00
mrg
1473c2ecc9
first cut sysinst installer.
2000-08-10 14:38:51 +00:00
mrg
84cb48f20c
remove incomplete miniroot configuration.
2000-08-10 14:32:29 +00:00
tv
339b9c00a1
Merge from gnu/dist/include.
2000-08-10 13:52:05 +00:00