]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoTreat \t and \n inside /boot.config as whitespaces.
Ruslan Ermilov [Tue, 13 Jun 2000 13:07:53 +0000 (13:07 +0000)]
Treat \t and \n inside /boot.config as whitespaces.

PR: 19215

24 years agoMerged from sys/i386/i386/machdep.c rev 1.395.
KATO Takenori [Tue, 13 Jun 2000 13:05:51 +0000 (13:05 +0000)]
Merged from sys/i386/i386/machdep.c rev 1.395.

24 years agoFix typo: turn of -> turn off.
Alexander Langer [Tue, 13 Jun 2000 12:50:47 +0000 (12:50 +0000)]
Fix typo: turn of -> turn off.

PR: 18805
Submitted by: Yoshihiro Ota <ota@mail.drexel.edu>
Kind of Reviewed by: asmodai ("sure")

24 years agoRecognize Coppermine Celeron processors whose CPU ID = 0x68?. They
KATO Takenori [Tue, 13 Jun 2000 12:33:45 +0000 (12:33 +0000)]
Recognize Coppermine Celeron processors whose CPU ID = 0x68?.  They
were recognized as "Pentium III/Pentium III Xeon."

24 years agomdoc improvements and better readability of the text.
Alexander Langer [Tue, 13 Jun 2000 12:25:20 +0000 (12:25 +0000)]
mdoc improvements and better readability of the text.

PR: 18811
Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
Reviewed by: asmodai

24 years agoA few more hard-sentence breaks.
Brian Somers [Tue, 13 Jun 2000 10:03:28 +0000 (10:03 +0000)]
A few more hard-sentence breaks.

24 years agoCorrectly set the Maximum DHCP Message Size. bootpd now works
Paul Saab [Tue, 13 Jun 2000 09:32:09 +0000 (09:32 +0000)]
Correctly set the Maximum DHCP Message Size.  bootpd now works
again as well as ISC dhcpd.

24 years agoAdded new options CPU_PPRO2CELERON and CPU_L2_LATENCY to support
KATO Takenori [Tue, 13 Jun 2000 09:10:37 +0000 (09:10 +0000)]
Added new options CPU_PPRO2CELERON and CPU_L2_LATENCY to support
Socket 8 to 370 converters.  When (1) CPU_PPRO2CELERON option is
defined, (2) Intel CPU is found and (3) CPU ID is 0x66?, L2 cache is
enabled through MSR 0x11e.  The L2 cache latency value can be
specified by CPU_L2_LATENCY option.  Default value of L2 cache latency
is 5.

These options are useful if you use Socket 8 to Socket 370 converter
(e.g. Power Leap's PL-Pro/II.)  Most PentiumPro BIOSs don't enable L2
cache of Mendocino Celeron CPUs because they don't know Celeron CPUs.
These options are needles if you use a Coppermine (FCPGA) Celeron or
PentiumIII, becuase the L2 cache enable bit is hard wired and L2 cache
is always enabled.

24 years agoRemove the "any" and "pio" stuff from PAO. We don't (yet) support
Warner Losh [Tue, 13 Jun 2000 06:08:58 +0000 (06:08 +0000)]
Remove the "any" and "pio" stuff from PAO.  We don't (yet) support
that notation.

Reported by: jkh on the train from Tokyo to Nagoya.

24 years agoAdd 'tools' to the list of tarballs to be extracted when 'all' is
John W. De Boskey [Tue, 13 Jun 2000 03:05:56 +0000 (03:05 +0000)]
Add 'tools' to the list of tarballs to be extracted when 'all' is
specified as the distribution.

PR: 18927
Submitted by: Stephen J. Roznowski <sjr@home.net>

24 years agoBump major to preserve 3.x binaries compatibility
Andrey A. Chernov [Tue, 13 Jun 2000 00:41:38 +0000 (00:41 +0000)]
Bump major to preserve 3.x binaries compatibility

Found by: "Akinori -Aki- MUSHA" <knu@idaemons.org>

24 years agoFix breakage to target mode support.
Matt Jacob [Mon, 12 Jun 2000 23:08:31 +0000 (23:08 +0000)]
Fix breakage to target mode support.

What we'd like to know is whether or not we have a listener
upstream that really hasn't configured yet. If we do, then
we can give a more sensible reply here. If not, then we can
reject this out of hand.

Choices for what to send were
Not Ready, Unit Not Self-Configured Yet
(0x2,0x3e,0x00)
for the former and
Illegal Request, Logical Unit Not Supported
(0x5,0x25,0x00)
for the latter.

We used to decide whether there was at least one listener
based upon whether the black hole driver was configured.

However, recent config(8) changes have made this hard to do
at this time.

Actually, we didn't use the above quite yet, but were sure considering it.

24 years agoThe buslogic driver doesn't have static unit limits (ie: no bt.h or
Peter Wemm [Mon, 12 Jun 2000 20:53:39 +0000 (20:53 +0000)]
The buslogic driver doesn't have static unit limits (ie: no bt.h or
arbitary NBT limits)

