]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoPer conversations in -current, add #error to these drivers when you don't
Warner Losh [Mon, 27 Mar 2000 18:32:45 +0000 (18:32 +0000)]
Per conversations in -current, add #error to these drivers when you don't
have the right compatibility shims enabled.  ISA drivers to follow later.

24 years agoFixed wrong path to libperl in DPADD.
Bruce Evans [Mon, 27 Mar 2000 18:29:46 +0000 (18:29 +0000)]
Fixed wrong path to libperl in DPADD.

Fixed wrong path to libperl in LDADD in some funky objdir setups.

Use ${dir}/libfoo.a instead of -L${dir} -lfoo for local static libraries
in LDADD so that `make checkdpadd' doesn't report non-errors.

Fixed misformatting of $FreeBSD$.

24 years agoUse `${dir}/libfoo.a' instead of `-L${dir} -lfoo' for local static
Bruce Evans [Mon, 27 Mar 2000 18:02:04 +0000 (18:02 +0000)]
Use `${dir}/libfoo.a' instead of `-L${dir} -lfoo' for local static
libraries in LDADD so that `make checkdpadd' doesn't report non-errors.

Fixed some style bugs (the usual ones for DPADD and LDADD, and misformatting
of $FreeBSD$).

24 years agoFixed missing DPADD.
Bruce Evans [Mon, 27 Mar 2000 16:45:49 +0000 (16:45 +0000)]
Fixed missing DPADD.

Fixed some style bugs (some usual ones for LDADD, and some misformattings).

24 years agoFixed missing DPADDs.
Bruce Evans [Mon, 27 Mar 2000 16:40:59 +0000 (16:40 +0000)]
Fixed missing DPADDs.

Fixed style bug for LDADD (don't use += for initial definitions).

24 years agoFixed missing DPADD.
Bruce Evans [Mon, 27 Mar 2000 16:39:50 +0000 (16:39 +0000)]
Fixed missing DPADD.

Fixed style bug for LDADD (don't use += for variables defined only once).

24 years agoFixed misspelling of DPADD as DPADDA.
Bruce Evans [Mon, 27 Mar 2000 16:37:32 +0000 (16:37 +0000)]
Fixed misspelling of DPADD as DPADDA.

Fixed some misformattings.

24 years agos/grep/grep -q
Dan Moschuk [Mon, 27 Mar 2000 16:36:25 +0000 (16:36 +0000)]
s/grep/grep -q

Submitted by: ru

24 years agoUse the same order in DPADD as in LDADD so that `make checkdpadd' doesn't
Bruce Evans [Mon, 27 Mar 2000 16:23:20 +0000 (16:23 +0000)]
Use the same order in DPADD as in LDADD so that `make checkdpadd' doesn't
report an error for it.

Fixed some style bugs (the usual ones for DPADD and LDADD, and
misformatting).

24 years agoFixed missing DPADDs.
Bruce Evans [Mon, 27 Mar 2000 16:11:27 +0000 (16:11 +0000)]
Fixed missing DPADDs.

Fixed some style bugs (some usual ones for LDADD, and misformatting of
$FreeBSD$).

24 years agoDon't abuse LDADD for holding linker flags. Doing so broke
Bruce Evans [Mon, 27 Mar 2000 15:58:53 +0000 (15:58 +0000)]
Don't abuse LDADD for holding linker flags.  Doing so broke
`make checkdpadd'.  Linker flags (ones passed via ${CC}) go in
LDFLAGS.

Fixed some style bugs (misformatting of $FreeBSD$).

24 years agoFixed missing DPADD.
Bruce Evans [Mon, 27 Mar 2000 15:40:30 +0000 (15:40 +0000)]
Fixed missing DPADD.

Fixed some style bugs (some usual ones for LDADD, and misformatting of
$FreeBSD$).

24 years agoFixed missing libraries in DPADD.
Bruce Evans [Mon, 27 Mar 2000 15:24:45 +0000 (15:24 +0000)]
Fixed missing libraries in DPADD.

Fixed some style bugs (some usual ones for DPADD and LDADD, and
misformatting of $FreeBSD$).

24 years agoReally remove all traces of wst.4 from the Makefile.
Ollivier Robert [Mon, 27 Mar 2000 15:22:18 +0000 (15:22 +0000)]
Really remove all traces of wst.4 from the Makefile.

