Poul-Henning Kamp
6b64b3b143
It looks like I broke significant amounts of the commercial software running
...
on FreeBSD (ie: netscape), so we revert a little bit. "2.0-" is added back.
1995-05-02 22:20:03 +00:00
Peter Dufault
657e73c4f5
Add National Instruments "LabPC" driver
1995-04-28 00:51:40 +00:00
Poul-Henning Kamp
d52d7365c6
Document MFS_ROOT option.
1995-04-25 03:44:04 +00:00
Poul-Henning Kamp
d3f4d460f8
Added "bio" to matcd.
1995-04-24 05:33:59 +00:00
John Dyson
e3dd31586c
Removed the NSECS_MULTI option, and implemented both 32 bit probe
...
enable and multi-sector I/O enable by using the controller or device
flags capability. Per a suggestion by phk.
1995-04-24 04:30:19 +00:00
Garrett Wollman
1a7c583c01
Substantially clean up LINT and add `fe'.
1995-04-23 18:30:27 +00:00
Julian Elischer
fc5f6d13ec
include new files for EISA configuration
1995-04-23 09:12:00 +00:00
John Dyson
5b920a895d
Document the wd.c option NSECS_MULTI.
1995-04-22 22:39:33 +00:00
Poul-Henning Kamp
48bf097c94
First part of the "what version of CURRENT" fix.
...
We now have RELEASE=CURRENT in the CVS-tree.
If this hasn't been edited, we will use "BUILT-yyyymmdd" where the time is
that of the compile, and leave it at that, we can't do any better.
If there is no serious objections, I will modify the "cvs co" script on
freefall to fiddle this file after checkout so that it becomes
CURRENT-yyyymmdd, where the time is that of the checkout.
1995-04-22 21:39:15 +00:00
Julian Elischer
836aa5b77e
Reviewed by: no-one yet, but non-intrusive
...
Submitted by: julian@tfs.com
Obtained from: written from scratch
slight changes to make space for devfs..
(also conditional test code in i386/isa/fd.c)
why casn't cvs picked up these changes and shown them here?
is this going to be a NULL commit?
who knows? (it scanned all the dirs)
===================================================================
RCS file: /home/ncvs/src/sys/sys/malloc.h,v
retrieving revision 1.7
diff -r1.7 malloc.h
113a114,117
> #define M_DEVFSMNT 62 /* DEVFS mount structure */
> #define M_DEVFSBACK 63 /* DEVFS Back node */
> #define M_DEVFSFRONT 64 /* DEVFS Front node */
> #define M_DEVFSNODE 65 /* DEVFS node */
184c188,192
< NULL, NULL, NULL, NULL, NULL, \
---
> "DEVFS mount", /* 62 M_DEVFSMNT */ \
> "DEVFS back", /* 63 M_DEVFSBACK */ \
> "DEVFS front", /* 64 M_DEVFSFRONT */ \
> "DEVFS node", /* 65 M_DEVFSNODE */ \
> NULL, \
Index: sys/mount.h
===================================================================
RCS file: /home/ncvs/src/sys/sys/mount.h,v
retrieving revision 1.16
diff -r1.16 mount.h
100c100,101
< #define MOUNT_MAXTYPE 15
---
> #define MOUNT_DEVFS 16 /* existing device Filesystem */
> #define MOUNT_MAXTYPE 16
118a120
> "devfs", /* 15 MOUNT_DEVFS */ \
Index: sys/vnode.h
===================================================================
RCS file: /home/ncvs/src/sys/sys/vnode.h,v
retrieving revision 1.19
diff -r1.19 vnode.h
61c61
< VT_UNION, VT_MSDOSFS
---
> VT_UNION, VT_MSDOSFS, VT_DEVFS
1995-04-20 03:16:31 +00:00
Andrey A. Chernov
b6b8f81ead
Add quotes around TUNE_1542
1995-04-18 11:02:22 +00:00
Gary Palmer
a058021a86
Bump to 2.0-950418-SNAP
1995-04-17 10:19:31 +00:00
Justin T. Gibbs
c587405860
Have the aic7xxx build rules point at the sequencer's new location.
1995-04-16 01:20:00 +00:00
Jordan K. Hubbard
61eaec4e49
Make DISTNAME and RELEASE the same for now. It makes more sense.
1995-04-15 06:00:11 +00:00
Jordan K. Hubbard
08ed1b1db6
Go to a coherent release number for uname(1).
1995-04-15 03:56:06 +00:00
Peter Dufault
1fff580519
Add scsi target
1995-04-14 15:14:33 +00:00
Peter Dufault
8909a72b5d
Add "sctarg" and document new SCSI_REPORT_GEOMETRY option for ache
1995-04-14 15:12:24 +00:00
Jordan K. Hubbard
624b327c77
DISTNAME="2.0-950412-SNAP"
1995-04-12 23:29:14 +00:00
Poul-Henning Kamp
e5f2c8f67e
Add "BREAK_TO_DEBUGGER" option.
1995-04-12 22:02:51 +00:00
Jordan K. Hubbard
08d5844ce1
This is the new submission of the matcd driver. In addition to the
...
new driver code, there are diffs to several other existing files
on the system and a man page.
This version of matcd implements the rest of the key ioctls related to
playing audio CDs and reading table of contents information from any
type of disc.
This update also corrects several problems detected since the original
version 1(10) was released. These include:
1. Jordons report on the kernel -c string problem.
2. A problem with the driver being confused by other types of
devices located at addresses it probes.
3. An old CD TOC wouldn't always be cleared after a disc change.
4. Cleaned up code so -Wall yields no warnings on 2.0 and later.
5. A problem with drive getting out of sync with the driver when
changing between CD-Data and CD-DA.
There have only been two reports from the field relating to problems
so either the first release isn't really being used or doesn't have
many problems.
If there are any problems with this submission, please let me know.
Submitted by: Frank Durda IV <uhclem%nemesis@fw.ast.com>
1995-04-09 15:50:27 +00:00
Jordan K. Hubbard
239f2b151f
Bump this to 950408-SNAP.
1995-04-09 07:17:45 +00:00
Poul-Henning Kamp
63373752ea
Move default address of lnc0 to 0x300. Luigi Rizzo said that his card
...
cannot even go below 0x300...
1995-04-08 21:41:52 +00:00
Andrey A. Chernov
017e602c0c
pca: change IO_PPI to IO_TIMER1 due to syscons conflict
1995-04-08 16:08:35 +00:00
Joerg Wunsch
fe696eb64c
Update pcvt to 3.20 b24
1995-04-08 15:49:25 +00:00
Poul-Henning Kamp
12cfa43650
Added the "eg0" interface driver for the 3Com "3c505" or "etherlink/+"
...
card. This is the braindamaged card with the 80186 CPU on it. It is
slow, probably not very good after all, but hey, if you have one lying
around doing nothing anyway...
Added the "zp0" driver to GENERIC.
1995-04-08 09:36:04 +00:00
Andrey A. Chernov
e64ae15d3a
Add port IO_PPI for pca per Bruce suggestion
1995-04-06 14:01:20 +00:00
Jordan K. Hubbard
0264a8a9c6
0x330 is the default address for SB Midi, not 0x300
...
Submitted by: Doug Rabson <dfr@render.com>
1995-04-06 03:22:12 +00:00
Nate Williams
070e3ec139
Modify behavior of INCLUDES to never look in /usr/include unless we
...
can't find the src/include directory.
Reviewed by: "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>
1995-04-05 04:10:58 +00:00
Nate Williams
146e71662f
Added -I/usrinclude to the tail end of the INCLUDES line. This hack
...
will cause kernel compiles to work even if the src/includes directory
doesn't exist but still do the 'Right Thing' and pull files from the
source tree if it does exist.
Reviewed by: Bruce Evans
1995-04-03 01:13:50 +00:00
Rodney W. Grimes
ad0c439a34
Submitted by: Mahesh Neelakanta <mahesh@gcomm.com>
...
Change I/O address of Intel EtherExpress driver (ix0) from 0x280 to
0x300.
1995-03-30 00:20:08 +00:00
David Greenman
e5e6090541
Added NQNFS option and a comment warning about it's overhead.
1995-03-29 05:14:22 +00:00
Jordan K. Hubbard
9829c3ed2e
Change ahc driver comment to note that it's not just the 274x controller
...
it supports.
1995-03-28 08:14:55 +00:00
Bruce Evans
ce7c8b00ff
CVS:
...
Enable -Wimplicit again.
bash: /src/z1: No such file or directory
1995-03-28 08:02:37 +00:00
Andrey A. Chernov
18dbbebe5a
Add hooks for upcoming riscom/8 driver
1995-03-27 19:39:58 +00:00
Bruce Evans
8e4150e95a
Reviewed by:
...
Submitted by:
Obtained from:
Disable previous change. I missed a lot of implicit declarations.
1995-03-25 23:21:36 +00:00
Bruce Evans
feae7fb7d3
Add -Wimplicit to ${CWARNFLAGS} so that implicitly declared functions
...
don't come back. There are still a few for unsupported network protocols.
1995-03-25 17:50:19 +00:00
Jordan K. Hubbard
d9d537017f
scd driver now lives in non-GPL land.
1995-03-24 18:30:11 +00:00
Poul-Henning Kamp
32d2e89f5d
The "DISTNAME" is now configured here too.
1995-03-24 02:41:47 +00:00
Garrett Wollman
27a15c94ed
Add support for pseudo-device LKMs.
1995-03-20 19:18:51 +00:00
Poul-Henning Kamp
c0ac91fe89
Make newvers.sh usable from other places...
1995-03-19 07:25:41 +00:00
Rodney W. Grimes
f8e028be26
Add Intel EtherExpress16 (ix0) driver.
...
Reviewed by:
Submitted by:
Obtained from:
1995-03-18 08:12:48 +00:00
Bruce Evans
3bf0c362ad
Remove isa/prof_machdep.c. It doesn't exist yet.
1995-03-16 17:18:49 +00:00
Peter Dufault
de6a307ec7
Document scsi options
1995-03-15 14:27:01 +00:00
Peter Dufault
7a162ba150
Add scsi/scsi_sense.c
1995-03-15 14:23:18 +00:00
David Greenman
d41f24e742
Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.
...
Submitted by: Matt Thomas
1995-03-14 09:16:07 +00:00
Steven Wallace
a91ccb55cf
Change device entry examples to reflect the following:
...
Remove PAS-only entry for OPL as ache pointed out.
Update OPL comment to show OPL-2 or OPL-3 support as it is auto-detected.
1995-03-13 18:49:37 +00:00
Steven Wallace
12fd08535f
Remove old snd file configuration list and add new file list
...
for the snd controller and the different sound devices.
Update LINT to include all sound device drivers using new format.
Reviewed by: wollman
1995-03-12 23:43:15 +00:00
Bruce Evans
133d0cef4e
Fix config-time syntax errors in sound options.
1995-03-12 12:18:43 +00:00
Søren Schmidt
edf16d1564
Added ata.c device driver file.
...
Just so I don't have to repatch files.i386 again & again...
1995-03-07 21:15:30 +00:00
Ugen J.S. Antsilevich
7332d95a98
Restore IPACCT out there..
1995-03-06 10:33:34 +00:00