nisimura
582e9de235
- Have SYS_DEV_xxx device cookie symbols to select and install proper
...
interrupt handlers into intrtab[] array, rather than the idea of devices
in 'psuedo' TURBOchannel slots.
- Nuke symbols for psuedo TC slots.
- Abandon never/unlikely used intr_disestablish()s.
2000-02-29 04:41:47 +00:00
mhitch
19c22771f3
Check and clear the appropriate IOASIC SCSI interrupt bits when in polled
...
I/O mode. Kernel dumps will now work with the IOASIC SCSI devices.
2000-02-28 18:51:25 +00:00
thorpej
d788e0dbad
Make sure to initialize xs->req_sense_length (to 0). This appears to be
...
a historical leftover, and very few drivers actually look at it. But the
PCI `ncr' driver does, and if this field is not initialized to its default
value, that driver will fall over flat on its face when it attempts to get
sense data from a target.
2000-02-28 17:44:20 +00:00
chopps
fe7be4eb7b
el_insertstr takes a "const char *" not "char *" now as it doesn't modify
...
the argument.
2000-02-28 17:41:04 +00:00
itojun
f539e10ff8
enable IPv6 ftp and telnet by default.
...
it makes more sense to me as we have INET6 in kernel, and we have ftp4/telnet4
enabled by default. maybe I'm biased:-)
2000-02-28 17:25:42 +00:00
jwise
e7adfd2136
Add missing pkg name
2000-02-28 16:31:08 +00:00
itojun
03f0ac370f
make ICMPv6 redirect actually flush route cache in udp6/raw6 socket.
2000-02-28 16:10:52 +00:00
enami
f8796b1a66
Remove reference to config(8) from SEE ALSO list.
2000-02-28 14:32:53 +00:00
enami
61b07296fe
With SEE ALSO list, add swapctl(2) and swapctl(8) and remove config(8).
2000-02-28 14:30:54 +00:00
itojun
d8dfd96b2c
fix ICMPv6 redirect input. the bug can result in invalid ND entry.
2000-02-28 14:30:36 +00:00
enami
354b4bc5c1
Sync wi/ reality.
2000-02-28 14:21:46 +00:00
enami
f5419e2136
Sort SEE ALSO section first by section.
2000-02-28 13:54:55 +00:00
itojun
9a400bfce1
support ping6 -a c
...
(request IPv4 mapped/compatible addrs from
draft-ietf-ipngwg-icmp-name-lookups-05.txt)
2000-02-28 13:50:04 +00:00
itojun
cdea88d700
support draft-ietf-ipngwg-icmp-name-lookups-05.txt, drop support for
...
draft-ietf-ipngwg-icmp-name-lookups-04.txt.
There are certain bitfield change in 04 draft to 05 draft, which makes
04 "ping6 -a" and 05 "ping6 -a" not interoperable. sigh.
2000-02-28 13:48:50 +00:00
enami
833abddadd
Sync the SYNOPSIS for tlp at cardbus wi/ reality.
2000-02-28 13:44:53 +00:00
enami
018973035f
- Add a necessary period.
...
- Make sentences are separated by two spaces.
- Add Melco WLI-PCM-L11 in hardware list.
2000-02-28 13:28:42 +00:00
takemura
32817a3257
WSMOUSE_SCALIBCOORDS had not worked because ioctrl code was wrong.
2000-02-28 12:34:31 +00:00
itojun
bbe25244d0
remove some of cross-BSD portability #ifdef.
...
remove xxCTL_VARS, which is BSDI specific.
2000-02-28 12:08:21 +00:00
jdolecek
d28bd11715
unix2dostime(), dos2unixtime(): use value of rtc_offset to shift the time value
...
accordingly
Patch sent by Naoki FUKAUMI in kern/9497.
2000-02-28 10:43:08 +00:00
joda
c627d45cc3
(fxp_init): don't clear the FXPF_MII flag as this results in a panic
...
when detaching
2000-02-28 10:16:17 +00:00
lukem
8575d2f491
only use IPTOS_ setsockopt()s if they're defined (e.g, SunOS doesn't).
...
from Havard.Eidnes@runit.sintef.no
2000-02-28 10:12:27 +00:00
enami
bdc53e3b9f
Unlink an existing symblic link when creating a symblic link.
2000-02-28 10:00:57 +00:00
itojun
8dc6ef70e7
don't assume CMSG_xx are constant. (sync with latest kame)
2000-02-28 09:55:45 +00:00
ad
a06aabf7a9
Say that it does use features like RAID, and briefly explain how it's
...
accomplished. Noted by a couple of people that it might not be obvious.
2000-02-28 09:46:57 +00:00
jdolecek
86ae2ab1fc
Add ADEV_NOSENSE quirk for HITACHI CDR-7730.
...
Patch sent by Hume Smith in kern/9489.
2000-02-28 09:46:25 +00:00
mycroft
a87f80ad5f
Give the VPP bits better names.
2000-02-28 07:33:08 +00:00
itojun
e8cabc3e27
don't assume CMSG_xx are constant. (sync with latest kame)
2000-02-28 07:17:34 +00:00
itojun
bdb384fe26
don't assume CMSG_xx are constant (sync with latest kame)
2000-02-28 07:14:05 +00:00
itojun
970a04ff88
do not assume CMSG_xx are constant. (sync with latest kame)
2000-02-28 07:03:58 +00:00
soren
22f04b2a5c
Typo.
2000-02-28 06:54:50 +00:00
mycroft
17f933f6ce
Add missing break that hosed multicast.
2000-02-28 06:44:52 +00:00
jun
162999a809
add comments:
...
NetBSD/hpcmips kernel with sysinst costs 6MB WinCE memory area.
allocate more WinCE memory,if heap memory has exhausted on system startup.
2000-02-28 05:57:43 +00:00
enami
d2b929f576
Fix naming think-o.
2000-02-28 05:30:19 +00:00
jun
788c0236ac
IPv6 option enable.
2000-02-28 05:17:50 +00:00
enami
b0a2a63928
- Use .Ar for argument.
...
- Move SEE ALSO section before the HISTORY section as described in
mdoc(7) with:
+ removing traing dot.
+ spliting files into FILES section.
- Refer pathnames using .Pa (rather .Ar or .Xr).
2000-02-28 05:10:56 +00:00
augustss
e0573deb3b
Another ID for ESS. From Dave Huang <khym@bga.com>
2000-02-28 00:22:33 +00:00
mycroft
634ca7294e
Sync.
2000-02-27 23:46:01 +00:00
augustss
84f956a487
Document that the flags can be used to force polling.
2000-02-27 23:13:23 +00:00
enami
8841a11f4d
- Disestablish an interrupt if failed to enable the card.
...
- If card isn't enabled, just set given information into softc. Addresses
PR#9457.
- Some cleanups and cosmetic changes.
2000-02-27 23:10:51 +00:00
enami
71df610aeb
Remove no longer necessary workaround for hpcmips.
2000-02-27 22:57:20 +00:00
tron
c28b234bd7
Let "egcs" recognize strftime(3)'s "%F" conversion. Patch supplied by
...
NAKAJIMA Yoshihiro in PR bin/9487.
2000-02-27 22:41:22 +00:00
augustss
10d9610df8
Make this driver actually work in NetBSD. From Castor Fu <castor@geocast.com>
2000-02-27 22:15:24 +00:00
augustss
7b4eccb432
Use DPRINTF for debug messages.
2000-02-27 21:06:55 +00:00
augustss
739151c214
Regen.
2000-02-27 20:44:22 +00:00
augustss
741c59a303
Add the QuickShot Strikepad game-pad.
2000-02-27 20:43:53 +00:00
augustss
45b36632c0
Add code (off by default) to keep track of the signal strength of the last
...
few packets received from different MAC addresses.
2000-02-27 20:40:42 +00:00
tsubai
0468fe97e4
Don't use hardcoded speed value when this is a console. Instead, read
...
from zs. (because OF-3.x uses 57600 bps)
2000-02-27 20:31:57 +00:00
mycroft
d128de6bc6
Change miniroot size to 3072.
2000-02-27 20:26:07 +00:00
mycroft
61cc77895b
Some minor cleanup to the probe code.
2000-02-27 20:01:05 +00:00
tsubai
f101e8315f
Add gmac. (commented out)
2000-02-27 18:06:43 +00:00