itojun
61cb1d92bc
backout previous; (u_int) cast makes checks negative case too
2002-10-03 05:18:59 +00:00
itojun
b8e0e408a4
check negative arg. from openbsd
2002-10-03 04:57:39 +00:00
itojun
77e92cfb1e
check negative arg. from openbsd
2002-10-03 04:52:51 +00:00
uwe
50de7c9595
If we don't get record drq from pnpbios, set it to play drq.
...
Otherwise attaching half-duplex device will trigger panic.
NB: ad1848_isa_get_props should probably check for recdrq == -1 as well.
2002-10-03 03:02:11 +00:00
thorpej
0c1efadb23
Include <sys/param.h> so that we get the defn of NULL.
2002-10-03 01:57:24 +00:00
thorpej
e411f68839
Fix debug printf format.
2002-10-03 01:42:43 +00:00
thorpej
dd14964387
Fix script-o.
2002-10-03 01:29:30 +00:00
oster
9fbf5b5d27
Create a thread creation macro that make it easier to name the DAG process.
...
Use it to have the DAGExecutionThread have a better name for each RAID
process ('raid0', 'raid1', etc., vs. just 'raid', 'raid', etc.)
2002-10-02 21:48:00 +00:00
jdolecek
47ae4d5c59
remove local declaration of iwm_cd and fd_cd for LKM case; it's superfluous
...
and doesn't even compile after latest autoconf changes
2002-10-02 20:35:28 +00:00
rearnsha
16c4b46282
Revert previous change. GENERIC already has an sb* at isapnp?
2002-10-02 20:33:44 +00:00
jdolecek
2bbadb1fa6
make ha_name const
2002-10-02 20:21:32 +00:00
jdolecek
c802e99987
make ka_name const
2002-10-02 20:21:01 +00:00
jdolecek
a38b5eed0e
adapt to latest dev/ic/wi* changes
2002-10-02 20:13:48 +00:00
onoe
031d8de6cf
Fix NIC-memory leak for symbol firmware at reinitialization. After 4-5
...
times changing of 802.11 parameters, such as nwid, the error
"tx buffer allocation failed" occured unless ifconfig down up.
Pass signal streangth and timestamp to ieee80211_input, though it is not
useful for wi driver for now.
2002-10-02 17:11:34 +00:00
kent
c51dca5ba6
Remove a line added accidentally(?) at revision 1.21.
2002-10-02 17:08:10 +00:00
thorpej
b75a007d9f
Add trailing ; to CFATTACH_DECL.
2002-10-02 16:51:16 +00:00
thorpej
9b2c2ec24d
Add trailing ; to CFATTACH_DECL.
2002-10-02 16:50:59 +00:00
thorpej
2792eea11f
Assume caller will add trailing ; to CFDRIVER_DECL and CFATTACH_DECL.
2002-10-02 16:49:31 +00:00
thorpej
c9b3657ce9
Add trailing ; to CFATTACH_DECL.
2002-10-02 16:33:28 +00:00
scw
c859106ab8
Gee, this file is showing its origins... cpu_swapout() may invoke
...
panic() on MIPS, but really shouldn't do the same on SH5.
2002-10-02 16:19:59 +00:00
thorpej
4bf871a755
Add trailing ; to CFATTACH_DECL.
2002-10-02 16:02:08 +00:00
thorpej
89bf5a8f8e
Add trailing ; to CFATTACH_DECL.
2002-10-02 15:52:22 +00:00
thorpej
bd5bb4652b
Add trailing ; to CFATTACH_DECL
2002-10-02 15:45:10 +00:00
thorpej
8043c2cbd9
Use CFDRIVER_DECL(). PR #18500 .
2002-10-02 15:29:35 +00:00
drochner
59ec26b0d3
_C_LABEL(curproc) disappeared - have cpu_info now
...
(still uniprocessor only)
2002-10-02 15:23:31 +00:00
oster
1ebb206e58
We're going to need rf_lkmgr_mutex_destroy() sooner than I thought.
2002-10-02 15:18:12 +00:00
drochner
5a62e785ca
add kvm86_incall again which got lost in the SMP merge
2002-10-02 14:54:43 +00:00
scw
b13817324e
Fix the initial cacheline alignment case. This gets my PCI ex(4) card
...
pretty much working, at least for non-NFS use.
With NFS, it fails under pressure probably due to operand cache aliases
between KSEG0 and regular 4KB mappings elsewhere. Sigh.
2002-10-02 14:40:27 +00:00
oster
0e45bff1d4
Since we are unlocking the lock before sleeping, there is no need
...
to use ltsleep() when a tsleep() will suffice. Makes RAIDframe+LOCKDEBUG
play together much better.
2002-10-02 14:38:53 +00:00
scw
9e1133a710
In pmap_page_is_cacheable(), add an explicit check for KSEG0 addresses.
...
They don't show up in the page tables, so the default "not cacheable"
status is wrong.
This finally gets my ex(4) working on the Cayman's PCIbus.
2002-10-02 12:19:38 +00:00
reinoud
e46f039e1a
G/c static pow() function that was used to calculate (2^x) only; replaced
...
the two instances with equivalent (1<<x).
2002-10-02 10:43:06 +00:00
itohy
d64dac0bb7
../../../../arch/dreamcast/dev/g2/gapspci.c:62: macro `CFATTACH_DECL' used with only 5 args
2002-10-02 09:49:38 +00:00
scw
4c12ca2bdc
Don't clear the original contents of r0 in sigreturn(). We're returning
...
to the interrupted context, not the sigreturn syscall stub.
2002-10-02 08:13:09 +00:00
scw
240029a2aa
NetBSD/sh5 post-dates the old "signal trampoline" delivery mechanism,
...
so don't bother even pretending it exists.
2002-10-02 08:10:34 +00:00
itojun
30f6bff0ac
copyright clarification, from openbsd
2002-10-02 06:51:59 +00:00
thorpej
10e0a941aa
Use ELF-safe local labels.
2002-10-02 06:18:32 +00:00
thorpej
666aa24c58
Use CFATTACH_DECL().
2002-10-02 05:51:28 +00:00
thorpej
1ad8e0ff42
Tidy up CFATTACH_DECL() formatting.
2002-10-02 05:47:08 +00:00
thorpej
c5e91d447d
Use CFATTACH_DECL().
2002-10-02 04:55:47 +00:00
thorpej
021b694d77
Use CFATTACH_DECL().
2002-10-02 04:40:08 +00:00
thorpej
d52d005f78
Use CFATTACH_DECL().
2002-10-02 04:27:51 +00:00
thorpej
adb90ad2ae
Use CFATTACH_DECL().
2002-10-02 04:17:21 +00:00
thorpej
b96bc0d7bc
Use CFATTACH_DECL().
2002-10-02 04:06:36 +00:00
thorpej
47c14a34bc
Fix script-o's in last.
2002-10-02 03:36:20 +00:00
thorpej
7c0e5bcc4b
Fix script-o's in previous.
2002-10-02 03:31:58 +00:00
thorpej
4cac257e08
More script-o fixes.
2002-10-02 03:25:46 +00:00
thorpej
9b3343e917
Fix script-o in last.
2002-10-02 03:18:07 +00:00
thorpej
60530be43c
Fix sizeof and whitespace bug from the script I'm using to do the
...
CFATTACH_DECL conversion. (Grumble.)
2002-10-02 03:10:45 +00:00
itojun
8b1cd24b78
backout previous two - if you use ppp* interface, kernel panics instantly.
...
it is apparent that the change was untested, and severety is high.
2002-10-02 02:27:54 +00:00
thorpej
5a9ddc1422
Use CFATTACH_DECL().
2002-10-02 02:21:20 +00:00