Rodney W. Grimes
e95e7fce8a
Increase timeout in sd_start_unit procedure from 2000 to 6000, per Adam David
1993-11-08 12:11:01 +00:00
Garrett Wollman
9cad5725f1
Added the netrmp protocol from the Net/2 tape. While of dubious utility,
...
it's simple enough that it might actually work and be useful on some systems.
(That's more than you can say for netccitt or netimp!)
1993-11-07 22:54:51 +00:00
Garrett Wollman
f4639581fd
Get rid of WFJ's use of sleep() for more user-friendly tsleep().
1993-11-07 21:47:19 +00:00
Garrett Wollman
87e90eb9f3
Add options MACHVMCOMPAT and bump symtab space appropriately.
1993-11-07 21:46:25 +00:00
Garrett Wollman
83e26681ca
Made all header files idempotent and moved incorrect common data from
...
headers into a related source file.
Deleted some very old device-specific headers for devices that we don't
support and likely never will.
1993-11-07 17:52:59 +00:00
Garrett Wollman
9e8258b56f
Made all header files idempotent and moved incorrect common data from
...
headers into a related source file.
1993-11-07 17:51:34 +00:00
Garrett Wollman
13c0dce671
Made all header files idempotent and moved incorrect common data from
...
headers into a related source file. Also fixed a bug in ed_probe() where
it was possible to fall off the end of the function
1993-11-07 17:44:34 +00:00
Garrett Wollman
6e393973f5
Made all header files idempotent and moved incorrect common data from
...
headers into a related source file. Added cons.h as first step towards
moving i386/i386/cons.h to machine/cons.h where it belongs.
1993-11-07 17:43:17 +00:00
Garrett Wollman
e766e4d9f1
Made all header files idempotent and moved incorrect common data from
...
headers into a related source file. (This is the only change to locore.s).
Also fixed pg() to be properly declared and use stdargs.
1993-11-07 17:41:36 +00:00
Garrett Wollman
cafa6f4851
Fixed comment.
1993-11-07 17:40:05 +00:00
Garrett Wollman
6437fb2c06
Make all headers idempotent. All incorrect common data moved out of header
...
files and into a related source file.
1993-11-07 17:39:25 +00:00
Garrett Wollman
024253188b
Try to be a little smarter about touching the date on assym.s, so that
...
if something changes which doesn't affect it, locore doesn't have to get
rebuilt. This is at the cost of a genassym and a cmp in every compile,
until someone can figure out how to make `make' smarter itself.
1993-11-07 16:46:33 +00:00
Garrett Wollman
aa2e423c8b
Added some more defines that weren't there before. Also bumped up
...
symtab space again.
1993-11-07 16:44:40 +00:00
Garrett Wollman
3352eb489b
Needed to bump up SYMTAB_SPACE again. (This really should be done by the
...
boot loader...)
1993-11-07 05:26:17 +00:00
Garrett Wollman
70176e63d6
Added CWARNFLAGS and COPTFLAGS defines to Makefile so that we can easily
...
test various warning and optimization compiler flags without modifying the
Makefile. (From my patch set.)
1993-11-07 04:41:11 +00:00
David Greenman
d19eeaea76
splnone()'s in the trap code can be deadly. Save/restore previous priority
...
instead.
1993-11-04 15:05:41 +00:00
Andrey A. Chernov
03d24cbca4
DST offset calculation removed, it is wrong in any case.
1993-11-04 01:56:31 +00:00
Andrey A. Chernov
743eb022be
Russian keymap (RUKEYMAP) changes:
...
New syscons keys added: NEXT, DBG, RBT
AltGr Shift removed from right Alt
Shift state on -,+ keys exchanged
1993-11-04 01:49:20 +00:00
Paul Richards
90f2ed3a8f
Added link.h for shared libs.
1993-11-03 23:48:30 +00:00
Paul Richards
19bcb5e4a2
Restored comments that were removed from npx.c using # comment
...
format rather than /* */, as per advise from Jordan.
1993-11-03 23:32:35 +00:00
Andreas Schulz
6d873e8a1d
Added the option FAT_CURSOR into the GENERIC kernel descriptions for
...
pccons or syscons usage. Modified comment in LINT for FAT_CURSOR.
Now the FAT_CURSOR can be controlled over the option, instead of hacking
syscons.c and pccons.c.
1993-11-03 20:02:23 +00:00
Nate Williams
c750557cbe
Fixed the reason for wx.c not working. I forgot to keep all the table entries
...
for the driver in the kernel when NWX was defined.
1993-11-03 18:07:32 +00:00
Nate Williams
f1bd2dc303
Added wx driver support
1993-11-03 18:05:42 +00:00
Paul Richards
81fc6236e6
Removed comments from within asm block.
...
New gas fails to parse comments within asm blocks properly. Simply
remove them until gas gets fixed.
1993-11-03 00:29:19 +00:00
Christoph Robitschko
d73546248a
Modified the "rude stack hack" that it only applies to addresses within
...
the stack area and not memory above VM_MAXUSER_ADDRESS.
That way, copyout and friends now work for pages whose page table entries
have not yet been allocated/been paged out.
1993-11-01 11:51:29 +00:00
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