deberg
c0541f24c2
-S isn't supposed to take an argument
2000-02-27 00:20:20 +00:00
mycroft
544ffa4528
Force polling on pcic, so I get another IRQ for cards.
2000-02-27 00:15:30 +00:00
mycroft
a3ae8af043
Allow a flag to be set to force polling for socket events.
2000-02-27 00:14:27 +00:00
mycroft
76a60b98d3
Install pio.h.
2000-02-26 22:15:40 +00:00
mycroft
3db2f50e04
Sync.
2000-02-26 20:47:02 +00:00
thorpej
198dbed79d
Pull in <sys/types.h> for the benefit of those things which include
...
<machine/sysarch.h> but don't pull in <sys/types.h>.
2000-02-26 20:12:56 +00:00
oster
1ee4d85bd1
Mention IDE and HP-IB drives too.
2000-02-26 19:55:01 +00:00
oster
680c384366
Update for 'options RAID_AUTOCONFIG'.
2000-02-26 19:43:07 +00:00
thorpej
a9f90558b3
Traverse into alpha/.
2000-02-26 19:39:35 +00:00
mycroft
dc75306e58
Make sure the `rm' and `ln' for a link are in the same shell command.
...
(The reason for this is obscure...)
2000-02-26 19:02:40 +00:00
uch
16c31080a5
IT8368E legacy mode requires mode change between I/O access and
...
attribute memory access. XXX
2000-02-26 19:02:22 +00:00
thorpej
0958e8149a
x86-style PIO ops for USERLAND ONLY! Requires -lalpha.
2000-02-26 19:00:51 +00:00
thorpej
933205b479
Oops, forgot this file.
2000-02-26 19:00:08 +00:00
thorpej
cd8a1657b4
Userland interface to the bus window translation support now present
...
in the alpha sysarch(2). In a perfect world, these would go away in
favor of a generic bus space mapping framework, but XFree86 is a long
ways away from being able to use one.
2000-02-26 18:59:36 +00:00
thorpej
df88882d80
- Add a bus space method for getting the translation for a window.
...
- Add sysarch methods for "get bus window count", "get bus window",
and "pci conf read/write".
These are a hack, but they're what's necessary in order to make
XFree86 work in its current state.
2000-02-26 18:53:10 +00:00
mycroft
f4665e12b2
Install a blank sendmail.st here.
2000-02-26 18:42:31 +00:00
mycroft
f2cb2f6245
Don't blow away sendmail.st on install.
...
Install sendmail.hf with group wheel, not kmem.
2000-02-26 18:41:43 +00:00
mycroft
d5af7e5915
Use SCRIPTS, not an afterinstall target.
2000-02-26 18:32:00 +00:00
mycroft
0d8613ba36
share/tmac is now installed by `make includes', so don't do it again.
2000-02-26 17:42:53 +00:00
mycroft
a24e9dea0c
Treat these like other include files. This way:
...
* they are installed in the `make includes' pass.
* they are only updated if changed (which makes `make UPDATE=1' much faster).
2000-02-26 17:39:53 +00:00
oster
d9c47013b2
Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
...
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.
2000-02-26 17:35:33 +00:00
sommerfeld
3081e1deb7
Fix bogon discovered with LOCKDEBUG:
...
In msdosfs_hashget, final simple_lock() should have been simple_unlock().
2000-02-26 17:25:17 +00:00
thorpej
6f1701b01c
Put a lock on the pcic, to serialize access to the chip during event
...
handling. This is important when multiple cards are present when
the system boots, as we use tsleep now instead of delay in various
places (delay used to provide serialization by virtue of not causing
a context switch).
2000-02-26 17:24:44 +00:00
itojun
13fc260296
s/options\t/options \t/ for CONS_OVERRIDE line, so that addition/removal of
...
"#" does not affect indentation.
2000-02-26 17:12:37 +00:00
scw
f2c822fa6e
Include <machine/cpu.h> to make these compile again.
2000-02-26 16:50:55 +00:00
itojun
6b56aad85e
more careful about AF on ctlinput. (saw panic in the past with kame/netbsd141)
2000-02-26 16:10:31 +00:00
itojun
6dd76ea8cf
don't touch non-AF_CCITT addrs on ctlinput. ctlinput routines can be
...
called from non-matching AFs. (saw panic by called with AF_INET6)
2000-02-26 16:03:23 +00:00
itojun
04e493cfbf
add /usr/include/ifaddrs.h (sorry for the delay)
2000-02-26 15:46:02 +00:00
uch
e0f169f58e
change power up sequence.
2000-02-26 15:16:19 +00:00
uch
d4c8fabc4a
fix lost interrupt bug.
2000-02-26 15:14:19 +00:00
scw
b4d8a2fd8f
Need <machine/cpu.h> for IIOV definition.
2000-02-26 14:31:35 +00:00
itojun
2c7ba046f0
with IPv4 AH, strip off AH from the packet. this is to make some
...
of IPv4 transport layer code work correctly (specifically, ICMPv4
will transmit wrong packet if we don't strip AH here)
this is just for m_pulldown case. normal installations are not affected.
2000-02-26 11:49:44 +00:00
pk
546bda740f
Revert to using <bsd.prog.mk> again, so we support all targets that may
...
be presented when building the system (noticed by Juergen Hannken-Illjes).
2000-02-26 11:48:15 +00:00
itojun
9e34ec6ee3
use getifaddrs, not SIOCGIFCONF.
2000-02-26 11:44:28 +00:00
itojun
9da359bbec
revise IPsec, pfkey, IPv6 multicast and IPv6 statistics. (sync with kame)
2000-02-26 09:55:24 +00:00
itojun
99d909fc98
implement rip6_ctlinput, to cope with routing changes correctly.
...
(IMHO we need rip_ctlinput as well)
2000-02-26 09:09:17 +00:00
itojun
9c484862a0
make it possible to throw IPv6 packet with proto=4/41.
...
(in normal case we don't do it, but this is how IPv4 in_proto is written)
2000-02-26 09:01:59 +00:00
itojun
e40f8f1220
sync description on proxy NDP with latest KAME doc.
2000-02-26 08:49:49 +00:00
itojun
6a433be509
remove net.inet6.ip6.nd6_proxyall sysctl.
...
support "ndp -s <ip6> <mac> proxy" for proxy NDP.
2000-02-26 08:48:21 +00:00
itojun
1450d6e643
bring in recent KAME changes (only important and stable ones, as usual).
...
- remove net.inet6.ip6.nd6_proxyall. introduce proxy NDP code works
just like "arp -s".
- revise source address selection.
be more careful about use of yet-to-be-valid addresses as source.
- as router, transmit ICMP6_DST_UNREACH_BEYONDSCOPE against out-of-scope
packet forwarding attempt.
- path MTU discovery takes care of routing header properly.
- be more strict about mbuf chain parsing.
2000-02-26 08:39:18 +00:00
itojun
2925a0d65b
print addresses in extended scoped address notation.
...
print reference count for multicast group information.
(sync with recent kame)
2000-02-26 08:13:25 +00:00
tsutsui
742f365d33
Remove unnecessary entries. (from macppc)
2000-02-26 05:46:22 +00:00
tsutsui
6009529bb4
Remove extra `;' in md* entry.
2000-02-26 05:39:51 +00:00
itojun
beecfd4814
cnw is 8bit-only card. map memory region as 8bit only.
...
(there are so many 8bit-only card fixes. don't we have some hint on cis tuple?)
From: feico
2000-02-26 05:34:43 +00:00
thorpej
52169104c5
Fill in the softc's bus space tag (OOPS!).
2000-02-26 05:11:27 +00:00
nisimura
bd10f55368
Nuke an extra ;; introduced by md* fix.
2000-02-26 04:43:27 +00:00
oster
1f4cc78a38
Add a few more examples, and a summary.
2000-02-26 04:02:03 +00:00
mbw
68a1983326
added mbw to list of contributors
2000-02-26 03:02:14 +00:00
hubertf
7ac1c2930d
We do have intro(4) - xref it
2000-02-26 01:22:02 +00:00
oster
a4d828bd4e
Note auto-detection and auto-configuration, as well as the ability to
...
auto-configure even if the components are rearranged.
2000-02-26 01:14:16 +00:00