tron
a42050f3e7
Use "VT6102 (Rhine II) 10/100 Ethernet" as description to be consistent
...
with existing entry for "VT86C100A (Rhine-II) 10/100 Ethernet".
2000-09-13 13:53:06 +00:00
tsutsui
ed45ef52e2
Disable KERNFS.
2000-09-13 13:52:21 +00:00
tsutsui
c9a96015d1
Remove mount -t kernfs.
2000-09-13 13:50:16 +00:00
tsutsui
6c73b7cec0
/kern is no longer needed.
2000-09-13 13:49:30 +00:00
tron
0c0911bb54
Regen.
2000-09-13 13:48:44 +00:00
tsutsui
ddae6ab8a8
Remove mount_kernfs and add dmesg.
2000-09-13 13:48:25 +00:00
tron
d6cf9f28b0
Add VT6102 Rhine II 10/100BaseTX ethernet chip used on e.g. the
...
D-Link 530TX NIC.
2000-09-13 13:48:09 +00:00
fvdl
31d5237f30
Now that kpasswdd works from inetd, also correct the entry: kpasswdd is an
...
udp service, not tcp.
2000-09-13 11:34:57 +00:00
fvdl
d00dd9f9a0
Define INETD_SUPPORT
2000-09-13 11:30:41 +00:00
fvdl
fb9657047a
Add support for running kpasswdd from inetd. Active if INETD_SUPPORT
...
is defined. In either case, kpasswdd will continue to work from
the commandline as usual.
2000-09-13 11:29:26 +00:00
thorpej
d0b099a9fc
Fetch cache info via `cpuid' insn, parse it, remember it,
...
and report it at boot time.
2000-09-13 08:04:15 +00:00
matt
405f9f1508
Add installboot (duh!)
2000-09-13 07:08:26 +00:00
jeffs
efef8a5aa6
Do not save t* registers in syscall stub as suggested by cgd. Saves
...
a whole 0.01us in lmbench lat_syscall null on our 250Mhz QED system.
$at is still saved just to be safe, although it looks like it does
not need to be. $v1 is used in syscall(), although I'm not sure why.
2000-09-13 06:48:04 +00:00
nisimura
c65b8a8ceb
Nuke unused obscure #define's.
2000-09-13 05:23:37 +00:00
thorpej
e36fcf40fa
param.h -> types.h
2000-09-13 05:22:12 +00:00
scottr
ff2130346c
Resolve bus_space_write_region_2() type mismatches.
2000-09-13 05:21:16 +00:00
thorpej
cf4c03c65c
Don't need <machine/pmc.h>. From enami@netbsd.org.
2000-09-13 05:20:47 +00:00
toshii
8b74873d54
Cleanup the error handling code introduced in rev. 1.26. Commented by jhawk.
...
No functional change.
2000-09-13 05:17:14 +00:00
scottr
7eb72c4f15
ae_write_mbuf() broke with the last change; revert.
2000-09-13 05:16:47 +00:00
thorpej
b5377930e3
libi386.so.0.3
2000-09-13 04:53:15 +00:00
thorpej
5bc14f38df
Stubs for the i386 performance counter interface.
2000-09-13 04:52:12 +00:00
thorpej
90a2e46ab1
Add support for using the 586- and 686-class performance
...
counters.
2000-09-13 04:47:00 +00:00
thorpej
b9b07590ec
Define some 586-class CESR MSR bits.
2000-09-13 04:44:27 +00:00
enami
f1fec63273
When @hourly is specified, set not just 23 but bit 0 through 22 also in
...
the bitstring e->hour. Fixes PR#10961.
2000-09-13 04:07:34 +00:00
simonb
57a9ae4559
Add support for booting off RAIDframe RAID1 mirrors.
...
If the first partition is of type FS_RAID, then add 64 to the block
number for each I/O in rzstrategy().
2000-09-13 04:06:46 +00:00
nisimura
cfbce2edce
Have MI SCSI device descriptions in GENERIC, removing 'mi.scsi' file.
2000-09-13 03:44:38 +00:00
hubertf
36942dc548
We now have a wscons.conf(5) manpage.
2000-09-13 03:39:12 +00:00
thorpej
e2cc69026a
Add 686-class performance counter events.
2000-09-13 03:37:04 +00:00
nisimura
bf7a6e6857
Found glyph pixel order inverted on screen.
2000-09-13 02:11:14 +00:00
nisimura
0ba2036eee
Introduce 'segbase' global variable to hold the pointer to current
...
process's segtab, retiring 'pcb_segtab' field from 'struct pcb'.
This would be another MULTIPROCESSOR unfriendly and the necessity
might be eliminated when the way to hold PTE is redesigned.
2000-09-13 01:53:00 +00:00
chuck
0dcdf1214c
kill mips3_write_xcontext_upper
2000-09-13 01:20:41 +00:00
chuck
6f9229b2e6
modify mips3 locore to elminate the abuse of XContext
...
so that we can run on systems that do not have XContext
(e.g. IDT 32364).
2000-09-13 01:12:47 +00:00
perseant
a477e1b98b
Cast back to int32_t in LFS_EST_BFREE and LFS_EST_RSVD macros, for
...
consistency with their arguments.
Change the debugging printf in lfs_reserve to match, and enclose it in
#ifdef DEBUG.
Tested on alpha, arm32, sparc.
2000-09-13 00:07:56 +00:00
eeh
022746fd14
This really does seem to fix the ref/mod issues. (Yeah, like were did we hear that before?)
2000-09-12 19:42:26 +00:00
pk
aa6df7169b
yank error.
2000-09-12 19:13:30 +00:00
matt
72b37119a0
${.CURDIR} is not optional when using MAKEOBJDIRPREFIX.
2000-09-12 17:21:44 +00:00
minoura
a78010b7b8
Adjust ramdisk sizes.
2000-09-12 17:07:44 +00:00
minoura
ff60191d5e
Pull common files into newly created ramdisk-common directory.
2000-09-12 16:42:50 +00:00
tron
23bf98f535
- Add "dependall" target so that "make build" will really uudecode the
...
"ld.so" binaries for i386 and sparc.
- Remove bogus "${DESTDIR}/" from "FILESDIR".
2000-09-12 16:39:51 +00:00
matt
98670586e9
ramdisk-kernel needs ${.CURDIR}
2000-09-12 16:06:55 +00:00
matt
79f8ad425f
Add missing directories so make obj DTRT.
2000-09-12 16:06:23 +00:00
soren
99418ce05f
Remove old comment.
2000-09-12 15:40:36 +00:00
minoura
8199d05ce7
Reduce ramdisk size by using hacked commands in distrib/utils.
2000-09-12 15:40:00 +00:00
minoura
ff4b8473ae
Enable sram device, which is used by memswitch(8).
2000-09-12 15:00:06 +00:00
tsubai
a0cf020afb
Configure L2 cache if it is not enabled by the firmware.
2000-09-12 14:47:38 +00:00
drochner
21955ff8d8
minor corrections / additions
2000-09-12 09:53:41 +00:00
nisimura
c8321c45a7
Found glyph pixel order inverted on screen.
2000-09-12 09:45:48 +00:00
sato
aa96730805
bzero allocated structutre initialy.
2000-09-12 08:25:44 +00:00
enami
9466b8d07e
Define an auto variable `bn' as off_t instead of int since it is finally
...
converted to byte offset.
2000-09-12 08:03:24 +00:00
matt
fd779f8fc8
Deal with the fact the local directory may not be writeable.
2000-09-12 05:11:10 +00:00