Justin T. Gibbs
eeb706c070
Add eisa0 and remove ISA configuration line for ahc0.
1995-11-05 17:02:54 +00:00
Justin T. Gibbs
a20c1076f6
Move aic7770.c to i386/eisa. It is the first driver to use the new eisaconf.
1995-11-05 04:38:55 +00:00
Bruce Evans
4ff3de8e80
Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the
...
misplaced extern declarations (mostly prototypes of interrupt handlers)
that this exposed. The prototypes should be moved back to the driver
sources when the functions are staticalized.
Added idempotency guards to <machine/conf.h>. "ioconf.h" can't be
included when building LKMs so define a wart in bsd.kmod.mk to help
guard against including it.
1995-11-04 17:08:13 +00:00
Peter Wemm
30a4b938d0
Add a DRIVER_S= definition that config wants to use for assembler
...
source. This was copied from NORMAL_S..
1995-11-01 15:03:02 +00:00
Julian Elischer
1b3f472e51
Submitted by: Mike Mitchell (mitchell@ref.tfs.com)
...
these patches bring the ipx code up to the point that it compiles cleanly with
the -W arguments suggested by bruce.
1995-10-31 23:36:47 +00:00
Peter Wemm
099a8761f8
Update the file list for the new ppp files..
1995-10-31 20:33:23 +00:00
Poul-Henning Kamp
dc9deb292c
Get pccard stuff into LINT.
...
rename i386/isa/pcic.c to .../pcicx.c
this file will go away when the if_ze and if_zp dies.
1995-10-31 18:28:55 +00:00
Joerg Wunsch
49bdb5b8e7
Include the "od" driver.
1995-10-31 17:00:03 +00:00
Julian Elischer
f4567b9c1c
Reviewed by: not yet
...
Submitted by: fgray@rice.edu
this driver hasn't been checked but as a separate module, bringing it in won't
break anything else and it't the best way of testing it......
julian
1995-10-31 07:42:54 +00:00
Guido van Rooij
026d3dc8e3
When moving kernel to kernel.old, also change kern.bootfile.to
...
kernel.old. This is a solution for only the first install
on a running system, but it's better than it is now.
1995-10-30 20:20:49 +00:00
David Greenman
c91d636e6f
Use the new config(8) %SFILES token to auto-generate the SFILES list.
...
Note: THIS REQUIRES THAT YOU REBUILD CONFIG(8)!!!
1995-10-29 11:10:53 +00:00
Mark Murray
1bb2d3142b
Theodore Ts'po's random number gernerator for Linux, ported by me.
...
This code will only be included in your kernel if you have
'options DEVRANDOM', but that will fall away in a couple of days.
Obtained from: Theodore Ts'o, Linux
1995-10-28 16:58:05 +00:00
Julian Elischer
cc6a66f20e
Reviewed by: julian and jhay@mikom.csir.co.za
...
Submitted by: Mike Mitchell, supervisor@alb.asctmd.com
This is a bulk mport of Mike's IPX/SPX protocol stacks and all the
related gunf that goes with it..
it is not guaranteed to work 100% correctly at this time
but as we had several people trying to work on it
I figured it would be better to get it checked in so
they could all get teh same thing to work on..
Mikes been using it for a year or so
but on 2.0
more changes and stuff will be merged in from other developers now that this is in.
Mike Mitchell, Network Engineer
AMTECH Systems Corporation, Technology and Manufacturing
8600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000
supervisor@alb.asctmd.com
1995-10-26 20:31:59 +00:00
Jordan K. Hubbard
9720b0841f
Stable matcd port to 0x230, as per request by Bruce and Frank.
...
Submitted by: Frank Durda IV <uhclem@fw.ast.com>
1995-10-25 16:43:01 +00:00
Andrey A. Chernov
76021f6637
Reset only one necessary LC_ variable
1995-10-23 18:51:29 +00:00
Poul-Henning Kamp
e9dcb6be2d
An even better idea: The default will be that on _${KMOD} (_nfs_mod...) will
...
be exported. This breaks the compilation of some lkms, the owners of which
is kindly requested to consider what should be exported.
1995-10-15 16:56:56 +00:00
Poul-Henning Kamp
aa9134f375
Automatically DTRT for VFS_LKM
1995-10-15 16:46:00 +00:00
Poul-Henning Kamp
a304bf73a0
Make a rule for cleaning the namelist of lkms.
...
TXT & DATA symbols not explicitly mentioned will be made local.
1995-10-15 14:32:26 +00:00
Steven Wallace
6a461b22ae
Update files list to include new ibcs2 files needed to compile.
1995-10-10 08:04:10 +00:00
Bruce Evans
65e8111ff0
Update comment and config for cy driver.
...
Extend test coverage:
Add and enable undocumented options TCPDEBUG, COMPAT_LINUX and IBCS2.
Add but disable (broken) pseudo device tb.
Add and enable pseudo devices su, ssc.
Add but disable (broken) devices sscape0, trix0.
Add and enable device bqu0.
1995-10-10 04:03:12 +00:00
Julian Elischer
ec477e8b5e
add the file kern_conf.c so it con be compiled in when needed
...
for testing.. (for cdevsw_add and bdevsw_add)
1995-10-04 03:41:38 +00:00
Jordan K. Hubbard
8e4115484c
Whoops, I misunderstood this. IRQ *12* is a better GUS default.
1995-10-03 01:12:59 +00:00
Garrett Wollman
973f098aab
Compress manual pages (if desired) in the obj directory rather
...
than in the installation destination. Should make release-building
substantially faster. The msun Makefile changes simple adapt to the new
scheme.
1995-10-02 20:02:05 +00:00
Andrey A. Chernov
50c15f2110
Back out MTUDISC description per Garrett request, yet not ready
1995-09-27 19:12:20 +00:00
Andrey A. Chernov
aa3b19e087
Document MTUDISC
1995-09-27 17:26:30 +00:00
Peter Wemm
0d04cf6a1b
Tone down the doom-and-gloom prediction if one enables the si driver..
1995-09-23 08:52:30 +00:00
Bruce Evans
191e1a59da
Remove transitory labelling code. Labels are now handled by essentially
...
the original 4.4lite code. Machine Specific Partitions are now handled
separately.
1995-09-16 17:04:06 +00:00
Julian Elischer
a800f455b2
Submitted by: Luigi Rizzo (luigi@iet.unipi.it)
...
Obtained from: Luigi Rizzo and Gunther Schadow
config support for the asc driver and an example in LINT
1995-09-08 03:20:10 +00:00
Steven Wallace
ad1472b217
Change atapi.c to depend on the ATAPI option.
...
Add wd.c entry based on the wdc controller.
This will enable compilation of wcd device without wd.
1995-09-07 08:17:19 +00:00
Julian Elischer
7212976732
replaced 2 devfs files with one that replaces them
1995-09-06 09:25:04 +00:00
Jordan K. Hubbard
a50cd483d2
Bring the Digiboard driver (ALPHA version) into -current. Includes
...
latest patches for PC/Xe boards.
Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su>
1995-09-03 19:53:11 +00:00
Jordan K. Hubbard
d1a599c2de
Something got spammed in my 2.2 work tree (don't know how :( ) and
...
had a 2.1 tag, thus sending these two changes into the 2.1 branch instead
of -current. Argh. I may bring these changes into the 2.1 anyway (they're
benign there) so I'm not going to admin them out of 2.1 for the time
being.
1995-09-01 20:53:44 +00:00
Andrey A. Chernov
413c9ee9cd
Reset LANG and LC_TIME env. variables to produce english date
1995-08-29 16:08:27 +00:00
Jordan K. Hubbard
1d86961e14
Kernel components of Matrox Meteor driver.
...
Submitted by: Mark Tinguely <tinguely@plains.nodak.edu> and Jim Lowe <james>
1995-08-28 17:03:18 +00:00
Joerg Wunsch
0f700bfda2
Add a comment that a user with many open windows under X might need to
...
bump CHILD_MAX.
Closes PR # conf/708: CHILD_MAX set rather low...
Submitted by: careilly@monoid.cs.tcd.ie
1995-08-27 14:13:04 +00:00
Joerg Wunsch
e3553e7bcd
Bump the OSRELDATE to 199508. Too many things have changed since
...
2.0.5, most notably the NFSv3 kernel support.
Reviewed by: the mailing lists
1995-08-26 06:47:52 +00:00
Andreas Schulz
3852c3082c
Correct a pathname. The isdn tells to look for a
...
/usr/src/gnu/usr.sbin/docs/INSTALL but this files resides in
/usr/src/gnu/usr.sbin/isdn/docs/INSTALL.
1995-08-20 15:52:10 +00:00
Joerg Wunsch
ea76f9453e
First part of importing the Japanese `od' driver.
...
Claim the major numbers (before sombedoy else jumps in again and
claims the slots for his foocd driver :-), install all the hooks that
are required.
While i've been at this, i've cleaned up some of the routines at the
end of i386/conf.c; all the importers of the latest CDROM drivers
forgot to fill in the appropriate information. The `ata' driver
(vapourware?) does only occupy a slot in the bdevsw[] array, btw.
The actual import of the code does require a minor change in the SCSI
subsystem, and i want to have this reviewed by Peter first, so it will
be deferred for some days. The driver is already working for me
though.
Submitted by: akiyama@kme.mei.co.jp (Shunsuke Akiyama)
1995-08-19 15:59:35 +00:00
Jordan K. Hubbard
6788ce49a0
Bring in Serge Vakulenko's IDE CDROM (ATAPI) driver. A number of
...
people have now indicated to me that it's working more than well
enough to bring into -current.
Submitted by: Serge Vakulenko <vak@cronyx.ru>
1995-08-18 11:26:35 +00:00
Bruce Evans
8c13738f38
Make everything except the unsupported network sources compile cleanly
...
with -Wnested-extern.
1995-08-16 16:11:48 +00:00
Andreas Schulz
b192d8d90b
Correct a little typo in LINT. trouble is -> trouble if.
1995-08-12 13:40:42 +00:00
Joerg Wunsch
7fe369dc9c
Document two specials of the `lpt' driver: the port address can be
...
specified as `?', and the irq and vector clauses may be omitted,
forcing the port into polled mode.
1995-08-11 17:18:42 +00:00
Peter Wemm
c48237107d
Add Specialix driver to LINT
...
Reviewed by:
Submitted by:
Obtained from:
1995-08-09 12:58:50 +00:00
Peter Wemm
958c15a053
Grab next major (68) for the Specialix SI/XIO driver which is due to
...
come in RSN. As Jordan said "First in, first served.."
1995-08-05 21:33:04 +00:00
Jordan K. Hubbard
a2048b9c26
Sync to reality for the Gravis Ultrasound MAX card.
1995-08-01 07:05:16 +00:00
Jordan K. Hubbard
8f5171930e
Reserve space for Jim Lowe's impending Matrox Meteor card driver.
...
Submitted by: james
1995-07-31 22:06:55 +00:00
Rodney W. Grimes
e48cd9fa52
Add new ``SNAPDATE=""'' for use in snapshot building.
...
Reviewed by: jkh
1995-07-29 18:42:29 +00:00
Bruce Evans
28f8db1403
Eliminate sloppy common-style declarations. There should be none left for
...
the LINT configuation.
1995-07-29 11:44:31 +00:00
Jordan K. Hubbard
550eed9cb5
Support for voxware 3.05.
...
Submitted by: Amancio Hasty and Jim Lowe
1995-07-28 22:25:52 +00:00
Bruce Evans
5542b158d8
Fix clean rule to remove remove everything that isn't created by config
...
except .depend and `version'.
1995-07-22 23:55:41 +00:00