Re-broken by: n_hibma :)

24 years agoFixed missing DPADD.
Bruce Evans [Mon, 27 Mar 2000 15:16:06 +0000 (15:16 +0000)]
Fixed missing DPADD.

Fixed style bug for LDADD (don't use += for variables defined only once).

24 years agoFixed LDADD. Using ${LIBM} instead of -lm gave the wrong libm in most
Bruce Evans [Mon, 27 Mar 2000 15:02:59 +0000 (15:02 +0000)]
Fixed LDADD.  Using ${LIBM} instead of -lm gave the wrong libm in most
cases and broke the world in some cases.

Fixed style bugs for DPADD and LDADD (don't use += for variables defined
only once).

24 years agoFixed LDADD. Using ${LIBM} instead of -lm gave the wrong libm in most
Bruce Evans [Mon, 27 Mar 2000 14:53:26 +0000 (14:53 +0000)]
Fixed LDADD.  Using ${LIBM} instead of -lm gave the wrong libm in most
cases and broke the world in some cases.

Fixed some style bugs (the usual ones for DPADD and LDADD, misplacement
of DPADD and LDADD, and misplacement of $FreeBSD$).

24 years agoUpdate STAILQ example to use STAILQ_REMOVE_HEAD instead of
John Baldwin [Mon, 27 Mar 2000 13:26:45 +0000 (13:26 +0000)]
Update STAILQ example to use STAILQ_REMOVE_HEAD instead of
TAILQ_REMOVE_HEAD.

PR: docs/17590
Submitted by: Benno Rice <benno@netizen.com.au>

24 years agoDo not overwrite files when the -i option is specified!
Sheldon Hearn [Mon, 27 Mar 2000 11:49:36 +0000 (11:49 +0000)]
Do not overwrite files when the -i option is specified!

PR: 17476
Reported by: Jonathan Chen <jon@spock.org>

24 years agoFix a mistakenly broken sentence. The mistake was made easy by the
Sheldon Hearn [Mon, 27 Mar 2000 10:50:54 +0000 (10:50 +0000)]
Fix a mistakenly broken sentence.  The mistake was made easy by the
confusing use of a comma to separate two sentences. :-)

Reported by: bp

24 years agoY2K fix. at(1) would die with 'garbled time' when assign_date() was
Sheldon Hearn [Mon, 27 Mar 2000 09:32:23 +0000 (09:32 +0000)]
Y2K fix.  at(1) would die with 'garbled time' when assign_date() was
pased a year > 99.  This change fixes the conversion of 2-digit years
into tm_year format.

This change is differs from the OpenBSD fix because of differences
in our assign_date().

PR: 15872
Reported by: "Crist J. Clark" <cjclark@home.com>
Submitted by: "Sergey N. Voronkov" <serg@dor.zaural.ru>
Obtained from: OpenBSD

24 years agoUSB Zip 250 drives are now supported
Nick Hibma [Mon, 27 Mar 2000 09:02:01 +0000 (09:02 +0000)]
USB Zip 250 drives are now supported

Obtained from: Anders Andersson <anders@sanyusan.se>

24 years agoUndo the previous commit. Early morning commits are no good either. I
Nick Hibma [Mon, 27 Mar 2000 08:59:53 +0000 (08:59 +0000)]
Undo the previous commit. Early morning commits are no good either. I
meant to commit umass.4

24 years agoIt's the parent that is a CPU node- not GBus itself.
Matt Jacob [Mon, 27 Mar 2000 08:22:23 +0000 (08:22 +0000)]
It's the parent that is a CPU node- not GBus itself.

24 years agocomplain when you do not create a TLSB node
Matt Jacob [Mon, 27 Mar 2000 08:20:44 +0000 (08:20 +0000)]
complain when you do not create a TLSB node

24 years agoThis commit was generated by cvs2svn to compensate for changes in r58653,
David E. O'Brien [Mon, 27 Mar 2000 03:00:53 +0000 (03:00 +0000)]
This commit was generated by cvs2svn to compensate for changes in r58653,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of GCC 2.95.2's libobjc
David E. O'Brien [Mon, 27 Mar 2000 03:00:53 +0000 (03:00 +0000)]
Virgin import of GCC 2.95.2's libobjc

