thorpej
65c9982dfa
Back out part of previous which was unintended.
2000-08-11 18:26:09 +00:00
msaitoh
7e0d8cf541
hide InitializeBSD if DONT_INIT_BSC is defined
2000-08-11 15:11:22 +00:00
msaitoh
18f2e17644
fix the first (temporary) kernel stack address
...
from IOM_RAM_BEGIN + 0x003ff000
to IOM_RAM_BEGIN + IOM_RAM_SIZE - 0x00001000
2000-08-11 14:51:08 +00:00
thorpej
c30304eb14
Declare the `depca' device here, now that it can attach to
...
multiple busses.
2000-08-11 14:35:57 +00:00
jdolecek
0e25756aee
s/LANG/SYSINST&/ - the former one clashes with variable commonly
...
used to choose locales
2000-08-11 13:05:15 +00:00
kleink
8e0079b444
Merge tzdata2000f.
2000-08-11 12:03:21 +00:00
kleink
4c613c91ee
Import tzdata2000f.
2000-08-11 12:00:56 +00:00
soda
f88536df95
s/nodevs/nodev/ for mount option.
2000-08-11 11:59:44 +00:00
soda
3681169826
fix thinko of revision 1.4.
...
the change seemed to intend "/net" and "/cd", rather than "/mnt" and "/cd".
2000-08-11 11:59:14 +00:00
toddpw
e36c17d6c2
Have port-i386 use installation/floppy, for conformance with release(7).
2000-08-11 09:20:38 +00:00
soren
82a02d5fad
A few minor grammar fixes.
2000-08-11 04:05:01 +00:00
mrg
9ee127a42c
back out previous, and do it properly:
...
copy the ASM_OUTPUT_CONSTRUCTOR and ASM_OUTPUT_DESTRUCTOR defines from
sol2-sld-64.h.
2000-08-11 03:31:41 +00:00
mrg
239844c32c
if TARGET_CPU_DEFAULT is TARGET_CPU_v9 or TARGET_CPU_ultrasparc, define
...
ASM_LONG to be ".xword". this makes C++ global ctors and dtors work
on the sparc64. noted by mycroft.
2000-08-11 03:13:32 +00:00
thorpej
e4eb846113
Add depca at eisa.
2000-08-11 03:05:19 +00:00
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