ichiro
f4d6e18b7a
add man file of umct driver
2001-03-28 18:56:42 +00:00
ichiro
2c750ca482
add umct device name
2001-03-28 18:48:01 +00:00
ichiro
a8c0b619da
support umct USB-serial device
2001-03-28 18:45:07 +00:00
ichiro
19c0a21aaa
support USB-RS232 Converter of Magic Control Technology Corp.
...
More information about this product found at http://www.mct.com.tw
2001-03-28 18:42:13 +00:00
ichiro
4b8789fde8
regen
2001-03-28 18:36:32 +00:00
ichiro
6724d33a12
add PID Sitecom USB-232 adapter and D-Link DU-H3SP USB BAY Hub
2001-03-28 18:36:07 +00:00
drochner
676bacb4ea
include "opt_ddb.h" explicitely
2001-03-28 18:03:49 +00:00
tsutsui
7f28cbe9dc
Fix an obvious typo.
2001-03-28 17:33:07 +00:00
msaitoh
bb73804714
add NetBSD RCS id again
2001-03-28 17:22:51 +00:00
msaitoh
2815a110f3
add NetBSD RCS id
2001-03-28 17:08:29 +00:00
tsutsui
fdce371144
objcopy -> ${OBJCOPY}
2001-03-28 17:04:44 +00:00
tsutsui
864a597f2d
Define ${OBJCOPY}.
...
XXX: Should we use ${CROSSDIR} here or not?
2001-03-28 17:03:48 +00:00
drochner
adf9edcd41
update for miidevs changes
2001-03-28 14:16:49 +00:00
drochner
3752421a75
regen
2001-03-28 14:15:23 +00:00
fredette
2deceb396c
Brought up-to-date with revision 1.124 of the Sun3 pmap.
2001-03-28 14:15:11 +00:00
drochner
bf6a2bf86c
adapt to corrected OUI calculation
2001-03-28 14:14:57 +00:00
drochner
9e8def737f
Reading the IEEE specs shows that the bits have to be reversed when
...
mapping an OUI to the MII id registers.
Doing this in the MII_OUI() macro would be too complex, so put it into
a helper function and move the MII id register interpretation stuff
into miivar.h.
2001-03-28 14:13:06 +00:00
fredette
a8cd6c5401
Added.
2001-03-28 13:47:58 +00:00
bjh21
5677634e50
Small comment correction.
2001-03-28 13:04:57 +00:00
hubertf
6890588691
If a package is already installed, this is *not* a fatal error. Do not
...
report error code 1, as this will abort installing pkgs if a dependency is
already found installed under certain conditions.
2001-03-28 12:46:01 +00:00
kleink
a1560723b0
Don't declare qdiv() when qdiv_t wasn't defined previously; fixes PR lib/11557
...
from Richard Earnshaw.
2001-03-28 11:12:19 +00:00
joda
44609d0f06
add ${DESTDIR} to kerberosIV and krb5 includes
2001-03-28 09:18:38 +00:00
mrg
0b01b5a5b6
build CHILD_MAX to 160. 80 has proved consistently not enough.
2001-03-28 08:45:34 +00:00
toddpw
ecf8a4c7d2
Add man pages for ses(4) driver, and MD2Data(3) & friends.
2001-03-28 08:05:35 +00:00
thorpej
6fe37483a3
Set the KRB5CCNAME envrironment variable in the child if we received
...
forwarded Kerberos 5 credentials, so that the process that needs them
can actually find them.
2001-03-28 03:31:52 +00:00
simonb
3fa9ceaa88
Fix white space and formatting nits.
2001-03-28 03:18:39 +00:00
simonb
a378517ea4
80 column police.
2001-03-28 03:17:41 +00:00
thorpej
8ab184566c
When we receive forwarded Kerberos credentials, stuff them into
...
a file credential cache (rather than a memory credential cache)
so that they're useful.
2001-03-28 03:17:23 +00:00
thorpej
2651b336ba
Somewhat crude hack to make Kerberos 5 credential forwarding work.
2001-03-28 03:02:51 +00:00
enami
caf82786af
- Unmap space used to read tuple.
...
- No need to zero clear temporary storage twice.
2001-03-28 01:55:55 +00:00
enami
f5f3098c7c
Cosmetic changes; mostly knf.
2001-03-28 01:53:14 +00:00
kleink
530e81b761
Wrap external declarations inside __{BEGIN,END}_DECLS; fixes PR lib/12458
...
by Dan McMahill.
2001-03-27 22:46:55 +00:00
bjh21
758fa94327
Print the address within the Rx buffer whenever anything goes wrong: it seems
...
to be significant.
2001-03-27 22:17:51 +00:00
bjh21
4beebf7d5d
Clean up debugging printfs a little.
2001-03-27 21:43:13 +00:00
bjh21
8fc709ee67
Add some extra diagnostics:
...
* Use the timer to timoe out transmit operations.
* Spot when the "next packet" pointer falls outside the recieve buffer and
reset the interface.
* Don't reset the interface when we get a bad packet (unless there's
something else wrong as well).
2001-03-27 20:26:45 +00:00
toshii
d85c2b7e17
Change place of tuple.{memt,memh} initialization.
2001-03-27 18:09:31 +00:00
toshii
221f247a25
Add some missing functionality.
...
- wait READY signal in enable function
- use tsleep for large delays
- implement disable function
2001-03-27 18:06:39 +00:00
bjh21
7dae264309
Comment and #ifdef cleanup.
2001-03-27 18:03:04 +00:00
ragge
b6aa1dfc2b
Compile vsbus_dma.c if vax53, hinted by Michael Kukat.
2001-03-27 18:01:59 +00:00
bouyer
f099a26df2
Cast to u_int64_t when computing callout argument, to avoid int overflow.
...
Fixes kern/12471.
2001-03-27 17:24:03 +00:00
haya
d610c23da4
Cosmetic changes.
2001-03-27 10:34:05 +00:00
pooka
b7aff9e185
run file from ${.OBJDIR} instead of ${.CURDIR} to make it work with
...
objdir builds also
2001-03-27 08:45:02 +00:00
thorpej
2f7b0c6c27
Print useful Kerberos error messages.
2001-03-27 03:58:02 +00:00
itojun
4b72eeeee5
net.inet.ip.maxfragpackets defines the maximum size of ip reass queue
...
(prevents fragment flood from chewing up mbuf memory space).
derived from KAME net.inet6.ip6.maxfragpackets.
2001-03-27 02:24:38 +00:00
simonb
eb5ddb38e4
Build the data files in the obj/compile directory and install them with
...
FILES and FILESDIR.
"Problem" reported by David Querbach on current-users.
2001-03-27 02:23:28 +00:00
ross
e84bc939c9
On alternate Tuesdays, SRM uses a different method of identifying
...
PCI interrupts routed to the ISA ICU.
2001-03-27 01:39:51 +00:00
pooka
2ace2c7db3
Missed magic.mgc from list of files to wipe out
2001-03-27 00:53:43 +00:00
pooka
2ee0eb8102
reflect magic.mgc
2001-03-27 00:50:10 +00:00
pooka
f5d91118e0
make this compile
2001-03-27 00:49:12 +00:00
pooka
27ed415ae8
switch to use new compressed magic file: magic.mgc
2001-03-27 00:48:59 +00:00