matt
e1ac3df8a4
sharks can now figure out what they booted from so only a single kernel is
...
needed.
2000-06-07 04:36:06 +00:00
perseant
f032b9f500
px requires rasops8 to compile
2000-06-07 04:14:55 +00:00
gmcgarry
adb2efef6b
Autonegotiation with xi driver is reported to work. Use it on the
...
install media.
2000-06-07 02:16:06 +00:00
simonb
e59356ecdd
In __cpu_simple_lock_try(), use "return (v0 != 0);" instead of
...
"return (v0);" where v0 is an unsigned long and the function return
type is int. Stops lint warnings when this file is included.
Fix from Jason Thorpe.
2000-06-07 01:49:13 +00:00
gmcgarry
6de3467b52
- Clean up use of AUDIO_C_HANDLER.
...
- Copy bus_space handles into auio for fast handler.
2000-06-06 22:34:34 +00:00
matt
2b0f10e384
Needs to look at different stuff depending if the scsipi bus is SCSI or ATAPI
2000-06-06 20:26:19 +00:00
matt
ea16c1ada3
Enable __HAVE_DEVICE_REGISTER and add a ofw_device_register to shark_machdep.c
...
This works for booting diskless. It should work for booting off ide but that
is untested for the moment.
2000-06-06 20:17:34 +00:00
pk
c7d426f2b5
viking_cache_flush_page: spell bitmasks in hex, not octal.
2000-06-06 20:08:29 +00:00
soren
a9aa2abf94
defopt SYSCALL_DEBUG.
2000-06-06 18:52:30 +00:00
soren
476374bf63
Fix unused device declaration.
2000-06-06 18:00:57 +00:00
soren
e060a1c021
Fix pasto.
2000-06-06 18:00:23 +00:00
soren
fbfc073a95
findroot() is static.
2000-06-06 18:00:13 +00:00
soren
a2bda06df5
Typo.
2000-06-06 17:41:58 +00:00
soren
5e4ca4defb
Rename RM5200 cache ops to mips3_*_2way in anticipation of using them
...
for other CPUs with 2-way set associative L1 caches as well.
2000-06-06 17:41:07 +00:00
soren
113f160717
R12K has 64 TLBs too.
2000-06-06 17:36:12 +00:00
leo
0118b9d71e
_qs -> _sched_qs
2000-06-06 13:44:30 +00:00
leo
45c84d3f9c
Fix prototype definition of findroot().
2000-06-06 11:09:46 +00:00
pk
8a0d25a707
Oops, type confusion..
2000-06-06 09:20:31 +00:00
haya
d1421ab5ac
Remove unnecessary function arguments.
2000-06-06 08:20:06 +00:00
haya
c93ef01fbf
Use entire extent region when PCIBIOS_ADDR_FIXUP is set. PCIBIOS
...
provides PCI-dedicated memory and io extent.
2000-06-06 08:17:37 +00:00
pk
b5321a5a5c
Make the address argument of pcache_flush_page() a `paddr_t'.
2000-06-06 07:56:40 +00:00
thorpej
c791fe193f
Give the `sio' and `pceb' drivers the `82c693' attribute.
2000-06-06 03:10:55 +00:00
thorpej
f3d9d1ac8a
Use the common 82c693 access functions to read/write the ELCR.
2000-06-06 03:10:13 +00:00
soren
d8e5d1fa7d
Add rnd(4) glue for the MIPS3 cycle counter.
2000-06-06 02:24:00 +00:00
sommerfeld
bbca3924cd
Replace "timestamp" with "counter" in previous change, to avoid any
...
possible confusion that it has anything to do with accurate
measurement of time.
New names:
__HAVE_CPU_COUNTER
cpu_counter()
cpu_hascounter()
2000-06-06 01:33:15 +00:00
thorpej
f65502fc36
Report which compatibility IRQ the PCI IDE gets.
2000-06-06 00:50:15 +00:00
nisimura
3ca4913346
One more fix escaped from iointr() change.
2000-06-06 00:47:21 +00:00
nisimura
72f372eca2
Add a missing parenthesis and correct the function return value declaration.
2000-06-06 00:27:58 +00:00
nisimura
8c8d3119f0
Make sure model specific cpu_intr() routines call _splset() as the last
...
action.
2000-06-06 00:08:24 +00:00
nisimura
2f3e73fe03
Withdraw this configuration. NetBSD/pmax GENERIC is now switched to
...
MI SCSI.
2000-06-06 00:02:24 +00:00
jhawk
c063b64a2b
Do not clear msgbufenabled in dumpsys(). Dump messages will now go to
...
the message buffer. This can be invaluable in debugging if the dump
fails (assuming a persistant message buffer)
2000-06-05 23:44:55 +00:00
cgd
489af6e337
fix pasto pointed in the evcnt changes pointed out by Robert Swindells
2000-06-05 23:28:20 +00:00
gmcgarry
d0241b393f
Replace references to xe with xi. Clarify description to avoid
...
confusion with the Xircom tlp-based cards.
2000-06-05 23:18:50 +00:00
sommerfeld
bcf02ec8ff
If rnd is configured into the kernel, do rnd(4) entropy collection
...
from devices connected to pckbc:
- Do actual sample collection in pckbc.
- Add rndsource_element_t to the slot data.
- Change pckbc_set_inputhandler() to take an additional argument,
the name of the device, which is (eventually) passed into
rnd_attach_source() to identify the source.
- Change callers of pckbc_set_inputhander() appropriately.
2000-06-05 22:20:54 +00:00
thorpej
b0ce38fd8a
Switch to the new `evcnt' mechanism for counting interrupts. Maintain
...
a per-CPU interrupt counter for clock, device, and interprocessor
interrupts.
2000-06-05 21:47:26 +00:00
thorpej
2668e3b213
Switch to the new `evcnt' mechanism for counting interrupts. Maintain
...
a per-CPU interrupt counter for clock, device, and interprocessor
interrupts.
2000-06-05 21:47:10 +00:00
is
c7767f7b58
This was committed accidentally.
2000-06-05 21:40:34 +00:00
is
2b2e526525
This is amigappc, not amiga.
2000-06-05 21:37:33 +00:00
sommerfeld
fae21c7be1
Let rnd(4) know how to read the (pentium and higher) cycle counter:
...
If __HAVE_CPU_TIMESTAMP is defined, <machine/rnd.h> exists and defines
two functions:
1) u_int32_t cpu_timestamp(void);
returns the 32 low order bits of a reasonably high frequency counter.
2) int cpu_havetimestamp(void);
returns non-zero if cpu_timestamp() actually works.
The timestamp counter should run at a frequency greater than 1 MHz
(otherwise, microtime would be sufficient); other than that, the exact
frequency and origin of the counter are unspecified.
2000-06-05 21:15:22 +00:00
thorpej
814826fdda
Fix typo. kern/10291.
2000-06-05 20:47:47 +00:00
pk
862a955e34
Re-arrange code to flush physically indexed caches:
...
* replace `flush by line' function with a `flush by page' funtion, which
also takes an argument to indicate that write-back caches need not
validate its backing memory.
* use this function when allocating page table memory to flush the cache
before mapping it into kernel virtual space.
* also use it in pmap_{zero,copy}_page(), so we can safely use non-cacheable
access in there.
2000-06-05 20:38:24 +00:00
tsutsui
8c4d1bf1f9
Adapt MI ncr53c9x changes.
2000-06-05 15:08:00 +00:00
joda
9e1f399ada
fix `#scsibus at siop?' line
2000-06-05 13:34:13 +00:00
nisimura
4371d91433
Have MI ncr53c9x_attach() the 2nd and 3rd arguments for scsipi_adater
...
and scsipi_device respectively, with size reduction of ncr53c9x_softc.
Specifying NULL instructs the driver to use default adapter and default
device codes. Every target port has ncr53c9x_attach(sc, NULL, NULL) anyway.
2000-06-05 07:59:50 +00:00
matt
661884208a
add support for counting soft interrupts
2000-06-05 03:45:23 +00:00
matt
2f85fe7adb
Adjust to new evcnt stuff.
2000-06-05 00:09:17 +00:00
gmcgarry
11382b8021
Add APM_ALLOW_BOGUS_SEGMENTS - allow the use of data segments which
...
are in unexpected locations.
2000-06-04 22:36:27 +00:00
mycroft
43a543fa88
Implement CLKF_INTR(), to count interrupt time separately.
2000-06-04 21:27:38 +00:00
matt
ac621687a3
Add coff_machdep.h (now need due to the recent exec_coff changes).
2000-06-04 21:06:18 +00:00
ragge
1320a4106c
Adopt to latest mba/hp changes.
2000-06-04 20:04:21 +00:00