Commit Graph

79627 Commits

Author SHA1 Message Date
bjh21
660a20cd22 Add a skeleton driver for the random latches on the Archimedes, which are
shared between the printer port and floppy drive.  Useful facilities will be
added when I know what I need.
2001-04-22 00:26:35 +00:00
thorpej
7f10ba88b1 #define away pmap_update() in <machine/pmap.h> so that no function
call overhead is incurred as we start sprinkling pmap_update() calls
throughout the source tree (no pmaps currently defer operations, but
we are adding the infrastructure to allow them to do so).
2001-04-21 23:51:14 +00:00
pooka
e1d6858626 NetBSD: You choose the hardware, we'll bring the OS.
from David Brownlee on netbsd-advocacy

While I'm in here, sort the file using tools/do_sort to get the recently
added fortunes into order.
2001-04-21 23:11:30 +00:00
atatat
7989fb3af8 The script called dhclient-script no longer lives in /etc. 2001-04-21 22:53:36 +00:00
ross
c8ee2e4ddd Import and use cpu_info_primary for non-MULTIPROCESSOR.
Hey, it compiles, and it's only -current.
2001-04-21 22:03:21 +00:00
thorpej
99052484f4 Fix LP64 printf format problems. 2001-04-21 21:57:16 +00:00
bjh21
4442920f51 In nfs_loadattrcache(), if checkalias() gives us a new vnode, lock it. This
prevents us losing the locked state of the old vnode.

fvdl thinks the old vnode is certain to be locked at this point.  I've put in
a KASSERT to be on the safe side.

This seems to fix PR kern/12661.
2001-04-21 21:35:53 +00:00
fvdl
4c41d3275c s/cheap/expensive/ for DIAGNOSTIC 2001-04-21 21:10:41 +00:00
fvdl
41a3ee5d58 Note that the (already commented out) DIAGNOSTIC option is expensive. 2001-04-21 21:03:46 +00:00
fvdl
2654febb55 Remove DIAGNOSTIC and mark it as expensive. 2001-04-21 21:02:03 +00:00
fvdl
a1b8e618af Doh. Put the option *after* the include of plain GENERIC. 2001-04-21 20:58:13 +00:00
fvdl
17e856341b Add GENERIC_DIAGNOSTIC to the list of kernels to be distributed. 2001-04-21 20:56:50 +00:00
fvdl
c20e370b1f Note that the DIAGNOSTIC option will decrease performance. 2001-04-21 20:51:18 +00:00
fvdl
781af989f9 Move the DIAGNOSTIC option to a seperate config file, it's too expensive
to be in GENERIC (which should be a kernel ready for production use).
2001-04-21 20:49:14 +00:00
rearnsha
8faae68155 Use bus_space functions for accessing SBIC registers. 2001-04-21 20:47:26 +00:00
jdolecek
6402f68d79 Match any device with class bridge and subclass BRIDGE_MC, instead
of matching individual products. Pointed out by Jason Thorpe.
2001-04-21 19:18:20 +00:00
bjh21
85e1abfb39 Keep track of interrupt depth. With forthcoming changes to cpu.h, this gets
us accounting for interrupt time.
2001-04-21 18:51:17 +00:00
he
d2741ad4f9 Make sure to depend and build in hp300/stand before doing ``make release''. 2001-04-21 17:58:21 +00:00
he
9593d5023f Also build and install installation notes under "make release"
(actually snap_md_post).
2001-04-21 17:43:24 +00:00
thorpej
0115ec662c The pmap_update() call at the end of uvm_swapout_threads() is
completely useless.  Nuke it.
2001-04-21 17:38:24 +00:00
thorpej
15f731ee94 pmap_update() should not be equated with "flush entire TLB", it is
used to process deferred pmap operations.  Since these pmaps don't
defer anything, pmap_update() is a noop.
2001-04-21 17:25:01 +00:00
thorpej
c3df364b08 pmap_update() -> tlbflush() 2001-04-21 17:20:58 +00:00
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