24 years agoUse objcopy to strip the gcc2_compiled. symbol from kernels.
Peter Wemm [Mon, 12 Jun 2000 20:22:07 +0000 (20:22 +0000)]
Use objcopy to strip the gcc2_compiled. symbol from kernels.
ld(1) doesn't seem to have the ability to delete an arbitary symbol.

24 years agoMention about -4 and -6 options.
Hajimu UMEMOTO [Mon, 12 Jun 2000 18:30:16 +0000 (18:30 +0000)]
Mention about -4 and -6 options.

24 years agounstatic getfp() so that other subsystems can use it.
Alfred Perlstein [Mon, 12 Jun 2000 18:06:12 +0000 (18:06 +0000)]
unstatic getfp() so that other subsystems can use it.

make sendfile() use it.

Approved by: dg

24 years agoSometimes there isn't an ISA bus configured.
Matt Jacob [Mon, 12 Jun 2000 17:07:57 +0000 (17:07 +0000)]
Sometimes there isn't an ISA bus configured.

24 years agoFix REFILL. It must throw RESTART instead of OUTOFTEXT so that
Daniel C. Sobral [Mon, 12 Jun 2000 16:46:28 +0000 (16:46 +0000)]
Fix REFILL. It must throw RESTART instead of OUTOFTEXT so that
execution can take place at the point where it stopped after the
input buffer has been refilled.

Add ANS Forth CORE EXT and FILE word SOURCE-ID.

24 years agoThe word environment? returns a flag indicating whether the variable
Daniel C. Sobral [Mon, 12 Jun 2000 16:45:01 +0000 (16:45 +0000)]
The word environment? returns a flag indicating whether the variable
was found or not. Fix it's usage. Alas, it caused no problem before,
besides leaving garbage in the stack, because refill, used by [if]
[else] [then], was broken.

24 years agoMake abort" functional in interpret mode. This behavior is undefined
Daniel C. Sobral [Mon, 12 Jun 2000 16:42:02 +0000 (16:42 +0000)]
Make abort" functional in interpret mode. This behavior is undefined
by ANS Forth standard, but it's useful.

Also, define the constant true in a more strict way. C might garantee
2-complement math, but Forth doesn't.

24 years agoMake comment reflect reality.
Daniel C. Sobral [Mon, 12 Jun 2000 16:40:00 +0000 (16:40 +0000)]
Make comment reflect reality.

24 years agoAdd MLINKS for queue(3) FOREACH_REVERSE and HEAD_INITIALIZER macros.
Jake Burkholder [Mon, 12 Jun 2000 15:28:08 +0000 (15:28 +0000)]
Add MLINKS for queue(3) FOREACH_REVERSE and HEAD_INITIALIZER macros.

Forgotten by: jake, archie