24 years agoThis commit was generated by cvs2svn to compensate for changes in r58650,
David E. O'Brien [Mon, 27 Mar 2000 03:00:05 +0000 (03:00 +0000)]
This commit was generated by cvs2svn to compensate for changes in r58650,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of GCC 2.95.1's libobjc.
David E. O'Brien [Mon, 27 Mar 2000 03:00:05 +0000 (03:00 +0000)]
Virgin import of GCC 2.95.1's libobjc.

(previous GCC/EGCS versions had these files in gcc/objc/)

24 years agoUpdate CFLAGS documentation
Kris Kennaway [Mon, 27 Mar 2000 02:48:12 +0000 (02:48 +0000)]
Update CFLAGS documentation

24 years agoMFS: Add a "magic" comment to help fixincludes realize it doesn't need to
David E. O'Brien [Mon, 27 Mar 2000 02:04:45 +0000 (02:04 +0000)]
MFS: Add a "magic" comment to help fixincludes realize it doesn't need to
modify this file when building GCC 2.96 [by hand or via the port].

Submitted by: Zack Weinberg <zack@wolery.cumb.org>

24 years ago-Wall, which caught a real bug where buflen wasn't being set properly.
David E. O'Brien [Mon, 27 Mar 2000 00:33:45 +0000 (00:33 +0000)]
-Wall, which caught a real bug where buflen wasn't being set properly.

24 years agoo Get basic if_media support working.
Larry Lile [Sun, 26 Mar 2000 23:56:15 +0000 (23:56 +0000)]
o Get basic if_media support working.

o Add more diagnostic and status messages.

o General clean up of old debug messages and
  small style fixes.

24 years agorepair half-Danish b.b_iocmd damage where writes/reads weren't getting
Alfred Perlstein [Sun, 26 Mar 2000 23:06:12 +0000 (23:06 +0000)]
repair half-Danish b.b_iocmd damage where writes/reads weren't getting
set properly in the struct buf with vinum:

  Fix locations where B_READ was cleared in the old code but
    b.b_iocmd wasn't set to BIO_WRITE
  Fix propogation of b_iocmd
  Correct comments to reflect reality
  Don't compare b_flags with BIO_READ, it's in b_iocmd.

Submitted by: Bernd Walter <ticso@cicely.de>

24 years agoMissed a fix for the new openssh; this fixes make world.
Kris Kennaway [Sun, 26 Mar 2000 21:17:11 +0000 (21:17 +0000)]
Missed a fix for the new openssh; this fixes make world.

