enami
2230805f45
Add missing backslash.
1999-09-28 09:57:35 +00:00
nisimura
de20527da0
Forgot to commit an important change for bus_space/bus_dma.
1999-09-28 08:05:42 +00:00
simonb
60f2775a8e
Fix incorrect comment.
1999-09-28 02:26:35 +00:00
ad
c62af9270a
Note DPT controllers as needed. If it looks like a stripped down GENERIC,
...
it gets it.
1999-09-27 23:59:50 +00:00
wrstuden
25faa820de
Add support for reading MacOS-partitioned disks. Stolen from the mac68k
...
port, but modified in that macppc searches for netbsd-partitioned disks
before MacOS partitioned disks, since installboot generates a fake MacOS
partition table which isn't the one we want to use.
1999-09-27 17:02:43 +00:00
leo
c9448b002c
Specify the major number of the md-device. Otherwise config(1) won't emit
...
a dev_name2blk enrty for the RAM-disk. This made the installation procedure
unusable.
1999-09-27 14:32:17 +00:00
kleink
0b9965d236
For ELF, rename the profiling entry from mcount to __mcount to avoid clashing
...
with the user's namespace, also within file scope; for binary compatibility,
define a weak alias for the previous name to cover our tracks.
1999-09-27 09:47:44 +00:00
tsubai
a4c71cd136
Include machine/cpu.h.
1999-09-27 08:47:56 +00:00
enami
9740841cb6
Remove DEVPAGER, SWAPPAGER and VNODEPAGER.
1999-09-27 08:39:44 +00:00
itohy
a5c3c08c66
Add missing TBIA() definition for 68030-only machine.
1999-09-27 04:43:40 +00:00
itohy
694f6286e8
Make it compile again.
1999-09-27 04:18:45 +00:00
takemura
de467400aa
Use platid insted of ProcessorArchitecture because Win CE 1.0 dose not
...
support ProcessorArchitecture in SYSTEM_INFO.
Now version of pbsdboot.exe is 1.7.0.
1999-09-26 12:46:56 +00:00
takemura
6fe86bae28
Add columns and rows infomation to attach message.
1999-09-26 10:22:10 +00:00
uch
7787b1dc9f
Add Philips Nino 312, Compaq C-series 810, 2010c, 2015c entry.
1999-09-26 07:35:22 +00:00
takemura
9759fc2177
TX39xx support.
...
- startproc.c is divided into 3 files, mips.c, vr41xx.c and tx39xx.c
- add systeminfo.c
Version of pbsdboot.exe is 1.6.0.
1999-09-26 02:42:50 +00:00
is
744246fa0b
vm_offset_t -> vaddr_t/paddr_t
1999-09-25 21:47:02 +00:00
is
490ccb0747
vm_offset_t -> vaddr_t or paddr_t, as appropriate.
1999-09-25 21:19:48 +00:00
is
75321f3ae6
vm_offset_t -> db_addr_t (mostly), v_addr_t (one place).
1999-09-25 21:11:55 +00:00
is
c861d2e5d4
Replace leftover vm_offset_t's by paddr_t or vaddr_t, as appropriate.
...
Rename variables/parameters from "va" to "pa" where they are a paddr_t.
Correct DCIAS to take a paddr_t (instead of vaddr_t).
1999-09-25 19:27:35 +00:00
uch
d7e2fcf851
Remove obsolete option MIPS3_FLUSH.
1999-09-25 17:13:27 +00:00
ad
2d7488c2c5
Use px_probe_sram() to figure out ringbuffer size instead of defaulting to
...
the minimum value of 128KB (useful only for PMAG-F).
1999-09-25 14:45:21 +00:00
uch
1a59333e1b
Regen.
1999-09-25 10:52:50 +00:00
uch
3b2be5bbd2
Add Toshiba TX39 CPU and Philips, Compaq model entry.
1999-09-25 10:51:13 +00:00
takemura
bc2048a94e
Delete unnecessary comment which was for the variable, 'cold.
1999-09-25 03:09:01 +00:00
shin
06d83cd302
Delete 'cold'.
1999-09-25 00:18:10 +00:00
shin
9fd16d4c7b
[new options]
...
options MIPS3_4100 /* VR4100 core */
options MIPS_16K_PAGE /* enable kernel support for 16k pages */
options SOFTFLOAT /* No FPU; avoid touching FPU registers */
1999-09-25 00:03:22 +00:00
shin
44c2553ded
Changes for NetBSD/hpcmips.
...
Support VR4100.
Support 16KB page.
Support CPU without FPU.
Fix virtual alias problem(physio() case).
[new options]
options MIPS3_4100 /* VR4100 core */
options MIPS_16K_PAGE /* enable kernel support for 16k pages */
options SOFTFLOAT /* No FPU; avoid touching FPU registers */
1999-09-25 00:00:37 +00:00
minoura
8da8dfb94f
Could not compile w/ options M68060.
...
Supply -m68030 and -m68851 to the assembler.
1999-09-24 15:31:52 +00:00
is
497a2d0eaa
Make this compile without 68060 support. Apparently, nobody has tried this for
...
a long time.
1999-09-24 06:24:34 +00:00
enami
c122d6ab9d
Suggest to upgrade config(8).
1999-09-24 04:52:46 +00:00
nisimura
ff559f77f0
'KB' for kilo-bytes as humanize_number().
1999-09-24 00:37:52 +00:00
frueauf
aa39b12fb0
add missing #include <compat/svr4/svr4_lwp.h>. Ok'd by Klaus Klein.
1999-09-23 16:37:04 +00:00
tron
dd82f86245
Add Realtek 8129/8139 driver to install kernel as suggested by
...
Patrick Welche in PR install/8477.
1999-09-23 16:09:13 +00:00
minoura
75c422ec6c
Use m68k common cacheops.c.
1999-09-23 15:24:34 +00:00
minoura
be7984a052
First step toward network boot.
...
By Takeshi Nakayama <tn@catvmics.ne.jp>.
1999-09-23 15:14:57 +00:00
minoura
42b87a3a7d
#ifndef _M68K_CACHEOPS_H_ - #endif.
1999-09-23 15:10:18 +00:00
minoura
536a2060af
Protect some declarations by #ifdef _KERNEL.
1999-09-23 15:06:37 +00:00
takemura
8dd0eb62ce
Add timezone info in bootinfo.
...
Delete raw writing 'OK' into frame buffer.
1999-09-23 08:30:58 +00:00
msaitoh
2f74c366d0
Fix RWKREG register reset code in resettodr().
1999-09-23 05:34:03 +00:00
uch
7a074afddc
Change indent. no code changes.
1999-09-22 12:49:48 +00:00
tsubai
eb6af46461
Don't set sr[BL] to 1 in cpu_switch().
...
Optimizations.
1999-09-22 08:57:49 +00:00
leo
364d7ca19d
Make sure the pointer to the cpu_label is not NULL before trying to use it.
1999-09-22 07:20:44 +00:00
leo
9251fedf5d
Do not enable VGA cards automatically. Since chances are high that they
...
claim overlapping memory areas. This causes only the 'console' VGA card
to be enabled.
1999-09-22 07:18:45 +00:00
leo
313488aee7
Reverse the order in which PCI cards are scanned. Now the order matches the
...
TOS-scan order. This causes TOS & NetBSD to use the same video card on
a system with multiple VGA cards.
1999-09-22 07:15:43 +00:00
mhitch
fd6f19b057
Correct the clock speed setting: the GPI2 bit is only for the Alpha baseboard
...
TCDS; the TC option card has it's own clock.
Also don't use the TCDSF_FASTSCSI flag to clear fast mode - just rely on the
PROM environment.
1999-09-22 03:32:42 +00:00
mhitch
ba734be86b
Use the correct definition for the Fast Clock bit in cfg3, and set the
...
Fast SCSI bit used by the 53C9x chips.
1999-09-22 03:32:26 +00:00
tron
d889983e60
Small enhancement to the mcount() function to make profiling of assembler
...
functions easier. Patch supplied by Richard Earnshaw in PR port-arm32/8462.
1999-09-21 22:15:11 +00:00
scw
b85d5442ca
Add #ifdef _KERNEL around the spln() macros.
1999-09-21 18:49:19 +00:00
ragge
7c80a2ddec
Nuke unnused file.
1999-09-21 18:08:37 +00:00
ragge
3455a353f9
Fix minphys() on vax. While here, convert to bus.h.
1999-09-21 18:07:54 +00:00