24 years ago- Eliminate rpread(). Call generic ttyread(). (cf rev 1.33)
Seigo Tanimura [Mon, 12 Jun 2000 15:21:59 +0000 (15:21 +0000)]
- Eliminate rpread(). Call generic ttyread(). (cf rev 1.33)
- Comment out deftermios. Termioschars() will give the default
  value.

Pointed out by: bde

24 years agoDocument possible values for the waitfor arg.
Alexander Langer [Mon, 12 Jun 2000 13:53:04 +0000 (13:53 +0000)]
Document possible values for the waitfor arg.

PR: 18627, 18628
Reviewed by: asmodai

24 years ago This patch adds the -mindepth and -maxdepth options to find(1), which
Ollivier Robert [Mon, 12 Jun 2000 11:12:41 +0000 (11:12 +0000)]
This patch adds the -mindepth and -maxdepth options to find(1), which
    behave as in GNU find (and of course as described in the manual page
    diff included).  I think these options would be useful for some people.

    Some missing $FreeBSD$ tags are also added.

    The patch was slightly modified (send-pr mangling of TABS).

PR: bin/18941
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>

24 years agoDocument SVR4 branding is supported.
Jeroen Ruigrok van der Werven [Mon, 12 Jun 2000 11:12:19 +0000 (11:12 +0000)]
Document SVR4 branding is supported.

PR: 19131
Submitted by: Mike Barcroft <mike@q9media.com>

24 years ago The find -perm option currently supports an exact match,
Ollivier Robert [Mon, 12 Jun 2000 10:36:52 +0000 (10:36 +0000)]
    The find -perm option currently supports an exact match,
        or if the mode is preceded by a '-', it checks for a match
        in at least the bits specified on the command line.  It is
        often desirable to find things with any execute or setuid or
        setgid bits set.

PR: bin/10169
Submitted by: Monte Mitzelfelt <monte@gonefishing.org>

24 years ago before this commit, specfs reported disk partitions
Jonathan M. Bresler [Mon, 12 Jun 2000 10:20:18 +0000 (10:20 +0000)]
before this commit, specfs reported disk partitions
using decimal major and minor numbers.  "ls -l" reports
disk partitions using decimal major numbers and hex
minor numbers.

make specfs use decimal major numbers and hex minor numbers,
just like "ls -l"

24 years agoFixed style bugs of rev 1.66.
Ruslan Ermilov [Mon, 12 Jun 2000 09:43:00 +0000 (09:43 +0000)]
Fixed style bugs of rev 1.66.

24 years agoAdd (another) PnP entry for the ESS ES1869 (Compaq OEM)
Brian Somers [Mon, 12 Jun 2000 09:09:37 +0000 (09:09 +0000)]
Add (another) PnP entry for the ESS ES1869 (Compaq OEM)

Submitted by: mdharnois@home.com
PR: 19206

24 years ago0x39 == plan9
Brian Somers [Mon, 12 Jun 2000 09:08:40 +0000 (09:08 +0000)]
0x39 == plan9

Obtained from: OpenBSD

24 years agoReformat and update sound section a bit. Still need to add more
Jeroen Ruigrok van der Werven [Sun, 11 Jun 2000 21:53:38 +0000 (21:53 +0000)]
Reformat and update sound section a bit.  Still need to add more
soundcards.

24 years agoFix syntax error in previous commit.
Kris Kennaway [Sun, 11 Jun 2000 21:41:25 +0000 (21:41 +0000)]
Fix syntax error in previous commit.

Submitted by: Udo Schweigert <ust@cert.siemens.de>

24 years agoThe very feeble beginnings of a driver for the LanMedia LMC1504 card.
Poul-Henning Kamp [Sun, 11 Jun 2000 19:09:47 +0000 (19:09 +0000)]
The very feeble beginnings of a driver for the LanMedia LMC1504 card.

New-Bus wizards are encouraged to look at this, I think it poses a
challenge for the current newbus design.

24 years agoThe USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>.
Nick Hibma [Sun, 11 Jun 2000 18:19:14 +0000 (18:19 +0000)]
The USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>.