24 years agoDoug Ambrisko recommends not using minor 0-127 yet (Hardware flow
Nick Hibma [Sun, 26 Mar 2000 19:48:49 +0000 (19:48 +0000)]
Doug Ambrisko recommends not using minor 0-127 yet (Hardware flow
control)

24 years agoDecrement the timeout being passed to poll() if poll was interrupted for
Jonathan Lemon [Sun, 26 Mar 2000 19:20:50 +0000 (19:20 +0000)]
Decrement the timeout being passed to poll() if poll was interrupted for
some reason.  This will prevent an infinite loop if (say) a sigalarm is
being scheduled at a more frequent interval than the poll timeout.

PR: 2191, 8847, 10553

24 years agoresolf.conf -> resolv.conf; charnier
Brian Somers [Sun, 26 Mar 2000 18:33:08 +0000 (18:33 +0000)]
resolf.conf -> resolv.conf; charnier

24 years agoRemove duplicate word
Philippe Charnier [Sun, 26 Mar 2000 15:24:53 +0000 (15:24 +0000)]
Remove duplicate word

24 years agoSpelling
Philippe Charnier [Sun, 26 Mar 2000 15:20:23 +0000 (15:20 +0000)]
Spelling

24 years agoSpelling, fprintf -> err, remove unneeded variable declaration
Philippe Charnier [Sun, 26 Mar 2000 15:18:12 +0000 (15:18 +0000)]
Spelling, fprintf -> err, remove unneeded variable declaration

24 years agolowercase error message
Philippe Charnier [Sun, 26 Mar 2000 15:14:16 +0000 (15:14 +0000)]
lowercase error message

24 years ago1000000 usec -> 1 sec 0 usec; fix
Philippe Charnier [Sun, 26 Mar 2000 15:13:17 +0000 (15:13 +0000)]
1000000 usec -> 1 sec 0 usec; fix

24 years agoAdd DIAGNOSTICS section name. Spelling
Philippe Charnier [Sun, 26 Mar 2000 15:10:37 +0000 (15:10 +0000)]
Add DIAGNOSTICS section name. Spelling

24 years ago1000000 usec -> 1 sec 0 usec; fix.
Philippe Charnier [Sun, 26 Mar 2000 15:08:44 +0000 (15:08 +0000)]
1000000 usec -> 1 sec 0 usec; fix.

24 years agoAdd DIAGNOSTICS section name
Philippe Charnier [Sun, 26 Mar 2000 15:06:46 +0000 (15:06 +0000)]
Add DIAGNOSTICS section name

24 years agoUse .Xr
Philippe Charnier [Sun, 26 Mar 2000 15:05:40 +0000 (15:05 +0000)]
Use .Xr

24 years agoAdd usage().
Philippe Charnier [Sun, 26 Mar 2000 15:04:35 +0000 (15:04 +0000)]
Add usage().

24 years agoDo not dot terminate list of references
Philippe Charnier [Sun, 26 Mar 2000 14:56:52 +0000 (14:56 +0000)]
Do not dot terminate list of references

24 years agoremove unknown OPTIONS section name. Getopt returns -1.
Philippe Charnier [Sun, 26 Mar 2000 14:55:05 +0000 (14:55 +0000)]
remove unknown OPTIONS section name. Getopt returns -1.

24 years agoAdd section number to .Xr references. Enumerate flags the standard way.
Philippe Charnier [Sun, 26 Mar 2000 14:54:01 +0000 (14:54 +0000)]
Add section number to .Xr references. Enumerate flags the standard way.

24 years agoPut argument under .Ar.
Philippe Charnier [Sun, 26 Mar 2000 14:53:00 +0000 (14:53 +0000)]
Put argument under .Ar.

24 years agoAdd section number to .Xr. Put arguments under .Ar.
Philippe Charnier [Sun, 26 Mar 2000 14:52:02 +0000 (14:52 +0000)]
Add section number to .Xr. Put arguments under .Ar.

24 years agoDo not dot terminate err() string. Cross reference using .Xr
Philippe Charnier [Sun, 26 Mar 2000 14:50:56 +0000 (14:50 +0000)]
Do not dot terminate err() string. Cross reference using .Xr

24 years agoUse .Pa
Philippe Charnier [Sun, 26 Mar 2000 14:49:49 +0000 (14:49 +0000)]
Use .Pa

24 years agoRemove incorrect use of .Nm. Wrap long lines, Unwrap short lines
Philippe Charnier [Sun, 26 Mar 2000 14:48:46 +0000 (14:48 +0000)]
Remove incorrect use of .Nm. Wrap long lines, Unwrap short lines
Options: -> The following options are available:

24 years agoPut flags under .Fl. Add DIAGNOSTICS section name
Philippe Charnier [Sun, 26 Mar 2000 14:47:43 +0000 (14:47 +0000)]
Put flags under .Fl. Add DIAGNOSTICS section name

24 years agoSync SYNOPSIS and usage() string.
Philippe Charnier [Sun, 26 Mar 2000 14:46:41 +0000 (14:46 +0000)]
Sync SYNOPSIS and usage() string.

24 years agoAdd missing dots
Philippe Charnier [Sun, 26 Mar 2000 14:45:38 +0000 (14:45 +0000)]
Add missing dots

24 years ago1000000 usec -> 1 sec 0 usec; fix.
Philippe Charnier [Sun, 26 Mar 2000 14:44:34 +0000 (14:44 +0000)]
1000000 usec -> 1 sec 0 usec; fix.

24 years agoMove RCS tags after copyright
Philippe Charnier [Sun, 26 Mar 2000 14:43:25 +0000 (14:43 +0000)]
Move RCS tags after copyright
Add DIAGNOSTICS section name

24 years agoAdd DIAGNOSTICS section name
Philippe Charnier [Sun, 26 Mar 2000 14:42:14 +0000 (14:42 +0000)]
Add DIAGNOSTICS section name

24 years ago.Nm changes
Philippe Charnier [Sun, 26 Mar 2000 14:41:07 +0000 (14:41 +0000)]
.Nm changes

24 years agoAdd DIAGNOSTICS section name
Philippe Charnier [Sun, 26 Mar 2000 14:39:03 +0000 (14:39 +0000)]
Add DIAGNOSTICS section name
Options: -> The following options are available:

24 years agoProperly use .Nm, .Em, .Pa etc. Make usage() a simplier function.
Philippe Charnier [Sun, 26 Mar 2000 14:37:47 +0000 (14:37 +0000)]
Properly use .Nm, .Em, .Pa etc. Make usage() a simplier function.

24 years agoAdd -d and -t flags to usage. Add usage().
Philippe Charnier [Sun, 26 Mar 2000 14:30:51 +0000 (14:30 +0000)]
Add -d and -t flags to usage. Add usage().

24 years agoTypo
Philippe Charnier [Sun, 26 Mar 2000 14:29:45 +0000 (14:29 +0000)]
Typo

24 years agoUse errx(), remove unused #include. Correct SYNOPSIS
Philippe Charnier [Sun, 26 Mar 2000 14:28:31 +0000 (14:28 +0000)]
Use errx(), remove unused #include. Correct SYNOPSIS

24 years agoAdd .Nm.
Philippe Charnier [Sun, 26 Mar 2000 14:27:19 +0000 (14:27 +0000)]
Add .Nm.
Options: -> The following options are available:

24 years agoAdd DIAGNOSTICS section name and section name to .Xr.
Philippe Charnier [Sun, 26 Mar 2000 14:25:51 +0000 (14:25 +0000)]
Add DIAGNOSTICS section name and section name to .Xr.

24 years agoDIAGNOSTICS section name missing and .Nm changes
Philippe Charnier [Sun, 26 Mar 2000 14:24:40 +0000 (14:24 +0000)]
DIAGNOSTICS section name missing and .Nm changes

24 years agoUse errx(). .Nm fixes
Philippe Charnier [Sun, 26 Mar 2000 14:23:23 +0000 (14:23 +0000)]
Use errx(). .Nm fixes

24 years agoUse warnx(), -Wall cleaning and remove unused #include
Philippe Charnier [Sun, 26 Mar 2000 14:21:57 +0000 (14:21 +0000)]
Use warnx(), -Wall cleaning and remove unused #include
Better use of .Nm and .Ar

24 years agoAdd the entry for usio, major 138
Nick Hibma [Sun, 26 Mar 2000 12:59:22 +0000 (12:59 +0000)]
Add the entry for usio, major 138

24 years agoYell about -O2 on the Alpha. Forceably downgrade -O2+ if
David E. O'Brien [Sun, 26 Mar 2000 12:56:54 +0000 (12:56 +0000)]
Yell about -O2 on the Alpha.  Forceably downgrade -O2+ if
"FORCE_OPTIMIZATION_DOWNGRADE" is defined when GCC is built.

24 years agopcvt cleanup. Update the pcvt(4) manpage to reflect current state.
Hellmuth Michaelis [Sun, 26 Mar 2000 12:41:37 +0000 (12:41 +0000)]
pcvt cleanup. Update the pcvt(4) manpage to reflect current state.

24 years agos/curproc/self/
Dag-Erling Smørgrav [Sun, 26 Mar 2000 12:20:35 +0000 (12:20 +0000)]
s/curproc/self/

Spotted by: Ben Smithurst <ben@scientia.demon.co.uk>

24 years agoCorrect a mishap in phk's BIO_* changes.
Søren Schmidt [Sun, 26 Mar 2000 12:01:27 +0000 (12:01 +0000)]
Correct a mishap in phk's BIO_* changes.

24 years agopcvt cleanup. remove the "mcon" utility: the PCVT_EMU_MOUSE code
Hellmuth Michaelis [Sun, 26 Mar 2000 11:20:42 +0000 (11:20 +0000)]
pcvt cleanup. remove the "mcon" utility: the PCVT_EMU_MOUSE code
in the driver is gone, because of this mcon is of no use anymore.

24 years agopcvt cleanup. remove the set2061 program, it is so outdated that
Hellmuth Michaelis [Sun, 26 Mar 2000 11:16:16 +0000 (11:16 +0000)]
pcvt cleanup. remove the set2061 program, it is so outdated that
nobody knows anymore what a 2061 chip is (hint: ELSA Winner 100 EISA).

24 years ago#include <ssl/foo.h> -> #include <openssl/foo.h>
Kris Kennaway [Sun, 26 Mar 2000 10:00:28 +0000 (10:00 +0000)]
#include <ssl/foo.h> -> #include <openssl/foo.h>

24 years agoRemove evidence proving that I just copied these files from standard-supfile
Bill Fumerola [Sun, 26 Mar 2000 09:50:01 +0000 (09:50 +0000)]
Remove evidence proving that I just copied these files from standard-supfile
and put some more specific examples in www-supfile.

PR: docs/17600
Discovered by: Denis Mittsev <dm@dmhome.orsk.ru>

24 years agorqe->b.b_flags |= B_READ; became
Alfred Perlstein [Sun, 26 Mar 2000 09:20:33 +0000 (09:20 +0000)]
rqe->b.b_flags |= B_READ; became
rqe->b.b_iocmd == BIO_READ instead of
rqe->b.b_iocmd = BIO_READ;
fix it.

24 years agoSubstantially cleanup of the pcvt kernel part. This cleanup does
Hellmuth Michaelis [Sun, 26 Mar 2000 09:17:14 +0000 (09:17 +0000)]
Substantially cleanup of the pcvt kernel part. This cleanup does
not introduce (hopefully) any functional changes but gets rid of
the #ifdef spaghetti pcvt suffered from more and more over the
years.

Several no more used parts of the source were removed, others
which are used by default are now non-optional components:

PCVT_NETBSD removed completety
PCVT_FREEBSD removed option, code is now standard
PCVT_KBD_FIFO removed option, code is now standard
PCVT_EMU_MOUSE removed completety
PCVT_SW0CNOUTP removed completety
PCVT_PORTIO_DELAY obsolete, removed
PCVT_KEYBDID removed option, code is now standard
PCVT_SIGWINCH removed option, code is now standard
PCVT_PALFLICKER removed completety
PCVT_WAITRETRACE removed completety
PCVT_NOFASTSCROLL removed option, code is now standard
PCVT_USL_VT_COMPAT removed the "old" non-vt Xserver code completely,
depending on XSERVER, this code is now standard.

Pcvt userland cleanup will follow as well as newbusifying the
kernel part.

24 years agoGet rid of some deltas lying around. This is a collection of lots of
Brian Feldman [Sun, 26 Mar 2000 09:04:06 +0000 (09:04 +0000)]
Get rid of some deltas lying around.  This is a collection of lots of
small typo fixes.  Most have to do with periods and ellipses, but there
are some spelling, capitalization, and miscellaneous fixes.  No meanings
have been changed.

24 years agoPut the '%' before the new appended fortune, not after.
Brian Feldman [Sun, 26 Mar 2000 08:47:26 +0000 (08:47 +0000)]
Put the '%' before the new appended fortune, not after.

24 years agoUpdate for latest OpenSSH
Kris Kennaway [Sun, 26 Mar 2000 07:54:12 +0000 (07:54 +0000)]
Update for latest OpenSSH

24 years agoResolve conflicts.
Kris Kennaway [Sun, 26 Mar 2000 07:37:48 +0000 (07:37 +0000)]
Resolve conflicts.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r58582,
Kris Kennaway [Sun, 26 Mar 2000 07:07:24 +0000 (07:07 +0000)]
This commit was generated by cvs2svn to compensate for changes in r58582,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of OpenSSH sources dated 2000/03/25
Kris Kennaway [Sun, 26 Mar 2000 07:07:24 +0000 (07:07 +0000)]
Virgin import of OpenSSH sources dated 2000/03/25

24 years agoMinor changes to some of the interfaces.
Warner Losh [Sun, 26 Mar 2000 07:01:52 +0000 (07:01 +0000)]
Minor changes to some of the interfaces.
Remove RF_PCCARD_ATTR in anticipation of removing it from sys/rman.h
Add interface for setting "attributes" of pccard/cardbus devices.
Minor formatting nits.

24 years agoThis, we believe, is the first commit
Peter Wemm [Sun, 26 Mar 2000 06:00:02 +0000 (06:00 +0000)]
This, we believe, is the first commit
from Disneyland, committed via ssh
on a Palm + wireless.

                                        Inspired by:  ps
                                        Thanks to:  Glenn (Damn, now I want one  of these :-)

24 years agoo Improve the comment concerning rebuilding the database using cap_mkdb --
Robert Watson [Sun, 26 Mar 2000 05:41:10 +0000 (05:41 +0000)]
o Improve the comment concerning rebuilding the database using cap_mkdb --
  it's not a speed thing, it's a correctness thing :-)
