brian
3af49a5061
Fix some MP sequence number comparison bogons that are tickled by
...
having different speed links in a bundle. This would manifest itself
by having the link occasionally hang, but revive when a new connection
is made....
Make ``show mp'' a bit prettier.
1999-06-03 13:29:32 +00:00
kato
7467f798a2
Sync with sys/i386/conf/files.i386 and options.i386 revisions 1.246
...
and 1.115, respectively.
1999-06-03 13:04:00 +00:00
yokota
95d233d37a
Mention that 8x8 font is required for 43, 50 and 60 line text modes,
...
and that font files can be specified in /etc/rc.conf[.local].
1999-06-03 12:44:16 +00:00
yokota
c29d80719e
Make it clear that PS/2 type mice will work only with "auto" and
...
"ps/2" protocol types, and that serial mouse protocols shouldn't be
specified for these mice.
1999-06-03 12:43:16 +00:00
yokota
53f4c06394
Fix PS/2 MouseMan+ protocol. We have been looking at a wrong place
...
for the sign bit for roller movement!
1999-06-03 12:42:10 +00:00
kato
c8eab8c863
Use MACHINE_ARCH instead of MACHINE to check x86 architecture.
...
Pointed out by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
1999-06-03 10:38:07 +00:00
ru
c53963c15e
getvfsbyname() returns zero on success.
...
PR: 12000
Submitted by: Anatoly A. Orehovsky <tolik@mpeks.tomsk.su>
1999-06-03 09:03:50 +00:00
brian
0e558e446c
Oops, quieten a compiler warning.
1999-06-02 23:06:21 +00:00
brian
769cb902d3
Mention physical and sync logging in the ``set log''
...
usage message.
1999-06-02 21:28:02 +00:00
bde
1766c1a05b
Backed out the previous backout. We may as well have a version of ucmpdi2.c
...
that actually compiles, and I use it for i386's with 64 bit longs.
1999-06-02 16:39:14 +00:00
bde
9a9fd043b2
Fixed bitrot in synopsis (a missing include).
1999-06-02 16:33:22 +00:00
brian
424e32a4e7
o Alter the mbuf type as it's processed by different layers.
...
o Show more information about missing MP fragments in ``show mp''.
o Do away with mbuf_Log(). It was showing mbuf stats twice on
receipt of LCP/CCP/IPCP packets.... ???!!?
o Pre-allocate a bit extra when creating LQR packets to avoid having
to allocate another mbuf in mbuf_Prepend().
1999-06-02 15:59:09 +00:00
newton
f45463e353
Back out last commit (did I get all of them?)
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1999-06-02 15:35:46 +00:00
jb
e452020bd2
Remove vinum from the build until Greg reviews phk's cdevsw changes.
...
Preferred by: phk (rather than committing the patch without review).
1999-06-02 07:15:17 +00:00
ru
b1cc23e0b1
Spelling corrections for dummynet.
...
Reviewed by: des,luigi
1999-06-02 05:59:48 +00:00
hoek
32b616a48e
Don't print backspaces in first column since they backup to the prev line.
1999-06-02 03:42:39 +00:00
brian
3b531265df
Introduce the ``keep-session'' option. Refer to the man
...
page for details. This allows MP over non-tty devices where
the original ppp process must not exit (such as sshd-spawned
ppp sessions).
1999-06-02 00:46:55 +00:00
jlemon
528563d156
Unbreak memory sizing for SMP.
1999-06-01 23:45:48 +00:00
dt
14ffe630bd
|| vs && confusion in cdevsw_add().
1999-06-01 20:41:26 +00:00
dt
37d5c28f07
Remove an unused variable.
1999-06-01 20:29:58 +00:00
dt
0d7bec109d
cdevsw_add(&cn_devsw), not cdevsw_add(&dev).
1999-06-01 20:26:04 +00:00
hoek
6b31060375
Grok gtags too.
1999-06-01 20:02:34 +00:00
brian
25a14e6be5
Increase the length of an individual device name to LINE_LEN.
...
Adjust the base physical device name correctly after a link
transfer (allowing correct multilink callbacks).
1999-06-01 19:08:59 +00:00
wpaul
562681fec0
Change the warning message issued if pci_map_port() fails. I think this
...
happens if you have a BIOS with a 'Plug & Play OS' setting and you leave
it set to 'Yes.' This is wrong for FreeBSD (and LoseNT): it should be set
to 'No.' Apparently it's still possible to map the iobase of the NIC and
have the card work by reading the config space manually (which is what
the driver does if pci_map_port() fails) but we need to warn the user to
do fix their machine anyway. Anyway, warn the user to check the 'Plug &
Play OS' setting in their BIOS if mapping the io space fails.
1999-06-01 19:04:23 +00:00
phk
a6b150ee30
Introduce the makebdev() function, it does the same as the makedev()
...
function for now, but that will change.
1999-06-01 18:56:26 +00:00
jlemon
91a6d42ba0
Null commit; note that there is a new memory sizing routine that uses
...
the BIOS calls to determine the memory configuration. This should fix
problems with >64M for good.
Reviewed by: Mike Smith
1999-06-01 18:25:26 +00:00
jlemon
b5d4171ff6
Unifdef VM86.
...
Reviewed by: silence on on -current
1999-06-01 18:20:36 +00:00
jlemon
d4d2c87363
Make vm86 a standard component
...
Reviewed by: silence on on -current
1999-06-01 18:18:39 +00:00
jlemon
edc341f25c
Unifdef VM86
...
Reviewed by: silence on on -current
1999-06-01 18:17:50 +00:00
roger
eb1a4be892
Updated to support new Meteor/PPB cards (PCI-PCI Bridge).
...
The driver now identifies the IBM PCI-PCI Bridge fitted to newer
Matrox cards and initialises it.
Sumitted by: Anton Berezin <tobez@plab.ku.dk>
The Protein Laboratory, University of Copenhagen
1999-06-01 17:30:08 +00:00
phk
1efee9b283
Shorten a detour around dev_t to get a udev_t created.
1999-06-01 17:11:27 +00:00
brian
f062ad877c
Make async/sync/physical/hdlc dumps prettier by showing printable
...
characters at the end of the line in hexdump style.
1999-06-01 16:01:48 +00:00
kato
bfae8441dc
Fixed locations of include files.
1999-06-01 13:14:35 +00:00
ru
e4eef7ec7a
Get rid of segfaults in a set-uid program.
...
PR: 11823
Reviewed by: des
1999-06-01 13:14:07 +00:00
kato
e1972be652
Sync with sys/i386/isa/clock.c revision 1.136.
1999-06-01 12:32:54 +00:00
ru
aea0b6af53
Damn, forgot this: time -> when.
1999-06-01 11:20:15 +00:00
dfr
cc72e6d28f
Correct dumb mistake in previous commit.
1999-06-01 11:16:23 +00:00
ru
89933c21f9
Sync header line with newsyslog(8).
...
PR: 11511
Reviewed by: des
1999-06-01 10:57:38 +00:00
brian
2e64be7a5a
Ignore the quota.user and quota.group files rather than the
...
``quotas'' file when cleaning /tmp.
1999-06-01 10:47:53 +00:00
dfr
7be18a9615
Move fd driver back to files.${arch} since pc98 has a special fd driver.
1999-06-01 09:02:27 +00:00
phk
a65111acb3
devsw and cdevsw_add() changes for i4b.
...
Reviewed by: hm
1999-06-01 08:46:56 +00:00
brian
4b1ce7da0d
Mention that using MYADDR and HISADDR with ``set filter''
...
will result in the rules being updated any time MYADDR
or HISADDR change.
1999-06-01 08:46:53 +00:00
n_hibma
327b9c7ba3
USB stopped working as of the recent cdevsw cleanup. This fixes that.
1999-06-01 07:22:01 +00:00
n_hibma
ff89b648a6
Remove the stub driver. It's useless.
1999-06-01 07:18:53 +00:00
n_hibma
a8c6f159f3
usbd_get_request_status now only returns the value if the associated
...
pointer is passed.
1999-06-01 06:39:03 +00:00
billf
bc62ec7c7b
'make update' in the ports directory.
1999-06-01 02:55:44 +00:00
brian
effd132958
Remember if MYADDR or HISADDR is used in a filter add tweak all
...
filters any time either value changes.
1999-05-31 23:57:40 +00:00
n_hibma
af9cf37e43
1) Remove the definition of usb_cdc_generic_descriptor_t. It is
...
equivalent to usb_descriptor_t
2) Rename USB_CDC_CM_CM_OVER_DATA to USB_CDC_CM_OVER_DATA
1999-05-31 22:35:55 +00:00
roger
4d37f3729b
On the new Meteor cards, the Philips SAA 7116 is connected to the PCI bus
...
via an IBM PCI-PCI bridge (82351 or 82352 or 82353)
The driver must identify if it is on a secondary PCI bus, which is
created via the IBM PCI-PCI bridge. If it is, then it must initialise
the IBM PCI-PCI bridge correctly.
To do this, the following new functions are added.
Because they use the pcici_t tag, they are considered 2.2 compatibility APIs
pcici_t * pci_get_parent_from_tag(pcici_t tag);
int pci_get_bus_from_tag(pcici_t tag);
(The _from_tag suffix is used to prevent clashes with similarly named
newbus PCI API functions)
Submitted by: Anton Berezin <tobez@plab.ku.dk>
Reviewed by: Doug Rabson <dfr@nlsystems.com>
Reworked by: Me (roger)
1999-05-31 22:13:37 +00:00
dt
d17fc0888d
Don't use nblkdev.
1999-05-31 20:44:11 +00:00