Commit Graph

82509 Commits

Author SHA1 Message Date
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
matt
fdb7751e9c Update for thorepj's UVM changes. Don't even try to call uvm_fault or do
pcb_onfault recovery while in interrupt mode.  Just die.  Print out error
returned from uvm_fault (-1 for interrupts).
2001-06-28 18:33:39 +00:00
uch
c8f9a5d874 console module refers hd64461video's needs-flag instead of hd64461if.
(pointed by MAEKAWA Masahide)
2001-06-28 17:03:47 +00:00
tsutsui
c025feaea0 Add iha(4) 2001-06-28 15:46:00 +00:00
matt
87a64549c4 Change a bcopy to a structure copy. 2001-06-28 15:23:39 +00:00
itojun
a6fe9aa8cb sync with freebsd bsd-family-tree 1.47.
reminded to me by Petri Koistinen <pkoistin@cs.stadia.fi>
2001-06-28 15:16:37 +00:00
onoe
e88b10865c simplify and localize to access sc_intmask in fwohci_event_thread(). 2001-06-28 14:41:28 +00:00
onoe
3ad99107cb Simplify to update sc_intmask in fwohci_intr(). 2001-06-28 14:38:56 +00:00
onoe
a0eef76f35 FW_DEBUG: split debug printf in fwohci_intr() and fwohci_phy_input() into
fwohci_show_intr() and fwohci_show_phypkt() respectively.
2001-06-28 14:37:56 +00:00
blymn
2a68310bea Fix limits on dynamic fields. 2001-06-28 11:38:19 +00:00
onoe
e7e0a9984c Do not re-enable the driver after resume if the interface is marked down.
Change the first argument of awi_init/awi_stop from struct awi_softc to
struct ifnet to match the definition if_init/if_stop, though we don't
use ether_ioctl() yet.
2001-06-28 10:40:04 +00:00
onoe
950ec87b20 Do not re-enable after resume if interface is marked down. 2001-06-28 10:34:17 +00:00
jdolecek
7fc92b8a86 Remove obsoleted comment, note CTL_VFS_NAMES need only be updated
if the new filesystem actually supports sysctl now.
2001-06-28 08:15:44 +00:00
jdolecek
77f0267d21 Use array based upon CTL_VFS_NAMES to get filesystem name for non-VFS_GENERIC
syscall, instead of mountcompatnames[].
Move the extern mountcompatnames[], nmountcompatnames definition to
COMPAT_09 || COMPAT_43 section.
2001-06-28 08:12:08 +00:00
jdolecek
1ff201e042 Only define mountcompatnames[] for COMPAT_09 and COMPAT_43, make the
table actually match state in NetBSD 0.9 (checked against sys/mount.h
rev. 1.11).
The array is not to be modified from now on, comment updated accordingly.
2001-06-28 08:04:18 +00:00
lukem
6d8fbc3899 freebsd kqueue implementation 2001-06-28 08:01:35 +00:00
atatat
298956dcf1 If no select collision is needed, try our best to avoid it by clearing
the flag.
2001-06-28 05:45:49 +00:00
atatat
c39d205545 fix a grammatical error error 2001-06-28 05:25:04 +00:00
thorpej
46e1a51e62 Add Tamarack Microelectronics, Inc. vendor ID, and product ID for
Tamarack TC9021 Gigabit Ethernet.
2001-06-28 04:45:09 +00:00