24 years agoDNS IPv6 transport support.
Hajimu UMEMOTO [Sun, 11 Jun 2000 15:43:34 +0000 (15:43 +0000)]
DNS IPv6 transport support.
It is nessesary for IPv6 only life.

Obtained from: KAME

24 years agoHard sentence breaks and trailing space tidy-ups
Brian Somers [Sun, 11 Jun 2000 14:58:32 +0000 (14:58 +0000)]
Hard sentence breaks and trailing space tidy-ups

Obtained from: OpenBSD

24 years agoSuck out all of the current and desired n/w parameters.
Duncan Barclay [Sun, 11 Jun 2000 13:57:59 +0000 (13:57 +0000)]
Suck out all of the current and desired n/w parameters.

24 years agoGenerated a new macor, RAY_RECERR for reporting errors with. Verbosity set with IFF_D...
Duncan Barclay [Sun, 11 Jun 2000 13:56:11 +0000 (13:56 +0000)]
Generated a new macor, RAY_RECERR for reporting errors with. Verbosity set with IFF_DEBUG (recommended at present).

Move promisc flag into the nw parameter structure.

24 years agoGenerated a new macor, RAY_RECERR for reporting errors with. Verbosity set with IFF_D...
Duncan Barclay [Sun, 11 Jun 2000 13:54:59 +0000 (13:54 +0000)]
Generated a new macor, RAY_RECERR for reporting errors with. Verbosity set with IFF_DEBUG (recommended at present).

24 years agoTry and get this list a bit more consistent in style.
Jeroen Ruigrok van der Werven [Sun, 11 Jun 2000 13:51:29 +0000 (13:51 +0000)]
Try and get this list a bit more consistent in style.
Also, clarify a comment with proper comma placement.

Also tried to get the supported soundcard section more fleshed out.  This
needs more work.

24 years agoA bunch of misc. tidy ups really.
Duncan Barclay [Sun, 11 Jun 2000 13:32:07 +0000 (13:32 +0000)]
A bunch of misc. tidy ups really.

Generated a new macor, RAY_RECERR for reporting errors with. Verbosity set with IFF_DEBUG (recommended at present).

Add PRIBIO to tsleeps.

Catch detach on ray_ccs_alloc a little better.

Move sc_promisc into desired and current n/w parameters.

Remove IFQ_PEEK, we know the driver runs okay without it.

Drain the output queue in ray_stop.

Only use ray_mcast for ADD/DEL multi ioctls. ray_init_multi resets the
multicast list on startup. Simplifies ray_init a little.

Tidy some old comments.

ray_download_done now copies the whole desired n/w parameter set into the
current set. This is because I was missing soem parameters - like the
net type!

24 years agoDon't oan about padding characters
Brian Somers [Sun, 11 Jun 2000 12:22:06 +0000 (12:22 +0000)]
Don't oan about padding characters

24 years agoAdd Adico and Accton NICs to the list.
Jeroen Ruigrok van der Werven [Sun, 11 Jun 2000 12:04:08 +0000 (12:04 +0000)]
Add Adico and Accton NICs to the list.
Move NDC a bit lower so that it is alphabetical.

Inspired by PR: 18735
Submitted by: Adoal Xu <adoal@iname.com>

24 years agoAdd support for the Accton EN1217.
Jeroen Ruigrok van der Werven [Sun, 11 Jun 2000 11:54:52 +0000 (11:54 +0000)]
Add support for the Accton EN1217.

PR: 18735
Submitted by: Adoal Xu <adoal@iname.com>

24 years agoFixed allocation of unit numbers. Allocate the amount of space actually
Bruce Evans [Sun, 11 Jun 2000 07:19:20 +0000 (07:19 +0000)]
Fixed allocation of unit numbers.  Allocate the amount of space actually
required (rounded up a little) instead of twice the previous amount (or
a fixed amount for the first allocation).

