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
simonb
e6f5e42d1b
Regen; new syscalls.
2001-06-28 04:10:07 +00:00
simonb
9086d98157
Add some (unimplemented) syscalls from Tru64 Unix 5.1a.
2001-06-28 04:08:58 +00:00
dmcmahill
2beb554d4c
regen after adding COMPAT_OSF1 getitimer(2).
2001-06-28 01:49:04 +00:00
dmcmahill
e844f04e07
add COMPAT_OSF1 getitimer(2). Patch submitted by Kevin Schoedel
...
<schoedel@kw.igs.net> in PR port-alpha/13071, reviewed by Jason Thorpe.
2001-06-28 01:48:22 +00:00
thorpej
c3cd2c3cfc
Rather than using u_shorts, use u_ints and bitfields in the vm_page. This
...
provides us more flexibility with pageq-locked fields, and clarifies the
locking semantics for platforms which cannot address shorts.
From Ross Harvey.
2001-06-28 00:26:38 +00:00
thorpej
8217ab697c
Since a page can be on only one of ACTIVE or INACTIVE queues at
...
any given time, turn two consecutive if statements into an if-else-if
construct.
2001-06-27 23:57:16 +00:00
itojun
3e8e591c7f
fix udp reception to sockets bound to linklocal address (like fe80::1%lo0).
...
sync with kame
2001-06-27 23:40:50 +00:00
ross
f54fe9f3b1
compile tweak for non-SCSIVERBOSE
2001-06-27 23:14:26 +00:00
wiz
403083db34
Add compat_svr4_32(8).
2001-06-27 23:11:31 +00:00
soren
882f3b1bd2
Const'ify bootblk_commands[] to match lib/libi386.h change.
2001-06-27 22:58:32 +00:00
lukem
69bda4d299
be consistent with #define<TAB>
2001-06-27 22:55:08 +00:00
nathanw
67bde7ddf3
The back end driver doesn't need PCMCIA headers, but it does need
...
<machine/bus.h>.
2001-06-27 22:22:12 +00:00
atatat
28f77f292c
add brief descriptions of the contents of the *other* directories
2001-06-27 22:10:13 +00:00
thorpej
27f66d3bf7
Macro'ize the code that checks the free and inactive thresholds and
...
wakes the pagedaemon.
2001-06-27 21:18:34 +00:00
itojun
e676bfdeb6
recover from endian mistake. sync with tcpdump.org
2001-06-27 21:08:41 +00:00
itojun
d27c25bbb1
sync with openssh upgrade (primes.5 -> moduli.5). PR 13327
2001-06-27 20:40:12 +00:00
fredette
ebaac3f1e0
Don't define Debugger() if it's already defined.
...
It is always defined on the sun[23].
2001-06-27 20:17:20 +00:00
fredette
687bbc74b6
Add ID for the m68000 with 2k pages.
2001-06-27 19:58:52 +00:00
fredette
1cf0b6f4ec
Added many sun2 entries.
2001-06-27 19:47:17 +00:00
fredette
3543a1603c
Removed stand from SUBDIRS.
2001-06-27 19:23:16 +00:00
fredette
9dd442f913
Added a Makefile for the sun2 includes.
2001-06-27 19:22:18 +00:00
fredette
4c566b2daa
Include a common header, then define macros that
...
give the appearance of specific attach args for
the mbio and mbmem buses.
2001-06-27 19:21:49 +00:00
fredette
2cf2ebc67c
Now define a suitable ELF32_MACHDEP_ID_CASES.
2001-06-27 19:20:22 +00:00
fredette
dd2704a334
Just include a common header.
2001-06-27 19:19:22 +00:00
fredette
4218d61e30
Use _KERNEL_OPT.
2001-06-27 19:08:58 +00:00
fredette
dced0aa013
Declare the PROM console device.
2001-06-27 19:02:26 +00:00
fredette
33575e8a53
Now don't include zsvar.h until the end. splzs() is
...
now defined in machine/cpu.h. Define zs_peripheral_type.
2001-06-27 19:01:14 +00:00
fredette
f76d90d237
Added comments and fixed some macros now that I correctly
...
understand how to address the sun2 VME bus in the VM hardware.
2001-06-27 18:54:27 +00:00