Jordan K. Hubbard
60b031c083
Added FAT_CURSOR and STAR_SAVER settings.
1993-10-31 00:21:46 +00:00
Jordan K. Hubbard
69637c74cd
Add example entries for syscons screen savers and cursor shape.
1993-10-31 00:20:35 +00:00
Jordan K. Hubbard
9afdb1976e
Now that STAR_SAVER and SNAKE_SAVER are kernel options, add code
...
to make sure that bad things don't happen if both are (incorrectly)
defined at once.
1993-10-31 00:19:01 +00:00
Jordan K. Hubbard
faa78b5f58
Fixed bug where syscons.c wouldn't compile if DDB was enabled.
...
Removed FAT_CURSOR and STAR_SAVER as compiled in defaults - these should
be kernel options!
1993-10-31 00:09:02 +00:00
David Greenman
97a0085a24
Whoops, the algorithm I last used was messed up - I left off parans, and
...
should have used PGSHIFT instead of PAGE_SHIFT.
1993-10-29 09:06:56 +00:00
David Greenman
03cfe1fd06
Change filesystem buffer cache size calculation to be less for 4MB
...
machines (now 20% of all memory after the first 3MB). This is necessary
in order for 4MB machine to be able to rebuild the entire source tree
and not run out of physical memory because of fixed memory requirements
of processes and kernel VM.
1993-10-29 08:58:34 +00:00
Jordan K. Hubbard
4506032117
Update to latest Linux sound driver 2.0
1993-10-29 03:44:07 +00:00
Rodney W. Grimes
2110b1cd9d
Put back the $Id$ strings
1993-10-28 06:15:14 +00:00
Rodney W. Grimes
e7e96f200b
Put back the $Id$ string
1993-10-28 06:11:38 +00:00
Jordan K. Hubbard
33853f9752
This is syscons version 1.1
1993-10-28 05:27:36 +00:00
Rodney W. Grimes
ce0dbe6e66
Fix for 1542C support, it turns out that the 0x8 extended bios flag is only
...
set when extended translation is turned on, thus we need to do the mailbox
unlock command no matter what value is in the extended bios flag byte as
the other extensions (ie, > 2 drive support) cause the same problems.
The code has been changed to ALWAYS unlock the mailbox interface on ALL
1542C class boards.
1993-10-28 02:38:36 +00:00
Nate Williams
256a080003
Added character 21 to conf.c table for future ps/2 mouse driver. This
...
finishes the install of the device short of adding the driver itself to
i386/isa/psm.c
1993-10-26 22:25:20 +00:00
Nate Williams
a777901110
Bad kludge to work around the alternative wd driver problems
1993-10-26 21:27:07 +00:00
Nate Williams
d6e9fac5ef
Added alternative wd driver (called wx due to device name limitations)
...
This will be removed when a single driver that works on all hardware can
be verified
1993-10-26 21:26:19 +00:00
Nate Williams
f13a87bc86
Added ps/2 mouse driver file to finish off what Jordan started before
...
The driver will have to come after it's probe routine has been written.
1993-10-26 21:24:34 +00:00
Jordan K. Hubbard
92f1946205
From: Amancio Hasty Jr <hasty@netcom.com>
...
Make sure calls to gus_voice_irq() are protected from interrupts.
1993-10-24 19:38:06 +00:00
Paul Richards
73b69d9921
Removed #define ISDEBUG from top of file, should be config option
...
to get debugging code compiled in.
Moved bpfilter.h out of ifdef'd code so it can be seen.
1993-10-24 04:42:32 +00:00
Paul Richards
568eb51a26
Moved allocation of memory into is_attach so that malloc gets
...
called once when card is attached. Solved problem with driver
getting hosed when a reset takes place.
Removed init_block array -- now part of malloced memory. No more
static declarations left.
Added code so that debug ioctl actually does something.
ifconfig is0 debug will now switch on debugging code.
Other general cleanups.
1993-10-24 04:27:00 +00:00
Jordan K. Hubbard
e597e9115d
Needed to bump symtab space even more (to 102452).
1993-10-23 22:55:43 +00:00
Jordan K. Hubbard
355ef93e2a
Enable mpu401 driver.
1993-10-23 22:21:00 +00:00
Jordan K. Hubbard
3568631904
Enabled all sound drivers by default.
1993-10-23 22:20:47 +00:00
Jordan K. Hubbard
4ec867953a
Fixed up to at least compile (can't test) properly for FreeBSD
1993-10-23 22:13:42 +00:00
Jordan K. Hubbard
5f42fb024b
Moved sound driver from major 21 to major 30
1993-10-23 22:13:08 +00:00
Jordan K. Hubbard
dd442d34e7
Removed comments from LINT file, left small example for SoundBlaster
...
in its place and moved commentary into /sys/i386/doc/sound.doc
1993-10-23 21:21:52 +00:00
Jordan K. Hubbard
1cdd75d714
Made kernel printf's more closely follow standard BSD convention.
1993-10-23 21:11:49 +00:00
Rodney W. Grimes
9c2d9218cc
Put the sound stuff in alpabetic order.
1993-10-23 20:31:17 +00:00
Jordan K. Hubbard
6b8afe4d37
This is the Linux generic soundcard driver, version 1.0c. Supports
...
SBlaster/Adlib/ProAudio Spectrum/Gravis/etc cards. This is a BETA test
driver, please test it and get back to me!
1993-10-23 10:55:52 +00:00
Jordan K. Hubbard
dad544ec41
Soundcard driver include file (/usr/include/machine/soundcard.h)
1993-10-23 10:50:21 +00:00
Jordan K. Hubbard
e59b35bd07
New soundcard driver at major device 21
1993-10-23 10:49:24 +00:00
Jordan K. Hubbard
ce551cce65
Add config + files information for new Linux soundcard driver
1993-10-23 10:49:01 +00:00
Nate Williams
85c856e747
Removed un-necessary dependencies for assym.s
1993-10-23 08:28:17 +00:00
Nate Williams
b0da334790
Reverted back to older version of ./genassym, instead of ./genassym.o
...
since make depend wasn't picking up any new dependencies. However, due
to a bug in the old code, the original dependencies weren't being used, so
this version is better than the original and the lastest version.
(And is more readable as well)
1993-10-23 06:46:24 +00:00
David Greenman
2bcdabe146
* Revision 2.11 1993/10/23 04:21:03 davidg
...
* Novell probe changed to be invasive because of too many complaints
* about some clone boards not being reset properly and thus not
* found on a warmboot. Yuck.
*
* Revision 2.10 1993/10/23 04:07:12 davidg
* increment output errors if the device times out (done via watchdog)
*
* Revision 2.9 1993/10/23 04:01:45 davidg
* increment input error counter if a packet with a bad length is
* detected.
1993-10-23 04:52:41 +00:00
Nate Williams
e2aa2f4e4e
Updated LINT to have the mse0 config line
1993-10-19 19:49:24 +00:00
Nate Williams
eb77639e83
This is my patched version of a busmouse driver originally by Rick Macklem
...
(rick@snowhite.cis.uoguelph.ca ). I am currently using it with a Microsoft
InPort busmouse, under FreeBSD Epsilon. I hadn't planned on supporting it,
but I have patched it a few times, and I guess this is now the de facto
reference version, so send me any problems or improvements.
- Gene Stark
stark@cs.sunysb.edu
October 9, 1993
1993-10-19 19:46:49 +00:00
Rodney W. Grimes
2ce29564c2
Add ie0 to standard kernels, this is the ATT starlan/ethernet driver
...
from Garrett Wollman.
1993-10-19 01:28:09 +00:00
Paul Richards
e5e0d5829e
Free malloc'ed memory when resetting card.
1993-10-18 22:48:48 +00:00
Rodney W. Grimes
ec43e20a66
Correct config line for ie0 per Garrett Wollman.
1993-10-18 22:46:58 +00:00
Rodney W. Grimes
965b29039e
>From: Julian Elischer <julian@jules.dialix.oz.au>
...
Date: Tue, 19 Oct 1993 02:22:41 -40962758 (WST)
As the subject line says:
I can;t believe this typo is still here.
Has NOBODY used the isa_dmastart() routine for 16bit DMA?
I know I just hit the dma regs directly for the AHA1542,
and it appears that either everybody else does as well, or
they only use 8bit DMA (e.g. floppy)
Editors Note:
The definition of DMA2_CHN was incorrectly using IO_DMA1!
1993-10-18 18:45:48 +00:00
David Greenman
519471cc84
Yank out Christoph Robitschko's hack for the hanging console problem as
...
it didn't actually fix it, and because starting the getty on /dev/console
instead of /dev/vga is a good work-around.
1993-10-18 14:21:48 +00:00
Jordan K. Hubbard
538430ae1a
Patch from stever@csuohio.edu (Steve Ratliff) to make FAT_CURSOR work
...
on HDA/CGA displays.
1993-10-18 02:19:54 +00:00
Paul Richards
1697bdcd61
Modified memory allocation to use malloc rather than a static array.
1993-10-17 22:22:46 +00:00
Rodney W. Grimes
dd05fde699
Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some
...
minor cleanup. Added $Id$ to files that did not have any version info, etc
1993-10-16 19:17:18 +00:00
Rodney W. Grimes
34a8ed1be1
Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some
...
minor cleanup. Added $Id$ to files that did not have any version info, etc
1993-10-16 14:40:57 +00:00
Rodney W. Grimes
47cacd3854
Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some
...
minor cleanup. Added $Id$ to files that did not have any version info, etc
1993-10-16 14:15:10 +00:00
Rodney W. Grimes
6f78ca6026
Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some
...
minor cleanup. Added $Id$ to files that did not have any version info, etc
1993-10-16 13:48:52 +00:00
Rodney W. Grimes
9157622183
Add:
...
device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr
1993-10-16 12:28:35 +00:00
Rodney W. Grimes
8b80a85bb0
Disable the aha_set_speed code since it breaks more than it fixes.
1993-10-16 12:27:20 +00:00
Rodney W. Grimes
902e518080
Enable mcd0 (Mistumi CDROM) since we now have load space for it
1993-10-15 12:47:02 +00:00
Rodney W. Grimes
6de3bf82d0
Dont just mask the Megabyte, we need all the bits below too,
...
and ELIMITNATE THE 28K BOGOUSITY.
1993-10-15 12:33:03 +00:00