Daniel C. Sobral
a2aa3427cf
Move man page directives to common/Makefile.inc.
2000-05-19 08:41:45 +00:00
Daniel C. Sobral
27391e65fd
Remove INSTALL_FORTH stuff.
2000-05-19 08:40:37 +00:00
Daniel C. Sobral
6593d234e6
Move man page directives to common/Makefile.inc.
...
Remove INSTALL_FORTH stuff.
2000-05-19 08:40:11 +00:00
Seigo Tanimura
026957712e
Add ACH2012 - 5634BTS 56K Video Ready Modem.
...
PR: kern/17351
Submitted by: Eric D. Futch <efutch@nyct.net>
2000-05-19 03:41:22 +00:00
Peter Wemm
ff079ca4b1
Return ECONNRESET instead of EINVAL if the connection has been shot
...
down as a result of a reset. Returning EINVAL in that case makes no
sense at all and just confuses people as to what happened. It could be
argued that we should save the original address somewhere so that
getsockname() etc can tell us what it used to be so we know where the
problem connection attempts are coming from.
2000-05-19 00:55:21 +00:00
Peter Wemm
0fd66c1d39
Eliminate a couple of evil common declarations.
2000-05-18 23:38:33 +00:00
Bill Fumerola
35ae30f860
bump __FreeBSD_version for the bio/buf divorce by phk.
2000-05-18 21:57:34 +00:00
Jayanth Vijayaraghavan
d841727499
snd_cwnd was updated twice in the tcp_newreno function.
2000-05-18 21:21:42 +00:00
Doug Rabson
2e9a65c474
Print the correct value for the map type on a verbose boot.
...
PR: kern/18662
Submitted by: tamaru@ap.t.u-tokyo.ac.jp
2000-05-18 20:28:15 +00:00
Daniel C. Sobral
d9f7c44adf
Make corrections to allow for Alpha.
2000-05-18 12:44:50 +00:00
Greg Lehey
3320b1fe44
Correct previous commit: solve the "stopped clock" syndrome in remote
...
kernel debugger.
2000-05-18 02:29:23 +00:00
Seigo Tanimura
ca39cee745
Add a couple of new PnP IDs.
...
o OZO800f - Zoom 2812 (56k Modem)
PR: kern/18603
Submitted by: Matt Loschert <loschert@servint.com>
o DAV0336 - DAVICOM 336PNP MODEM
PR: kern/18608
Submitted by: Martijn Plak <martijn@be3.com>
2000-05-18 02:06:24 +00:00
Mike Smith
f0ba8e211c
Implement real read/write barriers for the i386. Despite the comment in
...
previous versions of this file, some barrier functionality is required.
2000-05-18 00:06:10 +00:00
Mike Smith
642ba07a24
If we are running in APIC_IO mode, pretend that we didn't see the BIOS
...
reporting an AT PIC. We do this because otherwise the PIC will claim
IRQ 2 in an unshareable mode, preventing other devices from legitimately
using it.
For symmetry, in !APIC_IO mode, ignore the APIC if it's reported.
This is a hack; a better solution would have the PIC's driver release
the IRQ if it was not going to be active.
2000-05-17 19:44:16 +00:00
Jayanth Vijayaraghavan
75c6e0e253
Sigh, fix a rookie patch merge error.
...
Also-missed-by: peter
2000-05-17 06:55:00 +00:00
Jonathan Lemon
5d5d5fc0bf
Cast sizeof() calls to be of type (int) when they appear in a signed
...
integer expression. Otherwise the sizeof() call will force the expression
to be evaluated as unsigned, which is not the intended behavior.
Obtained from: NetBSD (in a different form)
2000-05-17 04:05:07 +00:00
Brian Feldman
a24b514d72
Put the wait(2) exit status in "data" for NOTE_EXIT kevents.
2000-05-17 01:16:11 +00:00
Darren Reed
276dd9374f
add IPFILTER_DEFAULT_BLOCK and put it in opt_ipfilter.h
2000-05-16 08:58:39 +00:00
Jayanth Vijayaraghavan
6b2a5f92ba
snd_una was being updated incorrectly, this resulted in the newreno
...
code retransmitting data from the wrong offset.
As a footnote, the newreno code was partially derived from NetBSD
and Tom Henderson <tomh@cs.berkeley.edu>
2000-05-16 03:13:59 +00:00
Paul Richards
4d2d5ed69d
Replace all references to lnc_softc with a typedef.
2000-05-16 02:30:53 +00:00
Paul Richards
33f38fdc5b
Update copyright.
2000-05-16 02:18:49 +00:00
Paul Richards
9b55e84fec
Re-organise lnc driver in preparation for newbusifying it.
2000-05-16 02:08:04 +00:00
Ruslan Ermilov
3a06e3e02c
Do not call icmp_error() if ipfirewall(4) denied packet.
...
PR: kern/10747, kern/18382
2000-05-15 18:41:01 +00:00
Matthew Dillon
5aadd4d9b0
Change f_count and f_msgcount from short to int, solving the rollover
...
problem demonstrated by the PR. MFC to follow.
PR: kern/18346
2000-05-15 06:54:41 +00:00
Cameron Grant
942aeab734
fix a speed bug that nobody noticed
2000-05-15 02:10:27 +00:00
Nick Hibma
998b1e80fc
Sync with NetBSD:
...
Add quirks for self-powered hubs that are not.
2000-05-14 19:51:38 +00:00
Nick Hibma
eafdcd5886
Sync with NetBSD:
...
Textual changes.
2000-05-14 19:44:24 +00:00
Nick Hibma
4b268ed3a9
Sync with NetBSD:
...
Make the behaviour more similar to what the Microsoft uhub driver
does.
2000-05-14 19:39:10 +00:00
Paul Richards
7e84fbbdfd
Unchain lnc include files.
2000-05-14 19:14:41 +00:00
Paul Richards
5baeead2f1
Fix location of lnc pci code.
2000-05-14 19:10:46 +00:00
Matthew Dillon
5f99b57c5d
Fixed bug in madvise() / MADV_WILLNEED. When the request is offset
...
from the base of the first map_entry the call to pmap_object_init_pt()
uses the wrong start VA. MFC to follow.
PR: i386/18095
2000-05-14 18:46:40 +00:00
Paul Richards
02a350614e
Remove old lnc files.
2000-05-14 18:27:47 +00:00
Paul Richards
b78111b137
Remove if_pci_p.c from old location.
2000-05-14 18:25:51 +00:00
Paul Richards
ca9f504536
Build lnc driver from /sys/dev from now on.
2000-05-14 18:24:41 +00:00
Paul Richards
2e054666c6
Fix includes to build from /sys/dev/lnc
2000-05-14 18:21:39 +00:00
Nick Hibma
23f027a0bc
Sync with NetBSD:
...
Add USB_SET_REPORT ioctl.
Add FIOASYNC, TIOCSPGRP ioctl.
Change some debugging output
2000-05-14 17:43:59 +00:00
Paul Richards
e30ce7f9de
Sync with the BPF and BRIDGE changes.
2000-05-14 17:37:34 +00:00
Nick Hibma
bb05811e6a
Sync with NetBSD:
...
Mostly textual changes.
Set configuration to 0 (reset all endpoints) on open.
2000-05-14 17:33:26 +00:00
Nick Hibma
90c5668bca
Make some if's cleaner. Add a define for the Zip 250.
2000-05-14 17:25:33 +00:00
Matthew Dillon
3d27b606b7
Zero out the uio structure prior to initializing it. A garbage (uninitialized)
...
proc pointer is believed to have been the cause of panics related to vnconfig
on top of intr-optioned NFS mounts.
Reported by: "Sean O'Connell" <sean@stat.Duke.EDU>
2000-05-14 17:15:58 +00:00
Nick Hibma
dd90ae7a87
Sync with NetBSD:
...
Fix the saving of the location at pop properly. Only save the position
and not the complete locator.
(sp? s/sav/saf/g if appropriate)
2000-05-14 16:59:31 +00:00
Nick Hibma
128aa3af3c
Change Lennart's e-mail address.
2000-05-14 16:43:10 +00:00
Doug Rabson
5c885c3f83
Port ppc driver to alpha.
...
Submitted by: Andrew M. Miklic <miklic@ibm.net>
2000-05-14 13:47:57 +00:00
Jeroen Ruigrok van der Werven
01f76720fb
Fix the rootmount code for now.
...
This function will probably rewritten/renamed to devpp.
Submitted by: Assar Westerlund <assar@sics.se> on -current
Confirmed to work: Steinar Haug <sthaug@nethelp.no>,
Manfred Antar <mantar@pacbell.net>
Reviewed by: phk
2000-05-14 07:43:12 +00:00
Chris Costello
59a7de882e
Remove the -DFDESC cruft that is no longer necessary since the support
...
for it was removed from <sys/mount.h> long, long ago.
2000-05-14 04:44:30 +00:00
Archie Cobbs
2e2de7f23f
Move code to handle BPF and bridging for incoming Ethernet packets out
...
of the individual drivers and into the common routine ether_input().
Also, remove the (incomplete) hack for matching ethernet headers
in the ip_fw code.
The good news: net result of 1016 lines removed, and this should make
bridging now work with *all* Ethernet drivers.
The bad news: it's nearly impossible to test every driver, especially
for bridging, and I was unable to get much testing help on the mailing
lists.
Reviewed by: freebsd-net
2000-05-14 02:18:43 +00:00
Doug Rabson
e3227bc7a6
Enable EISA interrupts if the mcpcia has an attached EISA bus.
2000-05-13 21:33:57 +00:00
Doug Rabson
ff13eb73c1
Use bus_space for all register accesses.
2000-05-13 18:47:24 +00:00
Doug Rabson
8bbd2c1e46
Only probe network settings on the first open of the network device.
...
The alpha firmware takes a seriously long time to open the network device
the first time.
2000-05-13 15:40:46 +00:00
Tim Vanderhoek
214d1c55f7
Change to comments only: spell FreeBSD.org correctly
2000-05-13 11:21:19 +00:00