The bug caused memory corruption when a new unit number for a devclass
was more than about twice the previous maximum one (or more than 3 for
the first one), so it corrupted memory (which happened to be the atkbdc
port resource list) in the reporter's configuration with sio unit
numbers { 0, 25, 1, 2, ... }.

Reviewed by: dfr
Reported by: Leonid Lukiyanets <stalwar78@hotmail.com>

24 years ago1. Update Comtrol RocketPort driver(rp) to version 3.02.
Seigo Tanimura [Sun, 11 Jun 2000 06:43:16 +0000 (06:43 +0000)]
1. Update Comtrol RocketPort driver(rp) to version 3.02.
2. Newbusify the driver.
3. Build as a module.

4. Use correct minor numbers when creating device files.
5. Correctly lock control characters.
6. Return ENXIO when device not configured.
Submitted by: Tor Egge <Tor.Egge@fast.no>

7. Fix the baud_table.
Submitted by: Elliot Dierksen <ebd@oau.org>

Note:
- the old driver still lives in src/sys/i386/isa, so that you can
  revert to it if something goes wrong.
- The module does not detach very well. Attaching works fine.

24 years agocpu_fork(): Check "flags" before dereferencing "p2". Otherwise,
Alan Cox [Sun, 11 Jun 2000 06:22:01 +0000 (06:22 +0000)]
cpu_fork(): Check "flags" before dereferencing "p2".  Otherwise,
the call "vm_fork(p1, 0, flags);" early in fork1 can cause a kernel
panic.

24 years agoLink explicitly against -lmd. I'm not sure what was pulling this in
Kris Kennaway [Sun, 11 Jun 2000 05:30:52 +0000 (05:30 +0000)]
Link explicitly against -lmd. I'm not sure what was pulling this in
on -current, but it doesnt do it on -stable.

24 years ago Fix memory leak in mount_nfs's background (-b) mode which occurs when
Matthew Dillon [Sun, 11 Jun 2000 05:19:58 +0000 (05:19 +0000)]
Fix memory leak in mount_nfs's background (-b) mode which occurs when
    the mount is not available.

Submitted-by: Jonathan Hanna <pangolin@home.com>
24 years agoActivate Japanese NLS and KANJI support
Andrey A. Chernov [Sun, 11 Jun 2000 03:26:08 +0000 (03:26 +0000)]
Activate Japanese NLS and KANJI support

24 years agoAdd ``set ifqueue'' to control the size of the outgoing packet
Brian Somers [Sun, 11 Jun 2000 02:30:51 +0000 (02:30 +0000)]
Add ``set ifqueue'' to control the size of the outgoing packet
queue.  Doing ``set ifqueue 0'' and ``set urgent none'' will allow
full use of luigi's WF2Q code.

Requested by: luigi

24 years agoDon't include opt_smp.h - we don't use anything defined in it.
Mike Smith [Sat, 10 Jun 2000 22:59:50 +0000 (22:59 +0000)]
Don't include opt_smp.h - we don't use anything defined in it.

24 years agoCorrect the tests for ISA PIC/APIC so that they actually work.
Mike Smith [Sat, 10 Jun 2000 22:56:09 +0000 (22:56 +0000)]
Correct the tests for ISA PIC/APIC so that they actually work.

24 years agoFix security botch in "UseLogin Yes" case: commands are executed with
Kris Kennaway [Sat, 10 Jun 2000 22:32:57 +0000 (22:32 +0000)]
Fix security botch in "UseLogin Yes" case: commands are executed with
uid 0.

Obtained from: OpenBSD

24 years agoThis commit was generated by cvs2svn to compensate for changes in r61524,
David E. O'Brien [Sat, 10 Jun 2000 22:20:53 +0000 (22:20 +0000)]
This commit was generated by cvs2svn to compensate for changes in r61524,
which included commits to RCS files with non-trunk default branches.

24 years agoOffical fixes to allow longer lines in the history and tweak expand_lex()
David E. O'Brien [Sat, 10 Jun 2000 22:20:53 +0000 (22:20 +0000)]
Offical fixes to allow longer lines in the history and tweak expand_lex()
useage.