o Reorder the path slightly to be more consistent

Reviewed by: jhb

24 years agoComb through my mailboxes, trying to merge all the entries that others
Warner Losh [Sun, 26 Mar 2000 05:30:51 +0000 (05:30 +0000)]
Comb through my mailboxes, trying to merge all the entries that others
have set me.  This goes from now back to sometime in January 2000.  Last
years' entries might result in more.  But it will need to wait for another
time.

o XJEM3288 entry (Ron Rosson <insane@lunatic.oneinsane.net>)
o Fix Xircom CreditCard Modem 56 entry ("Juriy Goloveshkin <juriy@avias.com> ")
o Add pcmcia cd-rom entry from juriy as well, even though it doesn't work
o Add Intellegent Modem (sos)
o 3C562 entries (Marat Fayzullin <fms@cs.umd.edu>)
o Digiteam expresso modem (joerg_wunsch)
o RFI Hotline serial card (joerg_wunsch)
o EP401 Ethernet (jkoshy)
o Novatel wireless modem (nsayer)
o Intel modem 2400+ (aka US Roboitcs Worldport 14400) (sos)
o Option I18n GSM fax modem (markm)
o Toshiba SLIMV90 (roberto)

24 years agoThe REQUEST SENSE command is 6b not 16b. Use the struct scsi_sense to
Nick Hibma [Sun, 26 Mar 2000 01:39:12 +0000 (01:39 +0000)]
The REQUEST SENSE command is 6b not 16b. Use the struct scsi_sense to
indicate that we are working with that command.

