briggs
3448998b43
Try to deal better with card removal during the card enabling process.
2003-10-23 00:04:03 +00:00
briggs
7dc8540d52
Avoid a race condition that could allow a removable controller (such as
...
a compact flash card) to lock the atabus thread if it gets detached during
the probe process.
2003-10-22 23:59:00 +00:00
kleink
aa20eb60ec
Fix a comment.
2003-10-22 23:57:04 +00:00
uwe
49fd54d39a
Use adcvar.h.
2003-10-22 23:52:46 +00:00
kleink
22396ac6f7
G/c __nanf2, which is neither being used nor the representation of a NaN.
2003-10-22 23:50:47 +00:00
fvdl
878ae8047e
Remove use of NULL as an integer value.
2003-10-22 22:51:36 +00:00
kleink
77e57be326
For a double-extended NaN, the exponent must be EXT_EXP_INFNAN, not
...
DBL_EXP_INFNAN.
2003-10-22 21:37:34 +00:00
kleink
c9432c8396
C99: provide DECIMAL_DIGIT.
2003-10-22 21:28:08 +00:00
uwe
5846d07065
Don't compare a char to NULL.
2003-10-22 21:13:44 +00:00
uwe
ae7219a39a
Don't compare an integer to NULL.
2003-10-22 21:10:15 +00:00
uwe
49bb9c9d40
Don't compare an integer variable to NULL.
2003-10-22 21:09:09 +00:00
kleink
eef6265460
G/c the local declaration of __nanf; handling of this (conditional on
...
__HAVE_NANF) was moved to <math.h> some time ago.
2003-10-22 21:04:40 +00:00
skrll
899032e619
Consistent naming.
2003-10-22 20:43:12 +00:00
jdolecek
7234f6fb3c
don't put GENERIC into BUILD_KERNELS
2003-10-22 20:40:42 +00:00
kleink
b3bc4360e2
C99: provide DECIMAL_DIG.
2003-10-22 20:31:05 +00:00
he
f99f18a0af
Fix two more instances of paddr_t vs. NULL (use 0 instead).
2003-10-22 20:26:32 +00:00
jdolecek
a9b5015c6d
fix bug in pty target (pasto from some other port)
2003-10-22 20:22:26 +00:00
he
20af44689e
Bring this back to a compileable state; fallout from NULL type change,
...
so just use 0 before casting to paddr_t.
2003-10-22 20:15:20 +00:00
uwe
129cf6259c
Catch up with GENERIC (1.148).
2003-10-22 18:24:53 +00:00
matt
7e1d1cca33
s/SSR/SRR
2003-10-22 17:29:18 +00:00
matt
3f37cf2db7
Rework ddblow so that if PSL_PR == 1, it dispatches directly to the
...
trap handler and bypasses the ddbtrap code.
2003-10-22 17:27:58 +00:00
augustss
f42962a2c2
Add Dvorak keyboard map. From PR kern/23230, jacereda@tractor.act.uji.es.
2003-10-22 17:24:43 +00:00
jdolecek
c5808c177b
no dmoverio either
2003-10-22 17:13:50 +00:00
jdolecek
958d4a6d68
add kttcp major
2003-10-22 17:12:54 +00:00
jdolecek
bc7edb6f2d
add stic0 to 'all' (used to be created in alpha 'wscons' target)
2003-10-22 17:09:50 +00:00
jdolecek
0f5caa8622
no apm
2003-10-22 17:08:50 +00:00
jdolecek
51c4eb4597
add majors for mly, dpti, dpt, twe, joy, radio, cir
2003-10-22 17:08:13 +00:00
jdolecek
ee510816af
add wsfont major to archs which have the other wscons devices
2003-10-22 16:53:22 +00:00
kleink
5a44ed37d3
C99: provide FLT_EVAL_METHOD.
2003-10-22 16:18:48 +00:00
christos
2a2701085e
- keep the fd to /dev/zero open
...
- take advantage of MAP_ANONYMOUS
2003-10-22 16:10:03 +00:00
manu
8beb6e32ae
Patch from http://mail-index.netbsd.org/current-users/2003/09/04/0018.html
...
to fix problems with a sound card
2003-10-22 15:57:33 +00:00
kleink
22c6452bfb
_ISO_C99_SOURCE -> _ISOC99_SOURCE
2003-10-22 15:51:18 +00:00
thorpej
0f781c4abb
Add support for the SPI EEPROM found on the newer i82541 and i82547
...
chips. Add the i82541 and i82547 product IDs to the table, #if 0'd
out, for now (there are still more changes to come for these new chips
to work properly).
2003-10-22 15:50:39 +00:00
drochner
9122b04d59
the last argument to recvfrom() is a pointer, so use "NULL" for
...
consistency
2003-10-22 15:40:19 +00:00
drochner
71baa97c0b
-don't update the RPC server address with the reply's sender address;
...
this breaks server failover under some circumstances, and Solaris doesn't
seem to do it either
-minor cleanup
approved by fvdl
2003-10-22 15:38:31 +00:00
briggs
0fd0bfe35a
enami noted that my last fix was not correct. Simplify the code some (and
...
make it more correct) by removing a flag to track wdc attachment. Disable
the function after wdcattach() is called, and remove a conditional when
enabling the function in wdc_pcmcia_enable().
2003-10-22 15:03:04 +00:00
itohy
8a3fce54f8
Fix in debug code (no functional changes).
2003-10-22 14:18:27 +00:00
dmcmahill
188fcee35a
add
...
#if HAVE_CONFIG_H
#include "config.h"
#endif
to get this to build under solaris-2.6/sparc with gcc-2.95.1 as part of
the NetBSD cross toolchain build. Fixes PR23211. Patch approved by
Alistair Crooks.
2003-10-22 12:30:39 +00:00
kleink
3104093f6c
Add <x86/math.h>.
2003-10-22 11:56:35 +00:00
kleink
5d1a2f48d2
Use a common <machine/math.h> for amd64 and i386.
2003-10-22 11:54:23 +00:00
fvdl
91371415b1
Match the Promise FastTrak 378.
2003-10-22 11:32:40 +00:00
fvdl
ba07312903
Match the nForce3 AC-97 chip.
2003-10-22 11:32:12 +00:00
fvdl
653fb67506
Regen.
2003-10-22 11:31:18 +00:00
fvdl
5b7cf69d6e
Add:
...
* an id for the Promise FastTrak 378
* several ids for NVidia nForce3 devices
2003-10-22 11:30:52 +00:00
agc
25cf475b83
Another NULL vs. 0 correction.
2003-10-22 10:04:43 +00:00
agc
0192c15f19
Don't use NULL when 0 is needed.
2003-10-22 09:43:07 +00:00
mjl
e959b27d7f
Typo in comment. From OpenBSD.
2003-10-22 09:04:39 +00:00
agc
f3d647fc2c
Don't use NULL for integer values.
2003-10-22 09:03:40 +00:00
mjl
088da88a56
Typos in comments. From OpenBSD.
2003-10-22 09:02:49 +00:00
agc
df214f1879
Don't use NULL when an integer is needed.
2003-10-22 08:58:38 +00:00