24 years agoA checkpoint of a part of a work-in-progress. Some more cleanups for
Peter Wemm [Sat, 10 Jun 2000 22:13:40 +0000 (22:13 +0000)]
A checkpoint of a part of a work-in-progress.  Some more cleanups for
config(8).  This commit allows control of the creation of the
#include "foo.h" files.  We now only create them explicitly when needed.
BTW; these are mostly bad because they usually imply static limits on
numbers of units for devices.  eg: struct mysoftc sc[NFOO];
These static limits have Got To Go.

24 years agoOffical fixes to quiet compiler warnings.
David E. O'Brien [Sat, 10 Jun 2000 22:07:54 +0000 (22:07 +0000)]
Offical fixes to quiet compiler warnings.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r61521,
David E. O'Brien [Sat, 10 Jun 2000 22:07:54 +0000 (22:07 +0000)]
This commit was generated by cvs2svn to compensate for changes in r61521,
which included commits to RCS files with non-trunk default branches.

24 years agoOffical fixes to the history and I18N bugs ache found.
David E. O'Brien [Sat, 10 Jun 2000 21:38:51 +0000 (21:38 +0000)]
Offical fixes to the history and I18N bugs ache found.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r61519,
David E. O'Brien [Sat, 10 Jun 2000 21:38:51 +0000 (21:38 +0000)]
This commit was generated by cvs2svn to compensate for changes in r61519,
which included commits to RCS files with non-trunk default branches.

24 years agoRemoved a few RAY_MAP_CMs that were not needed.
Duncan Barclay [Sat, 10 Jun 2000 21:24:36 +0000 (21:24 +0000)]
Removed a few RAY_MAP_CMs that were not needed.

Made checking sc->gone a lot safer by checking to see if sc is NULL first.

Made return from tsleep in the ccs allocator detach safe.

24 years agoIt is not necessary to wrap usage of $f28 with ".set noat/at" pairs.
David E. O'Brien [Sat, 10 Jun 2000 20:42:27 +0000 (20:42 +0000)]
It is not necessary to wrap usage of $f28 with ".set noat/at" pairs.
A very bogus gas warning gave people the impression it was.  noat/at had
no useful affect here.

24 years agoOffical fixes to the history and I18N bugs ache found.
David E. O'Brien [Sat, 10 Jun 2000 20:14:21 +0000 (20:14 +0000)]
Offical fixes to the history and I18N bugs ache found.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r61515,
David E. O'Brien [Sat, 10 Jun 2000 20:14:21 +0000 (20:14 +0000)]
This commit was generated by cvs2svn to compensate for changes in r61515,
which included commits to RCS files with non-trunk default branches.

24 years agoHandle minors like ls(1) does it.
Poul-Henning Kamp [Sat, 10 Jun 2000 19:55:39 +0000 (19:55 +0000)]
Handle minors like ls(1) does it.

PR: 19179
Submitted by: Kelly Yancey <kbyanc@posi.net>

24 years agoAdd an autologin example.
Poul-Henning Kamp [Sat, 10 Jun 2000 19:49:16 +0000 (19:49 +0000)]
Add an autologin example.

PR: 18082
Submitted by: C. Stephen Gunn <csg@dustdevil.waterspout.com>

24 years agoAvoid useless check against NULL, since we assign the checked value
Alexander Langer [Sat, 10 Jun 2000 19:48:19 +0000 (19:48 +0000)]
Avoid useless check against NULL, since we assign the checked value
to the var anyways.

Reviewed by: bde

24 years agoUpdate hardware and release-note blurb about AMI and Mylex RAID
Mike Smith [Sat, 10 Jun 2000 19:41:34 +0000 (19:41 +0000)]
Update hardware and release-note blurb about AMI and Mylex RAID
controllers.  Add extra verbiage to try to clarify some of the more
frequently asked questions.