Some corrected/added comments.

24 years agoFix floppy driver after my isadma changes.
Poul-Henning Kamp [Sat, 25 Mar 2000 21:20:23 +0000 (21:20 +0000)]
Fix floppy driver after my isadma changes.

24 years agoFix a misspelling in the comments for tha IPv6 auth service and change them
John Baldwin [Sat, 25 Mar 2000 21:17:24 +0000 (21:17 +0000)]
Fix a misspelling in the comments for tha IPv6 auth service and change them
to more closely resembles those in the IPv4 sction.

24 years agoReword warning to make it clearer (I read it as "remove block devices created
Kris Kennaway [Sat, 25 Mar 2000 21:10:20 +0000 (21:10 +0000)]
Reword warning to make it clearer (I read it as "remove block devices created
before 2000-06-01" which is obviously not what was intended :-)

24 years agoSynchronize login.conf default path with skel/dot.cshrc and root/dot.cshrc
Robert Watson [Sat, 25 Mar 2000 20:33:21 +0000 (20:33 +0000)]
Synchronize login.conf default path with skel/dot.cshrc and root/dot.cshrc

24 years agoMore fully initialize cardbus bridges. We now call the new generic
Warner Losh [Sat, 25 Mar 2000 20:29:55 +0000 (20:29 +0000)]
More fully initialize cardbus bridges.  We now call the new generic
cardbus bridge init routine for all cardbuses.  This routine attempts
to compensate for BIOSes that do not setup the cardbus bridge into
legacy mode.  Since this is becoming more common, and cardbus pci
cards have appeared on the market, this makes sense.

Do some TI113x specific initialization.  This came in as part of the
patch.  Report TI1[1234]XX specific config registers protected by
bootverbose.

Minor code cleanup while I'm here.  I've also removed the unused code
present in the original patches, and cleaned it up slightly in places
as well.

The original patches supported more than one card, but these patches
support just one.  We should likely revisit this in the future.

This makes the Compaq card that Walnut Creek CD purchased for me work
in my bouncer box.

This is a MFC candidate.  However, I'd like to get some airtime on
these patches on as many laptops as possible before doing the MFC.  It
does change things somewhat.  In theory, apart from the minor TI
tweaks, this shouldn't change anything if the bridge is in legacy mode
already.

Submitted by: sanpei@sanpei.org (MIHIRA Yoshiro)