thorpej
cdfa27aeeb
Regen.
2001-06-30 01:04:25 +00:00
thorpej
9556d5b2f9
Change the DLINK ST-201 entry, add more Sundance/DLINK Gig-E
...
products.
2001-06-30 01:03:59 +00:00
itojun
55ae625187
faith(4) is now documented in RFC3142.
2001-06-30 01:01:36 +00:00
hubertf
9d2896d354
sort man? files
2001-06-30 01:00:47 +00:00
hubertf
73b5eae08e
sync with reality: add section 9
2001-06-30 01:00:40 +00:00
itojun
5237fd7778
have sshd listed in use_libwrap[].
...
From: Frederick Bruckman <fredb@immanent.net>
To: <tech-userlevel@netbsd.org>
Date: Fri, 29 Jun 2001 11:57:14 -0500 (CDT)
2001-06-30 00:56:28 +00:00
hubertf
6fb770a42a
* Format "intro" page first (location from "intros" file)
...
* If the manpage requires running tbl (-> .TS), do so
2001-06-30 00:19:25 +00:00
eeh
4acdda21fd
Add an optimized asssembly bcopy/memcpy.
2001-06-30 00:10:48 +00:00
eeh
353e24fc8d
Fix fpu save/restore code.
2001-06-30 00:09:08 +00:00
eeh
46392e4bee
Fixup fpu save restore, get rid of some unused copy functions, and add
...
a new bcopy.
2001-06-30 00:08:15 +00:00
eeh
649ea57857
Handle proper saving of the fpstate.
2001-06-30 00:00:41 +00:00
eeh
32267affba
Handle saving and restoring the fpstate properly.
...
(Are these functions ever called?)
2001-06-29 23:58:40 +00:00
thorpej
f6bce1a60b
Correct spelling of media in the product names.
2001-06-29 23:58:08 +00:00
eeh
5df2260776
Add the shorter version of block ASIs used by Sun.
2001-06-29 23:56:05 +00:00
eeh
3fa4c5f64b
Tell the assembler to accept UltraSPARC extensions on sparc64.
2001-06-29 23:50:01 +00:00
thorpej
abda6184c0
In the `copy small' path, make sure to align the payload.
2001-06-29 23:36:03 +00:00
mjl
134be573b3
Fix spelo: diffentiation -> differentiation
2001-06-29 23:33:02 +00:00
thorpej
ab5a996fc5
When setting an address on an interface, for address families which
...
do not require changing the link-level address, only (*if_init)()
if the interface is not already RUNNING.
2001-06-29 18:12:09 +00:00
toshii
56b40cd78a
Fix autoconf related botch: do printf("\n") in attach funcs rather than
...
in cfprint.
2001-06-29 17:22:50 +00:00
toshii
f1e3122487
Fix 3rd arg of config_search().
2001-06-29 16:58:55 +00:00
toshii
5df8e31135
Probe SA1111's ID register. Fix 3rd arg of config_search().
2001-06-29 16:58:17 +00:00
toshii
7b01bb9073
Add ID register location.
2001-06-29 16:54:55 +00:00
itojun
03927c60a5
call defrouter_select() only if it is autoconfigured host.
2001-06-29 16:01:47 +00:00
onoe
3fc5f5722d
Fixes to make if_fw work:
...
- fwohci_arrq_input: Do not return if next packet is in the buffer,
or the next packet cannot be received until the next receive interrupt.
- fwohci_uid_collect: XXX change M_WAITOK to M_NOWAIT for now, since there is
no lock but only one instance must be allowed here.
split fwohci_uid_req() and retry to get uid.
XXX need timer to wait some moment between retries...
- Add DELAY(10) for wait loop.
- split fwohci_buf_stop() into _stop_tx() and _stop_rx() because receiver
should not be stopped at bus-reset.
- split fwohci_buf_input() into _input() and _input_ppb() to improve
performance slightly.
2001-06-29 14:57:24 +00:00
christos
d136cfe99e
regen
2001-06-29 14:57:17 +00:00
christos
8b753a3651
PR/13337: de SAINT LEGER Rodolphe: Add support for the cn40bc ne clone.
2001-06-29 14:56:21 +00:00
onoe
8601a37f8c
Protect to call fw_start() recursively.
2001-06-29 14:46:54 +00:00
onoe
5cf8e98cb5
Experimental support for LEAP, which is cisco's implementation of IEEE802.11
...
EAP in aironet firmware. Currently it seems that only cisco's RADIUS server
implements EAP for IEEE802.11, and the function is not tested at all.
2001-06-29 11:24:42 +00:00
jdolecek
c2f5416992
Add #include <sys/proc.h> to SYNOPSIS, note tsleep() is a macro.
...
Fixes kern/10770.
2001-06-29 10:54:20 +00:00
jmc
4b9b2bd56c
Add some additional values to the keyvalue list from draft specs as some roms are using these and it would be nice to be able to identify them
2001-06-29 04:52:35 +00:00
mrg
2307774c9a
#include <machine/autoconf.h>
2001-06-29 03:32:10 +00:00
toshii
ff7d26d2ed
KASSERT current_intr_depth == 0 before uvm_fault.
2001-06-29 02:43:56 +00:00
toshii
84408cfa2e
Catch up long ago arm32 change: vm_offset_t -> {p,v}addr_t.
2001-06-29 02:40:28 +00:00
toshii
8a0e9b17a0
Use ld -X instead of -x, to keep local symbols for DDB.
...
XXX does other arm ports need this change?
2001-06-29 02:38:32 +00:00
itojun
2cb84fbf40
wording - refer to [off, off + len] by "the contiguous region", it should
...
be more clear
2001-06-28 23:15:24 +00:00
itojun
21f1825482
add m_pulldown.9 to MLINKS.
2001-06-28 23:04:38 +00:00
itojun
540d501b6f
document m_pulldown (grammar check anyone?).
...
document m_pullup length restriction (len <= MHLEN).
2001-06-28 23:02:47 +00:00
bjh21
7a42a10e95
Gratuitous spelling corrections:
...
10base2 -> 10BASE2
10baseT -> 10BASE-T
10baseFL -> 10BASE-FL
2001-06-28 23:01:55 +00:00
bjh21
2e5c4c01e5
Mark all the IFM_* constants with .Dv.
2001-06-28 22:51:17 +00:00
bjh21
3c3182e510
Sort Ethernet media by speed.
2001-06-28 22:46:06 +00:00
ragge
2c4d8265db
Panic if page fault on interrupt stack, per request from Jason Thorpe.
2001-06-28 21:54:23 +00:00
matt
03ff023c76
Onfault needs to be done even from interrupts so restore that. Default
...
to EFAULT for the error.
2001-06-28 21:27:47 +00:00
fredette
22508f5ab6
Document the `sc' SCSI driver.
2001-06-28 21:12:01 +00:00
fredette
82e1a5fda3
Document that the sun2 uses the same config
...
syntax as the sun4 for the `si'.
2001-06-28 21:11:34 +00:00
matt
6ca9622494
Add pmap_interrupt_* to pmap_*map_pa. Remove interrupt toggling from
...
pmap_pte_spill. Fix pmap_protect. Macroize mfsrin instruction.
2001-06-28 20:35:21 +00:00
matt
78c7d18804
Turn on PMAP_MAP_POOLPAGE
2001-06-28 20:31:37 +00:00
bjh21
77d715b4a1
Remove a spurious "in".
2001-06-28 19:51:46 +00:00
bjh21
91c9d3c734
Sync Ethernet portion with ifmedia.h.
2001-06-28 19:50:32 +00:00
uch
7ceb721a2a
sample configuration for HP620LX
2001-06-28 19:07:13 +00:00
uch
c8af82081b
add interrupt monitor for debugging. (disabled by default)
2001-06-28 18:59:06 +00:00