pk
1ad621b38f
Handle empty `input/output path' when looking for console device; patch
...
from Brian D. Chase.
1999-11-07 16:36:16 +00:00
uch
2cf4f4b9b6
Clear interrupt status before dispatch handler.
1999-11-07 14:07:50 +00:00
mrg
defe7bd119
make this compile without DEC_3000_300
1999-11-07 09:14:34 +00:00
scottr
4ecba735df
Garbage collect adb_initted.
1999-11-07 08:22:50 +00:00
scottr
0b8b3c403e
In the interrupt handlers, check adb_polling instead of
...
adb_initted to decide whether to handle 'recovered' interrupts
immediately.
1999-11-07 08:18:24 +00:00
scottr
26208b5e57
Garbage-collect adb_init(). It's been dead for a long time.
1999-11-07 08:08:10 +00:00
scottr
c11dd8b6dd
We want adb_polling set regardless of whether we're using the MRG driver.
1999-11-07 08:07:20 +00:00
enami
8567277ae0
Print range of all iospaces or all memspaces if their length aren't zero.
1999-11-07 07:44:21 +00:00
mycroft
277394fdd3
Fix WARN_REFERENCES() here for the ELF case.
1999-11-07 07:20:26 +00:00
mycroft
cf29975968
Hack to work around _C_LABEL() fallout so WARN_REFERENCES() works again.
1999-11-07 07:12:07 +00:00
cgd
b4560adaf2
regen
1999-11-07 07:03:08 +00:00
cgd
7867af6cfb
back out rev 1.166:
...
(1) the list added isnt' complete and i'd call it incorrect. (There are
other devices with these names, where were omitted. I've never seen
the devices with these IDs, I _have_ seen the other devices that go
by these names.)
(2) the PR (8754) had not been updated to note that the problem was
fixed, and i'd preiously asked the submitter for more information and/or
a corrected list.
1999-11-07 06:59:46 +00:00
scottr
8da942f249
Oops... last rev created an unused variable. While here, clean up
...
adb_reinit()'s variables a bit, too.
1999-11-07 06:15:09 +00:00
scottr
23411c4c1b
Convert one more buffer copy that I missed in rev 1.28.
1999-11-07 05:50:26 +00:00
mycroft
4c0911c827
Make this more current.
1999-11-07 01:09:12 +00:00
mycroft
6816b631ab
Nit: Make bootrealseg conforming.
1999-11-07 01:06:37 +00:00
mycroft
f991846760
Make this a little more current.
1999-11-07 01:04:59 +00:00
scottr
a7628ea793
Always using polling for poweroff (from macppc).
1999-11-07 00:16:39 +00:00
scottr
27adad708f
ite_polling -> adb_polling
1999-11-07 00:12:55 +00:00
scottr
57dc0b9f46
We need adb_initted in a couple of places; declare it here.
1999-11-07 00:12:54 +00:00
scottr
ad43c94436
ite_polling -> adb_polling
1999-11-07 00:12:53 +00:00
scottr
c827b513ac
Convert buffer copies to memcpy().
1999-11-06 23:50:29 +00:00
scottr
12a535f5ef
Add more delay in adb_reinit() (from macppc).
1999-11-06 23:44:32 +00:00
mhitch
93598fd12b
Cleanup pmap_remove_pv() a bit:
...
Page mod/ref status is stored in the pv header, and needs to be copied to
the following entry when removing the head entry, otherwise the status
will be lost (oops!).
Move the common MIPS3 cache flush into pmap_remove_pv() and eliminate the
unnecessary testing of the return value when only compiled for MIPS1.
If the pv entry had the cache inhibited, and we remove the last cache index
alias conflict, restore caching on the mappings for that entry.
Eliminate possible extra cache flushing inherited from the pica pmap: it
was doing the flush when the head entry was being removed - not just the last
entry. Now the flush is done only when the last mapping has been removed.
Also make sure the secondary cache gets flushed [MIPS3 cache flushing needs
to be re-thought/re-done someday].
Update comment for pmap_remove_pv() to reflect these changes.
1999-11-06 23:18:04 +00:00
scottr
560a7ef713
Change the behavior of spladb() so that it raises the IPL only
...
high enough to block ADB interrupts.
1999-11-06 23:05:40 +00:00
scottr
c738f52fb3
Update an outdated comment.
1999-11-06 22:44:52 +00:00
scottr
b46c7fc44d
Don't invoke the upper half handler unless we're still
...
initializing the ADB bus. This fixes PR 7870.
1999-11-06 22:25:20 +00:00
perseant
3c63d0830f
Address ufs_hashlock/ufs_ihashins protocol bug, discovered while doing a
...
post-mortem of a production machine. Also, take the active dirop
count off of the fs and make it global (since it is measuring a global
resource) and tie the threshold value LFS_MAXDIROP to desiredvnodes.
1999-11-06 20:33:05 +00:00
eeh
29d84e8033
Handle zero length properly in copyinstr() copyoutstr() and copystr().
1999-11-06 20:28:37 +00:00
eeh
f7a499bedd
Explicitly use 32-bit and 64-bit types and add some of the hooks needed for
...
32-bit coredumps.
1999-11-06 20:26:18 +00:00
eeh
bb3b0d186a
Expliticly use 64-bit and 32-bit types. And get rid of ftype. Aparently all
...
the other ports have.
1999-11-06 20:24:51 +00:00
eeh
09dae2e5eb
Explicitly use 32-bit and 64-bit types.
1999-11-06 20:23:02 +00:00
eeh
80e38bf1c6
Explicitly use 64-bit types.
1999-11-06 20:18:13 +00:00
eeh
7b60d6a0ed
Provide explicit 64-bit and 32-bit types for compatibility with sparc
...
userland.
1999-11-06 20:13:49 +00:00
eeh
f429a45407
Explicitly use 64-bit types.
1999-11-06 20:10:24 +00:00
thorpej
7e538afd49
Add register prefixes.
1999-11-06 17:42:31 +00:00
mhitch
01a4486595
Try to document the use of the XContext register in the TLBMiss and XTLBMiss
...
exception handlers.
1999-11-06 17:35:55 +00:00
mhitch
32b8c8d62c
The previous change to pmap_create() to fix DEBUG compiles was incorrect. The
...
original debug output was printing the argument to pmap_create(), but
pmap_create() no longer has an argument. The incorrect change now prints
an un-initialized pointer. Change to just print out the function name.
1999-11-06 16:56:33 +00:00
sommerfeld
8be740541b
Extract MAC address from CIS data in pcmcia front end.
...
Fix multicast address manipulation.
ipv6 now works through this driver.
1999-11-06 16:43:53 +00:00
mycroft
80173a8cef
Enable DHCP by default, rather than BOOTP, as BOOTP is much more likely to
...
fail (due to option length issues), and DHCP is now prevalent.
1999-11-06 16:23:49 +00:00
rh
b2a56ee1b9
regen.
1999-11-06 13:50:02 +00:00
rh
080ff79d14
Add vendor/product entry for Auravision VxP524 PCI Video Processor.
1999-11-06 13:48:29 +00:00
augustss
34e97b4c65
Regen.
1999-11-06 11:18:00 +00:00
augustss
3514a2e115
Add SIIG devices. Closes PR kern/8754 from Andreas Wrede <andreas@planix.com>
1999-11-06 11:17:30 +00:00
soren
6f961bbe31
It's okay for a memory region to be larger than it's alignment.
1999-11-06 06:20:53 +00:00
enami
de37487d49
- Export initrtclock().
...
- Call it from apm_resume().
This fixes timer problem on some laptop after hybernation (PR#4808).
Reviewd by: fvdl@netbsd.org
1999-11-06 01:14:00 +00:00
enami
6b2ae05f21
Possible typo.
1999-11-06 01:01:20 +00:00
enami
9be459a1fb
Regen.
1999-11-06 00:59:56 +00:00
enami
9c7bc44f91
Support an earlier version of IO-DATA PCLA/T.
1999-11-06 00:58:32 +00:00
drochner
db5d01fc72
back out the "ep"/"ex" guessing part of the previous - the check was
...
removed from the kernel and the device name is only informational now
1999-11-05 22:57:39 +00:00