24 years agoThe AMI MegaRAID's internal memory map conflicts with scatter/gather
Mike Smith [Sat, 10 Jun 2000 19:22:39 +0000 (19:22 +0000)]
The AMI MegaRAID's internal memory map conflicts with scatter/gather
map physical addresses below 0x2000 (accoding to AMI).  If we
allocate our s/g tables and get an address below this point, leak the
memory and try again.

This should fix booting from these controllers.

24 years agofix a typo
Poul-Henning Kamp [Sat, 10 Jun 2000 19:21:20 +0000 (19:21 +0000)]
fix a typo

24 years agoAdd KASSERT() to mbuf free routines in order to allow developers to
Jonathan Lemon [Sat, 10 Jun 2000 18:00:27 +0000 (18:00 +0000)]
Add KASSERT() to mbuf free routines in order to allow developers to
catch cases where the mbuf has already been freed.
Submitted by: David Malone <dwmalone@maths.tcd.ie>
PR: kern/18471

24 years agoCheck for MGET* returning NULL and return ENOBUFS in this case.
Jonathan Lemon [Sat, 10 Jun 2000 17:55:57 +0000 (17:55 +0000)]
Check for MGET* returning NULL and return ENOBUFS in this case.
Submitted by: Bosko Milekic <bmilekic@technokratis.com>

24 years agoRelease resources properly in detach.
Doug Rabson [Sat, 10 Jun 2000 17:53:20 +0000 (17:53 +0000)]
Release resources properly in detach.

24 years agoFix the AMD 751 AGP minidriver so that it works with my test code.
Doug Rabson [Sat, 10 Jun 2000 17:44:53 +0000 (17:44 +0000)]
Fix the AMD 751 AGP minidriver so that it works with my test code.

24 years agoIncrement __FreeBSD_version to allow detection of AGP interfaces.
Doug Rabson [Sat, 10 Jun 2000 16:53:54 +0000 (16:53 +0000)]
Increment __FreeBSD_version to allow detection of AGP interfaces.

24 years ago(1) document *_HEAD_INITIALIZER
Jake Burkholder [Sat, 10 Jun 2000 16:41:07 +0000 (16:41 +0000)]
(1) document *_HEAD_INITIALIZER
(2) fix a STAILQ_HEAD that should have been STAILQ_FIRST

Requested by: (1) bde
(2) W Gerald Hicks <jhix@mindspring.com>

24 years agoMake `ssh-agent -k' work for csh(1)-like shells.
Ruslan Ermilov [Sat, 10 Jun 2000 14:14:28 +0000 (14:14 +0000)]
Make `ssh-agent -k' work for csh(1)-like shells.

24 years agoDetail some more 3Com NICs which we support with ep nowadays.
Jeroen Ruigrok van der Werven [Sat, 10 Jun 2000 14:03:22 +0000 (14:03 +0000)]
Detail some more 3Com NICs which we support with ep nowadays.

Submitted by: alex

24 years agoSeperate debug for dumping comq entries.
Duncan Barclay [Sat, 10 Jun 2000 13:52:27 +0000 (13:52 +0000)]
Seperate debug for dumping comq entries.

24 years agoAdd macros for freeing a set of malloc runq entries and adding them to the
Duncan Barclay [Sat, 10 Jun 2000 13:52:06 +0000 (13:52 +0000)]
Add macros for freeing a set of malloc runq entries and adding them to the
runq queue, safely checking for ENXIO

24 years agoRemove promisc_user, ray_reset and ray_reset_timo as they are not used. Incidental...
Duncan Barclay [Sat, 10 Jun 2000 13:50:57 +0000 (13:50 +0000)]
Remove promisc_user, ray_reset and ray_reset_timo as they are not used. Incidental remove of a timer too. Remove the runq_abort code.

Get ray_detach working correctly. This is a very simple routine as it
just wakes up sleeping processes. Note that anything woken has NO softc
structure available! runq_add is suitably modified to detect a detach and
return straight away.

Due to ray_detach and its implications use a macro for adding things
to the runq in user land.

