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
drochner
b774d2ae7d
add licenses
2004-10-13 15:18:31 +00:00
drochner
a9a37d96ec
mention ADDI-DATA APCI-7800 8-port serial adapter
2004-10-13 14:25:09 +00:00
drochner
f62496141b
support ADDI-DATA APCI-7800 8-port serial adapter
2004-10-13 14:15:16 +00:00
drochner
f71b9f7aa1
regen
2004-10-13 14:14:41 +00:00
drochner
0f77727191
recognize ADDI-DATA APCI-7800 8-port serial adapter
2004-10-13 14:14:19 +00:00
rtr
289fb36901
add missing source to deal w/ unresolved symbols
2004-10-13 09:35:41 +00:00
mycroft
2b4ccae3e9
Remove pt_blockuc. If the debugger attempts to muck with the state of a
...
blocked thread, return an error; this should be done through ptrace(2).
2004-10-12 22:17:56 +00:00
mycroft
2c0f3d7d9b
Two changes for better handling of blocked threads with LWPs:
...
1) When looking up the active thread, do not convert it to a thread ID; use the
LWP ID instead. This causes us to go through the ptrace(2) interface to
modify registers -- using the kernel state -- rather than through the
thread library.
2) Do not add blocked threads to the thread list. These are represented by
LWPs and will be seen that way instead.
2004-10-12 22:16:34 +00:00
sjg
5961096f14
Apply patch from PR 26779
...
and update man page (not quite per PR 26780).
2004-10-12 16:46:59 +00:00
lukem
1ecb0d140f
Use 'load_rc_config_var CMD VAR' to set VAR for "foreign" rc.conf(5)
...
variables that may be set in /etc/rc.conf.d/CMD instead of /etc/rc.conf.
Fixes PR 20768 from Pavel Cahyna.
2004-10-12 14:51:03 +00:00
lukem
3c81b28a9a
* Implement
...
load_rc_config_var cmd var
to load the rc.conf(5) configuration for cmd and set var in the
current shell, using 'load_rc_config var' in a sub-shell to avoid
unwanted side-effects.
* Improve required_vars warning message.
2004-10-12 14:45:29 +00:00
christos
a22353007b
PR/27235: Jukka Salmi: MAKEDEV regression because of printf -> zeropad change
2004-10-12 14:42:08 +00:00
kent
44f6147e9d
split outputs.tone to outputs.bass and outputs.treble
...
from OpenBSD
2004-10-12 14:34:41 +00:00
lukem
573992ef57
Implement reload, using "amq -f".
...
Suggested by Hauke Fath in PR 26589.
2004-10-12 13:44:45 +00:00
lukem
b9fbb3f21a
manage tpctl with do_rc(). Fix from Jukka Salmi in PR 26754
2004-10-12 13:29:05 +00:00
lukem
d65dca170c
Fix for /bin/ksh, from Jukka Salmi in PR 27232.
2004-10-12 13:23:44 +00:00
dan
603344819a
be explicit about the perms of mfs /dev
2004-10-12 10:08:09 +00:00
jmc
4113b00abf
Fix some typo's/bad wording as highlighted in PR#27219
2004-10-12 04:07:09 +00:00
jmc
2597e77e92
Note the breakage w. 1.35 of var.c in /bin/sh and the need to update /bin/sh
...
before attempting a build
2004-10-12 04:03:20 +00:00
jmc
7a47cf149b
Check for fstatvfs and provide/use it only if the host system has it.
...
Fixes PR#27221
2004-10-12 03:28:30 +00:00
reinoud
3f13770b97
Finally x86-64
...
WARNING: i can't be 100% sure that this patch will work due to the x86-64
code being different from all other archs... maybe it ought to be
streamlined to the other archs?
2004-10-12 02:38:56 +00:00
reinoud
d1b2149022
Forgot NetBSD/alpha in my ptrace() fix.
2004-10-12 02:31:35 +00:00
reinoud
c90013b67b
Pass the LWP id to the ptrace() calls. Passing a zero as it did meant that
...
gdb could end up with the wrong registers... all other NetBSD archs
allready did this....
2004-10-12 01:38:47 +00:00
dsl
eef12d4ee1
De __P
2004-10-11 20:13:37 +00:00
dbj
2bd0f63fd0
print absolute inode number in debug output when freeing free inode occurs.
...
previously, the number was relative to the cylinder group, which was confusing.
prefix debug message with "ifree:" so this can be differentiated in bug reports.
2004-10-11 17:15:36 +00:00
dsl
edfa669ef6
Remove all the caddr_t - mainly casts of the 3rd arg to ioctl()
2004-10-11 17:13:55 +00:00
jmmv
c6d18895ed
Regen after addition of another vendor identifier for AIPTEK International
...
and the product identifier for AIPTEK International PenCam Mega 1.3.
2004-10-11 15:28:00 +00:00
jmmv
e97dc76a93
Add another vendor identifier for AIPTEK International.
...
Add product identifier for AIPTEK International PenCam Mega 1.3.
2004-10-11 15:26:53 +00:00
dbj
0f5aab3826
always print warning and return non-zero exit when there are unresolved inconsistencies.
2004-10-11 15:24:09 +00:00