dsl
81c71a86b4
Make compile with WARNS=3
2004-10-16 13:20:10 +00:00
dsl
8cc827516a
Remove used variable
2004-10-16 12:52:30 +00:00
dsl
ca03792fbe
Remove _erase_ch() it isn't used any more
2004-10-16 12:49:14 +00:00
dsl
43dde40d82
Put spaces either side of '|' for clarity ('|' looks too much like 'I' or 'l')
2004-10-16 11:11:04 +00:00
dan
e541469606
teach rcmd about getport move in rsh directory
2004-10-16 09:58:38 +00:00
christos
e4ff3093af
remove unused variable
2004-10-16 07:36:08 +00:00
snj
60a7c7cacc
Fix two trailing xrefs and kill an unnecessary argument to Nm.
2004-10-16 06:01:52 +00:00
snj
32eca9407f
New sentence, new line; use .Dq instead of ``''.
2004-10-16 05:44:59 +00:00
dsainty
9a582784d5
Bump date for -n description
2004-10-16 04:38:53 +00:00
dsainty
d01162a3bc
Added -n option, which tests for a present core but doesn't write it
...
to disk or clear it (does 'nothing').
http://mail-index.netbsd.org/tech-userlevel/2004/10/09/0000.html
2004-10-16 04:29:27 +00:00
dsainty
4b46224291
Added -n option, which tests for a present core but doesn't write it
...
to disk or clear it (does 'nothing').
http://mail-index.netbsd.org/tech-userlevel/2004/10/09/0000.html
2004-10-16 03:48:15 +00:00
christos
d9d5b79249
- Fix bug in port parsing code; s_port must be in network byte order.
...
- Factor out port parsing code and add error checking to it.
- WARNS=3
2004-10-16 02:03:54 +00:00
enami
226c6eda62
Make vmstat -s prints:
...
- uvmexp.pdre{anon,file,exec}.
- real number of namecache stats.
2004-10-15 21:29:03 +00:00
enami
740cc023cc
Rewrite the loop without using useless SIMPLEQ_FOREACH macro.
2004-10-15 21:25:04 +00:00
salo
61948d78ec
Correct the omission in 're-enter' verification method addition in EXAMPLES.
2004-10-15 15:25:14 +00:00
enami
461001f32f
Fix some typos.
2004-10-15 15:19:02 +00:00
enami
b07577d748
Don't break line at the space since it is not a word separator but
...
an example of space character.
2004-10-15 15:07:54 +00:00
he
b0a1d8f11d
Increase the pmax ramdisk size with 100KB, so that the contents
...
fits again.
2004-10-15 15:06:37 +00:00
skrll
de13910b03
Revert previous. set_statvfs_info needs the struct proc * arg.
...
Problem noted by Tom Ivar Helbekkmo on current-users
2004-10-15 09:09:09 +00:00
daniel
84a34aedec
Add vm.bufcache, vm.bufmem, vm.bufmem_lowater, m.bufmem_hiwater (PR misc/27247, misc/27233).
2004-10-15 08:47:16 +00:00
thorpej
11103d1865
No longer need <sys/disk.h>
2004-10-15 07:22:02 +00:00
thorpej
99e5d764c1
- Eliminate the need to call disk_init().
...
- disk_count needs to be protected with disklist_slock, too.
2004-10-15 07:19:01 +00:00
thorpej
f8335cf6c2
Don't initialize ttylist or tty_count in tty_init().
2004-10-15 07:15:39 +00:00
thorpej
fae7cbfa65
rf_find_raid_components():
...
- If DIOCGDINFO failed with ENOTTY, don't print an error message; wedges
don't support that ioctl. Clean up the error message.
- If DIOCGDINFO fails, don't proceed to examine an invalid disklabel
structure.
2004-10-15 06:41:35 +00:00
thorpej
32ca684d72
match_harddisk(): Open RAW_PART, not the booted partition; we're
...
only performing the ioctl to fetch the disklabel.
2004-10-15 06:18:47 +00:00
thorpej
0b0e09815e
Update config_attach_pseudo() example.
2004-10-15 04:51:48 +00:00
thorpej
c7dc2875d8
Don't need to use config_makeroom() here.
2004-10-15 04:48:24 +00:00
thorpej
ffb78793fc
Use config_attach_pseudo() to create device instances in the device
...
tree for created wedges. This is necessary for setroot().
2004-10-15 04:42:09 +00:00
thorpej
45bba4e135
Change config_attach_pseudo() to take a cfdata * that contains the
...
necessary information to create the pseudo-device instance. Pseudo-device
device's will reference this cfdata, just as normal devices reference
their corresponding cfdata.
Welcome to 2.99.10.
2004-10-15 04:38:36 +00:00
enami
d5e42fa312
- Don't change the matching logic.
...
- Prepare to describe a card which has NULL CIS string.
- Factor out common code.
- Deal with malloc return value.
2004-10-15 00:48:53 +00:00
enami
d10ffa8c6e
Don't change the logic when simplifing code; a OR was changed to AND
...
and a test was removed but they shouldn't be changed.
2004-10-15 00:25:06 +00:00
bouyer
43d3408b53
In auxio_blink(), only toggle the AUXIO_LED_LED bit, don't clear the others.
...
It looks like bit 3 control the on-board le's link test, clearing it breaks
the interface (no link detected on the remote end). bit 3 is defined as
AUXIO4M_LTE (link-test enable) for sun4m systems (maybe all the AUXIO4M_*
bits are valid on the Ultra/1 too ?).
Tested on Ultra/1 and Ultra/5, approved by Martin Husemann and Matthew Green.
Should fix port-sparc64/25039 by Lubomir Sedlacik.
2004-10-14 17:58:06 +00:00
wiz
331fa8e963
Bump date for "ADDI-DATA APCI-7800 8-port serial adapter" support.
2004-10-14 10:51:28 +00:00
yamt
1c2a2dcad3
move i/o schedulers to their own files.
...
namely, from kern/subr_disk.c to kern/bufq_{fcfs,disksort,readprio,priocscan}.c.
2004-10-14 05:12:28 +00:00
mhitch
5760e71352
The gcc3 compiler optimized away writing character data to the Cirrus chip,
...
which results in a blank display - making it rather difficult to do an
install or upgrade when using a Cirrus-based display. Change the pointer
used to write the character and attribute to volatile. The console screen
now shows data and is usable.
2004-10-14 04:14:26 +00:00
enami
10f8fdf7dd
Redo previous two commit a bit different way;
...
- Just read as much as we can.
- Handle some special tuples.
2004-10-14 03:24:00 +00:00
snj
ce44fe4282
Fix some comment typos and a spelling error.
2004-10-14 01:45:54 +00:00
snj
a3fac25b0a
hparm -> hpcarm.
2004-10-14 01:28:19 +00:00
snj
70e016abea
Spelling police.
2004-10-14 01:16:30 +00:00
christos
2634ff1b14
PR/27255: Nikos Ntarmos: PCMCIA NIC with blank CIS tuples crashes the kernel
...
Simplify the code for readability.
2004-10-14 00:17:12 +00:00
christos
5ec878616d
Remove stray -I, noted by Adam Ciarcinski
2004-10-14 00:14:52 +00:00
abs
ea19f3b80d
I'm not sure what the comment is trying to say, but it can say it with
...
'making' at least as well as 'makeing'.
2004-10-13 23:46:46 +00:00
snj
c225c39401
Bump date for last and slightly improve wording.
2004-10-13 23:46:42 +00:00
gavan
56da1fbe07
Note import of iyonix port
2004-10-13 23:43:35 +00:00
abs
0987b85abc
making, not makeing
2004-10-13 23:42:30 +00:00
abs
78e3b4298a
The next release will be 3.0, not 2.1
2004-10-13 23:40:14 +00:00
gavan
0560d8b947
Initial import of iyonix port.
...
The Iyonix is a desktop machine from Castle Technology, based on a 600MHz
XScale[tm] 80321 processor.
* Uses the bootloader from NetBSD/acorn32, which is now 32-bit compatible.
* Currently boots multiuser with a serial console.
* Device support is not yet complete.
With help from abs.
2004-10-13 23:28:34 +00:00
christos
7e7288c064
Bounds check signal number.
2004-10-13 23:21:41 +00:00
augustss
4989f19412
Regen.
2004-10-13 18:44:09 +00:00
augustss
89b66b9ce9
Add ALi M1563 bridge.
2004-10-13 18:42:17 +00:00