enami
027db8bf87
Add ifmedia support so that dhcp happy. Also, add nwid support.
2000-03-02 05:00:47 +00:00
enami
a5921b902e
Check if device is active in the interrupt handler and the one second
...
tick handler.
2000-03-02 01:21:56 +00:00
thorpej
285a315e99
Simplify the winlist code.
2000-03-01 23:40:26 +00:00
hubertf
4de7a614c7
Fix wrong reference to trek documentation
...
Submitted in PR bin/9514 by Thilo.Manske@HEH.Uni-Oldenburg.DE
2000-03-01 23:38:51 +00:00
thorpej
ac1b683642
Amend previous; pay attention to EX_CONF_MII on deactivate, too.
2000-03-01 20:53:11 +00:00
thorpej
448dfa4249
Only detach PHYs if we have MII in the first place, and remove a bunch
...
of #if 0'd code which was copied from the Tulip driver.
2000-03-01 20:51:50 +00:00
thorpej
54e0e80815
Cosmetic change.
2000-03-01 20:50:56 +00:00
thorpej
08483fcddc
When unmapping these on detach, pass the BAR to unmap (not the type of
...
the BAR!!)
2000-03-01 20:50:37 +00:00
groo
97be07a6c4
Remove probe/attach for PNP0C02. There are reserved motherboard regions.
...
Thanks to Adam Glass for catching this.
2000-03-01 20:24:53 +00:00
groo
866ee72838
Add pnpbios_io_unmap
2000-03-01 20:23:55 +00:00
groo
96c9002613
Remove pnpbios attach from synopsis
...
Note there are no known pnpbios ids for lm chips
2000-03-01 20:12:45 +00:00
christos
9e721e2455
Don't use grep to find if we have fdesc mounted. case is faster and
...
works without having /usr mounted.
2000-03-01 19:03:17 +00:00
augustss
3218dd992d
Protect the use of bpf_mtap so bpf isn't needed.
...
aue: Limit the number of error messages at disconnect by using ratecheck().
2000-03-01 19:00:51 +00:00
thorpej
7d57276982
Do partial lazy I-stream sync -- in the pmap_enter()/pmap_remove() cases
...
for now. More to come.
2000-03-01 18:29:04 +00:00
joda
89c2906ea5
explicitly allow writable directories when rebuilding the alias
...
database, otherwise this will fail if any directory in ${DESTDIR} is
g+w.
2000-03-01 16:48:35 +00:00
hubertf
c8057468ec
fix typo: he -> the
2000-03-01 16:45:22 +00:00
hubertf
2336090e01
fix typo: legaty -> legacy
2000-03-01 16:28:34 +00:00
itojun
8f2f22b47c
increase kernel version to 1.4U (5 more to 1.4Z!)
2000-03-01 12:52:11 +00:00
itojun
04ac848d6f
introduce m->m_pkthdr.aux to hold random data which needs to be passed
...
between protocol handlers.
ipsec socket pointers, ipsec decryption/auth information, tunnel
decapsulation information are in my mind - there can be several other usage.
at this moment, we use this for ipsec socket pointer passing. this will
avoid reuse of m->m_pkthdr.rcvif in ipsec code.
due to the change, MHLEN will be decreased by sizeof(void *) - for example,
for i386, MHLEN was 100 bytes, but is now 96 bytes.
we may want to increase MSIZE from 128 to 256 for some of our architectures.
take caution if you use it for keeping some data item for long period
of time - use extra caution on M_PREPEND() or m_adj(), as they may result
in loss of m->m_pkthdr.aux pointer (and mbuf leak).
this will bump kernel version.
(as discussed in tech-net, tested in kame tree)
2000-03-01 12:49:27 +00:00
joda
d8c128f4a5
use NULL
2000-03-01 12:46:36 +00:00
itojun
627898817e
sync with etc/namedb change (IPv6 loopback reverse database file)
2000-03-01 11:21:13 +00:00
itojun
ca7ee807d5
change filename for IPv6 loopback address (::1).
...
many found it ugly, and I found that I've made a mistake in old name.
there needs to be 4 more "0"s!
this commit renames
etc/namedb/0000:0000:0000:0000:0000:0000:000 into etc/namedb/loopback.v6.
(based on recent discussion I did not use cvsmove)
2000-03-01 11:06:27 +00:00
itojun
548cc318ca
do not try to use BIND4 code in libc.
...
dig/host/whatever assumes that it is using BIND8 code. mixing BIND4 in
libc with BIND8 code will result in very strange behavior, or program panics.
it is not necessary for dig/host/whatever to obey /etc/nsswitch.conf, actually
dig(1) is explicit about it.
now dist/bind is almost clean BIND822p5, with the following exception:
- /etc/irs.conf will never be visited when running BIND8 toolchain,
to make it less complex. the search order for BIND8 toolchain is
defined in dist/bind/lib/irs/gen.c:default_map_rules().
and usr.sbin/bind compiles them in BSD make framework, with no tricks at all.
2000-03-01 10:49:58 +00:00
enami
13d92f98ce
Remove unnecessary asterisk in comment (probably it was comment leader of
...
multiline comment).
2000-03-01 03:51:29 +00:00
enami
543db3a000
Cosmetic changes.
2000-03-01 03:50:04 +00:00
itojun
94e731e9d2
fix "ip host foo" or "ip6 host foo" where foo has
...
both A and AAAA. fix from Bill Fenner, FreeBSD PR: 17083.
2000-03-01 03:47:48 +00:00
enami
6059f8bc37
Fix typo.
2000-03-01 03:32:55 +00:00
enami
eb6c30723e
Salvage the better comment appeared in rev 1.51 but gone in 1.53.
2000-03-01 03:21:56 +00:00
thorpej
908f6bc4cd
Infrastructure for lazy istream sync in the pmap module:
...
- Add a bitmask for the CPUs which need an isync before this pmap returns
to userspace on that CPU.
- Define PMAP_USERRET(), a utility macro for userret() to use to process
the deferred isync, and call it as appropriate in userret().
2000-03-01 02:22:03 +00:00
ross
b4dbebce1a
alpha port is now ross + jason
2000-03-01 02:08:28 +00:00
thorpej
a192dc9c5b
PMAP_ISACTIVE() now takes the cpu_id. This serves two purposes:
...
- Everywhere it was used, the cpu_id was already computed, so this
saves computing it again.
- This will be needed for lazy istream sync.
2000-03-01 01:32:45 +00:00
ad
14050f197e
Make this compile in DEBUG/DIAGNOSTIC case.
2000-03-01 00:44:53 +00:00
augustss
ba4e755a9c
Change the cmd argument in {audio,mixer}_ioctl() to u_long.
2000-03-01 00:44:35 +00:00
thorpej
64911f1d2e
Use cpu_number() here instead of alpha_pal_whami().
2000-03-01 00:43:34 +00:00
matt
a1a05c5cf9
include <sys/cdefs.h> since <net/netisr_dispatch.h> needs __CONCAT
2000-03-01 00:17:17 +00:00
thorpej
fac7fc369f
Put machine check info in cpu_info in the multiprocessor case, and
...
just have one statically allocate machine check info structure in the
single processor config case.
2000-02-29 22:19:53 +00:00
sjg
90c80377e5
Fixed the oodate test to include the check of gn->cmtime == 0 without
...
breaking the original intent.
PR: 9503
2000-02-29 22:00:02 +00:00
erh
671a37a17f
Add a buildmsg target for build to depend upon instead of using an ifmake block. "make snapshot" now echos the start of build time.
2000-02-29 21:54:03 +00:00
thorpej
04d9239b1e
Reset mc_received after we've done a badaddr probe.
2000-02-29 21:42:54 +00:00
augustss
7d05674ba7
Distinguish between device and interface classes.
...
(I finally found a document that said that they were different.)
2000-02-29 21:37:00 +00:00
itojun
d74f882e9b
sync comment for sourceroute() to reality
2000-02-29 19:36:43 +00:00
hubertf
f6754feada
add 3com homeconnect (3c460)
2000-02-29 19:23:23 +00:00
itojun
c47506aed1
more fix to ancillary data alignment. we need padding after
...
last cmsg_data item (see the figure on RFC2292 page 18).
2000-02-29 19:14:59 +00:00
augustss
806ca507b5
Add 3Com 3c460
2000-02-29 19:14:43 +00:00
augustss
8cc92d88cf
Add USB tty device.
2000-02-29 19:08:54 +00:00
hubertf
a6a5be8ccf
This driver also handles the 3COM 3COM HomeConnect Ethernet USB Adapter
...
(3C460), rev 1.00/2.05
2000-02-29 19:08:09 +00:00
augustss
ab5e19cc9f
Make /dev/usb, a node where USB events can be read.
...
Also add ttyU to hpcmips.
2000-02-29 19:07:41 +00:00
hubertf
b95fbdaeb7
Regen
2000-02-29 19:07:33 +00:00
hubertf
eff003f7ce
add product ID for 3COM 3COM HomeConnect Ethernet USB Adapter (3C460),
...
rev 1.00/2.05
2000-02-29 19:06:40 +00:00
augustss
66ee7c2e15
No need to make audio devices twice in all.
2000-02-29 18:48:05 +00:00