thorpej
82065e8a0b
Update the comment for pmap_update().
2001-04-21 17:13:12 +00:00
jdolecek
f59f3f6ce4
Add a hack to install i386/ed(4) link to edc(4) manpage. This seems
...
to work okay and doesn't have any install ordering problems.
2001-04-21 16:54:05 +00:00
jdolecek
99ede4555d
one more s/dasd/edc/
2001-04-21 16:51:29 +00:00
jdolecek
341bd27743
add info about when this driver appeared and add warning BUGS section
...
noting this driver is experimental and under development
2001-04-21 16:46:32 +00:00
tsutsui
e53804bd4b
Preliminary support for Acard ATP850/860 UDMA PCI IDE controllers.
...
XXX Currently disabled by default because it has some problems on macppc.
XXX Maybe some more initialization is needed, but there is few information
XXX about the chips.
2001-04-21 16:36:37 +00:00
jdc
e9d9414894
Document getnstr().
2001-04-21 16:28:27 +00:00
thorpej
24e7ecca97
Adjust the way the cpu_info[] array works (array of pointers
...
rather than array of structures). Keep a list of active
CPUs and define a CPU_INFO_FOREACH to traverse them.
This fixes cpustates statistics tracking.
2001-04-21 16:27:10 +00:00
jdc
e0083771d7
Add missing prototypes.
...
Fixes PR lib/12714.
2001-04-21 16:19:37 +00:00
tsutsui
8dfe3efca7
space -> tab
2001-04-21 16:10:54 +00:00
sato
5c43977ed6
- fix comment for MCR/530.
...
- add MCR/530A(MobilePro780) PWCTL_COM0 device.
- add MC-R520A(MobilePro770) BTN_COVER device,
but commented because of no checking.
- add MC/R530A(MobilePro780) BTN_COVER device,
but commented because of no checking.
2001-04-21 15:56:55 +00:00
bjh21
630f137a5e
Multiple-inclusion protection.
2001-04-21 15:47:32 +00:00
hubertf
1bbc6b0055
Some entries from Richard Rauch, posted on netbsd-advocacy.
2001-04-21 14:49:08 +00:00
sato
9804ab7c49
add VR4181 vrip register maps.
...
add VR4181 vrip intr levels.
2001-04-21 14:46:36 +00:00
wiz
0f1257e6a3
Add arch to Dt.
2001-04-21 14:45:12 +00:00
sato
05c9ce0788
add VR4181 BCU register definitions.
...
add routines for VR4181.
2001-04-21 14:44:40 +00:00
wiz
09fc203c72
Add arch to Dt, and lots of whitespace fixes.
2001-04-21 14:44:13 +00:00
wiz
43de32aa6c
Add arch to Dt, since it's only installed for i386. Whitespace nits.
2001-04-21 14:42:32 +00:00
wiz
882728f711
Fix arch in Dt, whitespace nits.
2001-04-21 14:40:57 +00:00
wiz
ea043b4b71
Add arch to Dt, whitespace fixes; Nm doesn't need an argument.
2001-04-21 14:40:03 +00:00
wiz
be99f8cf1c
Add arch to Dt, Nm doesn't need an argument, and punctuation fixes.
2001-04-21 14:38:53 +00:00
wiz
0a7899aaff
Add arch to Dt.
2001-04-21 14:34:42 +00:00
wiz
a2992e2d63
Add arch to Dt, and spelling.
2001-04-21 14:33:39 +00:00
wiz
c180af535e
Fix arch in Dt, and spelling.
2001-04-21 14:32:27 +00:00
wiz
b1ebd6234d
fix arch in Dt
2001-04-21 14:31:39 +00:00
wiz
25fa457d17
Add arch to .Dt.
2001-04-21 14:31:03 +00:00
wiz
98aa993908
Misc fixes: date, whitespace, arch to .Dt, punctuation.
2001-04-21 14:30:18 +00:00
wiz
e650b07ec0
Uppercase Dt, Nm doesn't need an argument, whitespace fixes, spelling.
2001-04-21 14:25:03 +00:00
wiz
b5e2bc1192
Add arch to Dt, Nm doesn't need an argument, whitespace fixes, spelling.
2001-04-21 14:23:16 +00:00
tsutsui
e815501ea9
Regen from pcidevs rev. 1.318:
...
> Correct an entry for Acard UDMA IDE controller.
> The chip is actually marked as ATP860-A, not ATP860R.
2001-04-21 13:32:25 +00:00
tsutsui
42f78f411a
Correct an entry for Acard UDMA IDE controller.
...
The chip is actually marked as ATP860-A, not ATP860R.
2001-04-21 13:28:52 +00:00
tsutsui
c7bcfd56a3
Fix a leftover comment.
2001-04-21 11:54:25 +00:00
sato
a797d869ed
dump io setting: DPRINTF->VPRINTF
2001-04-21 10:32:38 +00:00
shin
18b3797247
add /dev/altq
2001-04-21 09:54:33 +00:00
jdolecek
583f68be2c
update prototype for uvm_map_pageable()
...
XXX there are probably more things which need an update here
2001-04-21 08:34:11 +00:00
jdolecek
4475e78cfe
fix typo
2001-04-21 08:22:44 +00:00
tsutsui
f39a68828d
Make sure to check SC_ACCEL_TAGS in ncr53c9x_ioctl()
...
even if sync transfer is disabled or not supported.
2001-04-21 07:28:22 +00:00
martin
83930a016c
Demangle an #ifdef mess and make all ioctl routines take an u_long
...
as the command argument. Before we were subject to subtle sign extension
differences depending on char being signed or unsigned.
2001-04-21 07:23:41 +00:00
tsutsui
c6e66cb834
Define ${ELF2ECOFF} and use it so that we can specify objcopy
...
for it on cross environment.
2001-04-21 05:54:02 +00:00
tsutsui
64eed5859d
Clean up ncr53c9x_select():
...
- Define NCR_F_SELATN3 for sc_features and use it to check if the chip
supports SELATN3 command
- Make conditions of sending messages a bit simpler.
2001-04-21 05:35:20 +00:00
hubertf
965773e0ca
Check for return value of getenv() before handing it to strdup().
...
Fixes a bug in last commit when PKG_ADD was not set.
2001-04-21 01:38:14 +00:00
ross
baa78b5c79
Nonfunctional change split out from pending functional commit.
2001-04-20 23:52:23 +00:00
thorpej
4ad5b289fe
No longer need to play with the kernel_lock while waiting
...
for the other processor to sync FP state.
2001-04-20 22:59:38 +00:00
thorpej
c24c3604b0
SPINLOCK_INTERLOCK_RELEASE_HOOK should actually be
...
SPINLOCK_SPIN_HOOK, so that we actually check for
pending IPIs on the Alpha more than once. Also,
when we call alpha_ipi_process(), make sure to go
to splipi().
2001-04-20 22:58:39 +00:00
thorpej
b8ccfcaac5
Add splipi() to block interprocessor interrupts (which come in at IPL 5).
2001-04-20 22:28:58 +00:00
toshii
61ff48a82e
In pmap_allocpagedir(), check if uvm_km_zalloc of ptpt is successful,
...
and handle alloc failure case.
2001-04-20 18:11:53 +00:00
matt
1a5fe5b583
Split cpu from mainbus so that cpu can attached to other buses (like ofbus).
2001-04-20 18:08:48 +00:00
thorpej
97682364ef
Adjust for a multiprocessor data structure change (whee, I guess
...
I haven't built a GENERIC.MP for a while...)
2001-04-20 18:03:27 +00:00
thorpej
499f5a02fd
Alas, we must put pmap_emulate_reference() in the kernel_lock
...
perimeter as long as we still acquire it in interrupt handlers,
in order to avoid a lock ordering deadlock.
2001-04-20 18:00:50 +00:00
thorpej
a18eaa4cb6
Make sure there is there is a curproc in ltsleep().
2001-04-20 17:58:49 +00:00
tsutsui
f2e3f6d5d4
Cosmetics. (tab/space etc.)
2001-04-20 17:32:33 +00:00