dsainty
562d1e4603
Delinting - as the data passed to ustir_dumpdata() is always u_int8_t,
...
use that type in the prototype too.
2002-12-28 04:28:39 +00:00
dsainty
df379868e8
Delinting - don't treat ennumerated types as booleans
2002-12-28 04:23:40 +00:00
dsainty
6e4d13a881
Delinting - sprinkle some ARGSUSED
2002-12-28 04:16:33 +00:00
mrg
44b02011f4
tweak some comments
2002-12-28 02:47:35 +00:00
reinoud
ca70f10e3b
Add the loadfile_machdep.h as needed for native bootloaders
2002-12-28 02:42:13 +00:00
mrg
122353da40
rename CPU_READY() to CPU_NOTREADY() seeing that's what it checks.
2002-12-28 02:35:56 +00:00
mrg
7d51aacb32
update the vme bus_space_tag_t to reality.
2002-12-28 01:33:00 +00:00
manu
459d0be3a4
More hacks to make Darwin's /sbin/init happy with its pid.
2002-12-28 00:15:23 +00:00
mrg
c0f9ed084d
- decode_int(): always use base 10, so that a time of "1:09" works.
...
- decode_time(): 60 seconds in a minute, really.
both from tsarna@netbsd.org .
- be verbose about the time we are going to record for, if verbose.
2002-12-27 23:43:15 +00:00
manu
874517b438
- When MACH_MSG_RCV_LARGE is set, we must return a message with just a header
...
and a body.
- If mach_init is not availabkle for boostrap requests, try to handle them
in the kernel (we don't really handle them, we just try to avoid hanging there)
- minor tweaks.
2002-12-27 19:57:47 +00:00
manu
3b815ab820
We must also return pid 2 when mach_init asks for its pid after it forked init.
2002-12-27 19:54:54 +00:00
jmmv
5968c8244d
Fix a typo in the yesno() function: add a missing question mark.
...
Approved by martti.
2002-12-27 19:47:43 +00:00
hannken
c122326822
Clear IN_SPACECOUNTED on (re-)used inodes.
...
This cures the "unmount pending error:" on softdep umounts.
Approved by: Frank van der Linden <fvdl@netbsd.org>
2002-12-27 16:07:13 +00:00
tsutsui
e4f8b8cbbf
Tweak some entries for "Significant Source changes" page on www.
2002-12-27 15:47:27 +00:00
tsutsui
cb2360268f
Note Maple bus driver update by itohy in the last month.
2002-12-27 15:22:28 +00:00
mrg
39493d781e
this file is way out of date...
2002-12-27 15:17:36 +00:00
tsutsui
5a1aba72d6
Bump SYMTAB_SPACE to 190000.
2002-12-27 14:59:21 +00:00
tsutsui
50e2b8407d
Note SEGA LAN Adapter support on dreamcast.
2002-12-27 11:51:22 +00:00
tsutsui
fbc8e4748a
Add support for SEGA LAN Adapter, MB86967 based Ethernet adapter.
...
Based on the patches in port-dreamcast/17493 by Christian Groessler,
with several modification by me.
2002-12-27 11:43:38 +00:00
tsutsui
c680050521
Add a set of bus_space(9) functions for g2bus devices with
...
sparse address space. This is required for SEGA LAN adapter support.
2002-12-27 11:34:05 +00:00
manu
f464631d66
Several things:
...
1) rights should be shared by the threads within a process. While it would
be easier to handle this with the struct proc/struct lwp split, we attempt to
do this now by sharing the right lists. Because each right holds a reference
to struct proc, this might cause some problems later.
2) in pthread_exit, really exit the thread. Also reintialize the righ tlist to
make sure we will not destroy the parent's right list
3) rights can hold multiple permissions on a port (ie: send and receive). Fix th
is.
4) first attempt on right carried by messages. We still have to do rights carrie
d in the message body (complex messages).
2002-12-27 09:59:24 +00:00
dyoung
1a8833b7c1
On Lucent cards, indicate that changing BSSID with SIOCS80211BSSID
...
is impossible. Never write to the Prism-only JOIN RID.
2002-12-27 08:29:46 +00:00
dyoung
fb22424264
The RID for the RSSI->dBm adjustment is not supported by Prism
...
station firmware version <= 1.1.1.
2002-12-27 07:54:35 +00:00
grant
653b2f1552
File types belong under 'type', not 'uname'.
2002-12-27 06:31:51 +00:00
jrf
46164a8a95
The previious ln commit did not have the change for -v in the source. Here is the working code.
2002-12-27 03:50:05 +00:00
matt
78b64fd232
Recognize BCM5703 phy. (with this and the bge changes, the bge0 on my
...
ASUS P4PE m/b is now working)
2002-12-27 03:15:52 +00:00
matt
9d04e25e82
Regen.
2002-12-27 03:14:23 +00:00
matt
2860168d98
Add BCM5703.
2002-12-27 03:14:06 +00:00
lukem
8ab934ee29
If "check" and some items failed, output the postinstall command-line
...
required to fix the issues.
2002-12-27 00:04:49 +00:00
itohy
ca7d3d53d6
Lookup and use the Ethernet address in the FCode PROM,
...
and avoid using MD myetheraddr() function.
This makes the driver MI, and closes PR kern/13797.
The PCI HME is a PCIO chip, which is composed of two functions:
function 0: PCI-EBus2 bridge, and
function 1: HappyMeal Ethernet controller.
The Ethernet address is (expected to be) in the PCI FCode PROM connected
to the EBus bridge (function 0) of the device.
Since the HME is on function 1, some magic is used to access to the PROM.
We don't have MI EBus driver since no EBus device exists (besides the
FCode PROM) on add-on HME boards. The ``not configured'' message for
function 0 is what is expected.
The SPARC case is currently unchanged. It needs interaction with OpenBoot.
2002-12-26 22:59:51 +00:00
pooka
30d4a8344b
sync with mecreg change, ie. make this compile
2002-12-26 22:25:12 +00:00
pooka
a0c298e366
brush up situation with mec register definitions
...
from Chris Sekiya
2002-12-26 22:24:46 +00:00
jdolecek
362cc2fa44
fix incorrectly introduced coda_psdev.c name change from previous
...
revision; it was part of local devel change I did not intend to commit
2002-12-26 22:23:30 +00:00
jrf
1f6c14f0d6
Added verbose extension and updated manual pages. Changes approved by Klaus Klein.
2002-12-26 21:37:17 +00:00
perry
bf746f0aa4
update to indicate we're at postfix 2.0.0.1
2002-12-26 21:32:12 +00:00
matt
a5201ab8fc
Recognize AD1981 codec (0x41445370). XXX name is a guess but it follows
...
the existing pattern.
2002-12-26 20:56:52 +00:00
matt
5914ae08f9
Recognize BCM5702X and BCM5703X. Add a ONLY_PHY_1 quirk and use it.
...
Add support for getting the macaddr for 5703 (taken from FreeBSD).
2002-12-26 20:55:30 +00:00
matt
46531db96c
Recognize Promise Serial ATA/150 TX2plus
2002-12-26 20:54:03 +00:00
matt
741e85a725
Regen.
2002-12-26 20:53:18 +00:00
matt
fef7827774
Add Promise Serial ATA/150 TX2plus
2002-12-26 20:52:58 +00:00
jmmv
0e4487574e
Fix a bug in rwait() introduced during the select() to poll() conversion
...
that caused tetris to crash when pausing the game. Approved by tron.
2002-12-26 20:15:11 +00:00
briggs
a35f350a48
Remove a duplicate bank holiday entry for 12/26.
2002-12-26 19:17:23 +00:00
pooka
c99132ebb0
Shuffle network interface and phy drivers into alphabetical order and
...
add comments for them.
2002-12-26 18:26:07 +00:00
pooka
0b31dc8e73
For the ES1370 do "best effort" rate selection for the FM DAC. The
...
card contains only one clock, which is already used by the other
DAC. The FM DAC can handle a few fixed-frequency choices.
thanks to Matthew Green for testing
2002-12-26 17:59:16 +00:00
jmmv
59978ac5c6
Fix typo: extra 'a' word in plural sentence. Approved by wiz.
2002-12-26 15:49:37 +00:00
manu
20fca78f89
regen
2002-12-26 14:41:34 +00:00
manu
bab8693bba
Added the mysterious system call 331 (it does not seems to be in the
...
header files anywhere). This is pthread_exit.
2002-12-26 14:41:05 +00:00
itojun
b1a19ea0e1
debugging log message committed by mistake (rev 1.8). catched by lukem
2002-12-26 14:11:28 +00:00
manu
2894c4a53f
Handle the kernel clock service by the kernel.
2002-12-26 13:45:17 +00:00
yamt
4b9c604ba7
- in lfs_reserve, reserve locked buffer count as well.
...
- don't wait for locking buf in lfs_bwrite_ext to avoid deadlocks.
- skip lfs_reserve when we're doing dirop.
reserve more (for lfs_truncate) in set_dirop instead.
this mostly solves PR 18972. (and hopefully PR 19196)
2002-12-26 13:37:18 +00:00