24 years agoActually detail which ATA controllers we support.
Jeroen Ruigrok van der Werven [Sat, 10 Jun 2000 13:41:52 +0000 (13:41 +0000)]
Actually detail which ATA controllers we support.

24 years agoFix alphabetical ordering of supported ATA-chipsets.
Jeroen Ruigrok van der Werven [Sat, 10 Jun 2000 13:38:40 +0000 (13:38 +0000)]
Fix alphabetical ordering of supported ATA-chipsets.

24 years agoUnused include: #include "sl.h" - NSL is no longer used.
Peter Wemm [Sat, 10 Jun 2000 11:21:30 +0000 (11:21 +0000)]
Unused include: #include "sl.h" - NSL is no longer used.

24 years agoUnused include: #include "pps.h"
Peter Wemm [Sat, 10 Jun 2000 11:14:19 +0000 (11:14 +0000)]
Unused include: #include "pps.h"

24 years agoUnused includes: #include "pci.h" and #include "lnc.h"
Peter Wemm [Sat, 10 Jun 2000 11:13:39 +0000 (11:13 +0000)]
Unused includes: #include "pci.h" and #include "lnc.h"

24 years agoUnused include: #include "ex.h"
Peter Wemm [Sat, 10 Jun 2000 11:09:03 +0000 (11:09 +0000)]
Unused include: #include "ex.h"

24 years agoUnused include: #include "bt.h"
Peter Wemm [Sat, 10 Jun 2000 11:08:34 +0000 (11:08 +0000)]
Unused include: #include "bt.h"

24 years agoUnused include: #include "ahc.h"
Peter Wemm [Sat, 10 Jun 2000 11:07:54 +0000 (11:07 +0000)]
Unused include: #include "ahc.h"

24 years agoUnused include: #include "aic.h"
Peter Wemm [Sat, 10 Jun 2000 11:06:51 +0000 (11:06 +0000)]
Unused include: #include "aic.h"

24 years agoUnused include: #include "adw.h"
Peter Wemm [Sat, 10 Jun 2000 11:06:16 +0000 (11:06 +0000)]
Unused include: #include "adw.h"

24 years agoUnused include: #include "fla.h"
Peter Wemm [Sat, 10 Jun 2000 11:05:17 +0000 (11:05 +0000)]
Unused include: #include "fla.h"

24 years agoNo-op change. Remove #if NVT > 0 in files that are 'optional vt' and
Peter Wemm [Sat, 10 Jun 2000 11:03:31 +0000 (11:03 +0000)]
No-op change. Remove #if NVT > 0 in files that are 'optional vt' and
therefore can never be compiled if NVT == 0. config(8) guarantees this.

24 years agoArgh. This is what I get for trying to do too many things at once.
Peter Wemm [Sat, 10 Jun 2000 10:32:43 +0000 (10:32 +0000)]
Argh.  This is what I get for trying to do too many things at once.
Revert last commit. sc.h/NSC is used.

24 years agoRemove XXX: Describe if_init().
Alexander Langer [Sat, 10 Jun 2000 10:23:06 +0000 (10:23 +0000)]
Remove XXX: Describe if_init().

Reviewed by: asmodai

24 years agoUntangle some #include between gusc.c/mss.c - gusc.c could create
Peter Wemm [Sat, 10 Jun 2000 07:20:54 +0000 (07:20 +0000)]
Untangle some #include between gusc.c/mss.c - gusc.c could create
an attachment node for something that may not have been compiled in.

24 years agoUnused include: #include "sbc.h"
Peter Wemm [Sat, 10 Jun 2000 07:17:29 +0000 (07:17 +0000)]
Unused include: #include "sbc.h"

24 years agoWe always provide the bpf hooks. Remove #include "bpf.h"/NBPF.
Peter Wemm [Sat, 10 Jun 2000 07:16:14 +0000 (07:16 +0000)]
We always provide the bpf hooks.  Remove #include "bpf.h"/NBPF.