Brian Somers
a54185c7ba
Add (another) PnP entry for the ESS ES1869 (Compaq OEM)
...
Submitted by: mdharnois@home.com
PR: 19206
2000-06-12 09:09:37 +00:00
Brian Somers
35bfe0c305
0x39 == plan9
...
Obtained from: OpenBSD
2000-06-12 09:08:40 +00:00
Jeroen Ruigrok van der Werven
bd0b79bca7
Reformat and update sound section a bit. Still need to add more
...
soundcards.
2000-06-11 21:53:38 +00:00
Kris Kennaway
fb633b3056
Fix syntax error in previous commit.
...
Submitted by: Udo Schweigert <ust@cert.siemens.de>
2000-06-11 21:41:25 +00:00
Poul-Henning Kamp
9b808911f6
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.
2000-06-11 19:09:47 +00:00
Nick Hibma
9e2046dfec
The USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>.
2000-06-11 18:19:14 +00:00
Hajimu UMEMOTO
7c381eb7d5
DNS IPv6 transport support.
...
It is nessesary for IPv6 only life.
Obtained from: KAME
2000-06-11 15:43:34 +00:00
Brian Somers
194750d657
Hard sentence breaks and trailing space tidy-ups
...
Obtained from: OpenBSD
2000-06-11 14:58:32 +00:00
Duncan Barclay
da5777391d
Suck out all of the current and desired n/w parameters.
2000-06-11 13:57:59 +00:00
Duncan Barclay
dab93c89dd
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.
2000-06-11 13:56:11 +00:00
Duncan Barclay
9a970e19aa
Generated a new macor, RAY_RECERR for reporting errors with. Verbosity set with IFF_DEBUG (recommended at present).
2000-06-11 13:54:59 +00:00
Jeroen Ruigrok van der Werven
9cbdd68fbc
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.
2000-06-11 13:51:29 +00:00
Duncan Barclay
46281163a8
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!
2000-06-11 13:32:07 +00:00
Brian Somers
e97b220c8c
Don't oan about padding characters
2000-06-11 12:22:06 +00:00
Jeroen Ruigrok van der Werven
5bf3f7dc2a
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>
2000-06-11 12:04:08 +00:00
Jeroen Ruigrok van der Werven
9ca710f699
Add support for the Accton EN1217.
...
PR: 18735
Submitted by: Adoal Xu <adoal@iname.com>
2000-06-11 11:54:52 +00:00
Bruce Evans
0477138dad
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>
2000-06-11 07:19:20 +00:00
Seigo Tanimura
1f82d2d70d
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.
2000-06-11 06:43:16 +00:00
Alan Cox
6fba331424
cpu_fork(): Check "flags" before dereferencing "p2". Otherwise,
...
the call "vm_fork(p1, 0, flags);" early in fork1 can cause a kernel
panic.
2000-06-11 06:22:01 +00:00
Kris Kennaway
957dc12dec
Link explicitly against -lmd. I'm not sure what was pulling this in
...
on -current, but it doesnt do it on -stable.
2000-06-11 05:30:52 +00:00
Matthew Dillon
9c41fc0919
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>
2000-06-11 05:19:58 +00:00
Andrey A. Chernov
e1eb172980
Activate Japanese NLS and KANJI support
2000-06-11 03:26:08 +00:00
Brian Somers
6c1d673108
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
2000-06-11 02:30:51 +00:00
Mike Smith
4f443c2c44
Don't include opt_smp.h - we don't use anything defined in it.
2000-06-10 22:59:50 +00:00
Mike Smith
6eb9d785ef
Correct the tests for ISA PIC/APIC so that they actually work.
2000-06-10 22:56:09 +00:00
Kris Kennaway
95e2a710ad
Fix security botch in "UseLogin Yes" case: commands are executed with
...
uid 0.
Obtained from: OpenBSD
2000-06-10 22:32:57 +00:00
David E. O'Brien
a931d243fa
This commit was generated by cvs2svn to compensate for changes in r61524,
...
which included commits to RCS files with non-trunk default branches.
2000-06-10 22:20:53 +00:00
David E. O'Brien
b2be84b199
Offical fixes to allow longer lines in the history and tweak expand_lex()
...
useage.
2000-06-10 22:20:53 +00:00
Peter Wemm
3f664fc689
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.
2000-06-10 22:13:40 +00:00
David E. O'Brien
d9a02933d5
Offical fixes to quiet compiler warnings.
2000-06-10 22:07:54 +00:00
David E. O'Brien
b20d27d6f8
This commit was generated by cvs2svn to compensate for changes in r61521,
...
which included commits to RCS files with non-trunk default branches.
2000-06-10 22:07:54 +00:00
David E. O'Brien
00c801ed48
Offical fixes to the history and I18N bugs ache found.
2000-06-10 21:38:51 +00:00
David E. O'Brien
90daffb172
This commit was generated by cvs2svn to compensate for changes in r61519,
...
which included commits to RCS files with non-trunk default branches.
2000-06-10 21:38:51 +00:00
Duncan Barclay
5f95c244f0
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.
2000-06-10 21:24:36 +00:00
David E. O'Brien
6313c97e77
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.
2000-06-10 20:42:27 +00:00
David E. O'Brien
dc86a98eaf
Offical fixes to the history and I18N bugs ache found.
2000-06-10 20:14:21 +00:00
David E. O'Brien
d8b0998e4a
This commit was generated by cvs2svn to compensate for changes in r61515,
...
which included commits to RCS files with non-trunk default branches.
2000-06-10 20:14:21 +00:00
Poul-Henning Kamp
6ed3a29777
Handle minors like ls(1) does it.
...
PR: 19179
Submitted by: Kelly Yancey <kbyanc@posi.net>
2000-06-10 19:55:39 +00:00
Poul-Henning Kamp
f1e80bc1c2
Add an autologin example.
...
PR: 18082
Submitted by: C. Stephen Gunn <csg@dustdevil.waterspout.com>
2000-06-10 19:49:16 +00:00
Alexander Langer
821f9a8eba
Avoid useless check against NULL, since we assign the checked value
...
to the var anyways.
Reviewed by: bde
2000-06-10 19:48:19 +00:00
Mike Smith
53ad332522
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.
2000-06-10 19:41:34 +00:00
Mike Smith
ff69e08ad6
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.
2000-06-10 19:22:39 +00:00
Poul-Henning Kamp
c27f4d3c50
fix a typo
2000-06-10 19:21:20 +00:00
Jonathan Lemon
55eecff6e7
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
2000-06-10 18:00:27 +00:00
Jonathan Lemon
6776c7cba9
Check for MGET* returning NULL and return ENOBUFS in this case.
...
Submitted by: Bosko Milekic <bmilekic@technokratis.com>
2000-06-10 17:55:57 +00:00
Doug Rabson
068b0778a3
Release resources properly in detach.
2000-06-10 17:53:20 +00:00
Doug Rabson
111618cb42
Fix the AMD 751 AGP minidriver so that it works with my test code.
2000-06-10 17:44:53 +00:00
Doug Rabson
493031794a
Increment __FreeBSD_version to allow detection of AGP interfaces.
2000-06-10 16:53:54 +00:00
Jake Burkholder
03763fe07f
(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>
2000-06-10 16:41:07 +00:00
Ruslan Ermilov
b3ba283ebe
Make `ssh-agent -k' work for csh(1)-like shells.
2000-06-10 14:14:28 +00:00