itojun
a5b52729e6
in arprequest(), fill ar_hrd only for IEEE1394. for other cases,
...
ifp->if_output will fill it for us.
2002-06-25 04:04:53 +00:00
onoe
b00ef6acdd
Fill ar_hrd for AF_ARP.
2002-06-25 03:42:28 +00:00
lukem
214a01678d
- replace all "scsibus* at XXXX" with a single "scsibus* at scsi?"
...
- replace all "atapibus* at XXXX" with a single "atapibus* at atapi?"
- replace all "audio* at XXXX" with a single "audio* at audiobus?"
- replace all "midi* at XXXX" (except "midi* at pcppi?") with a single
"midi* at midibus?"
2002-06-25 03:12:04 +00:00
enami
96fe4d7666
No need to include same file twice.
2002-06-25 02:55:14 +00:00
enami
4b27343d39
Use if_addrlen macro rather than if_data.ifi_addrlen.
2002-06-25 02:53:27 +00:00
thorpej
e09f5065d0
During signal delivery, arrange to have the signal handler invoked
...
directly, using the trampoline only for the return path.
2002-06-25 01:24:49 +00:00
nathanw
2a6f9ddc2a
Add the now-tested 3Com 3C460B Pegasus-II adapter (Currently US$5 from
...
cheap web vendors).
2002-06-25 01:07:38 +00:00
itojun
4aac356c0e
fwnode* has idhi/idlo locator
2002-06-25 00:32:24 +00:00
itojun
92f9b53eea
sync firewire scsi config to the latest reality
2002-06-25 00:29:20 +00:00
gmcgarry
8e3cf0aaca
update: suser.9
2002-06-24 22:47:58 +00:00
gmcgarry
4f8707c5a1
Document for driver authors.
2002-06-24 22:45:41 +00:00
enami
37f335b28b
The ieee1394 arp reply should be broadcast.
2002-06-24 21:25:34 +00:00
nathanw
4ce40595e2
Pass through the PCI configuration ioctls, like vga_pci.c does.
2002-06-24 21:08:37 +00:00
kleink
7595143319
Note that -T is to be used with -l; synced with FreeBSD via Michal
...
Pasternak on current-users.
2002-06-24 20:14:35 +00:00
eeh
691c4d1179
Fix compilation problems in DEBUG code.
2002-06-24 18:48:13 +00:00
wiz
2e935ec638
Don't xref ourselves, use Nm.
2002-06-24 18:22:37 +00:00
wiz
d4144f2137
Drop trailing whitespace and sort sections.
2002-06-24 18:20:54 +00:00
lukem
e45a1fe921
Add wsvt25 termcap entry, and use it if BOOTMODEL=big. Sysinst now looks
...
nice in colour. From Grant Beattie <grant@netbsd.org>, with changes by me.
2002-06-24 17:36:27 +00:00
grant
551a65be7c
add BUGS section (1 entry from bin/11244)
2002-06-24 17:28:07 +00:00
bouyer
b2533a4c3e
Typo fix
2002-06-24 16:55:17 +00:00
lukem
e3b23eaafd
Switch from pccons to wscons, so that USB keyboards have a chance of
...
working. From Grant Beattie <grant@netbsd.org>, with changes by me.
2002-06-24 16:14:13 +00:00
itojun
603dca2ed2
sync whitespace w/ openbsd tree
2002-06-24 15:47:25 +00:00
itojun
bc7b65a647
don't lose information while we cast
2002-06-24 15:46:34 +00:00
agc
7d6a7caf6a
Cast arguments so that this file will compile on less forgiving architectures
...
like arm32.
2002-06-24 15:32:58 +00:00
mrg
383ef0f9dc
make booting from FS_RAID work. tested on vs4000/90.
2002-06-24 14:53:16 +00:00
mrg
382230624e
s/${DISTDIR}/${DISTRIBDIR}/ as the former conflicts with pkgsrc.
...
add 1.6 support for vax cdrom's. other ports in NetBSD-1.6.mk are as in
1.6.mk and are probably wrong.
2002-06-24 14:49:15 +00:00
enami
92912a1744
Actually inject the arp packet into softintr queue.
2002-06-24 12:00:49 +00:00
enami
36f1c19838
Don't use a pointer before it is initialized.
2002-06-24 10:52:15 +00:00
itojun
9f911945d5
handle IDT-less case just as linux does
2002-06-24 10:10:17 +00:00
itojun
fe3778040b
tabify
2002-06-24 10:10:16 +00:00
itojun
241389f5d8
make it at least compile/link - copy change to i386/locore.s (1.255 -> 1.256)
...
not sure if it is correct
2002-06-24 10:05:54 +00:00
pk
cc3f5791ea
Comments update: indicate which counters are being incremented.
2002-06-24 09:26:47 +00:00
pk
0e8ea4f752
`fdcio_intrcnt.ev_count' is a 64-bit variable.
2002-06-24 09:24:37 +00:00
itojun
570a3e1f3d
set ar_hrd for RFC-defined cases
2002-06-24 08:42:33 +00:00
itojun
e03a874f74
set ia as well
2002-06-24 08:11:30 +00:00
itojun
0143dfc42f
integrate IEEE1394 ARP into generic ARP logic.
...
XXX there's no check at all in ar_hrd, and we don't set ar_hrd on outgoing.
it seems like a bad thing.
2002-06-24 08:06:20 +00:00
itojun
c474c560dd
do not consult routing table under the following condition:
...
- the destination is IPv4 multicast or 255.255.255.255, and
- outgoing interface is specified via socket option
this simplifies operation of routed
(no longer reqiure 224.0.0.0/4 to be set up)
2002-06-24 08:01:35 +00:00
jdolecek
afb66555e4
make vectors.o explicitly depend on assym.h, so that 'make depend' step
...
is optional
2002-06-24 07:15:24 +00:00
msaitoh
a53dc6ce7d
remove old and unused files
2002-06-24 06:49:14 +00:00
itojun
de7e3177b2
tidy up makefiles
2002-06-24 06:11:11 +00:00
itojun
184465092f
correct ftp relay functionality.
2002-06-24 06:03:13 +00:00
itojun
82659024b5
make sure to install ssh-keysign as setuid root
2002-06-24 05:52:29 +00:00
simonb
8e38e28f7f
White space nits: space after a comma.
2002-06-24 05:52:28 +00:00
itojun
3ea946f134
sync with openssh 3.3.
...
local mods included to make it compile with openssl 0.9.6d.
2002-06-24 05:48:24 +00:00
simonb
d4068eac65
Add 64MB and 256MB tlb page masks.
2002-06-24 05:46:47 +00:00
itojun
3dfc6702ef
clean ssh-keysign build dir before import.
2002-06-24 05:45:17 +00:00
itojun
9486e6fd01
it shouldn't be imported
2002-06-24 05:28:32 +00:00
itojun
b5222aff66
OpenSSH 3.3 as of June 24, 2002.
...
- ssh is no longer seruid root. ssh-keyscan is added to read secret host keys.
protocol version 1 rsh-like authentication is gone.
- FallBackToRsh is deprecated.
2002-06-24 05:25:39 +00:00
fvdl
dd96b79d02
According to the Linux driver from Broadcom, only the 5700 B0 revision had
...
rx checksum problems. So only disable rx checksum for that revision.
2002-06-24 01:23:11 +00:00
fvdl
4f75cebd06
Add a few revision definitions.
2002-06-24 01:21:39 +00:00