Joerg Wunsch
82f5379bc5
Finally get rid of this bothering ``biodone: buffer already done''
...
warning. The buffer needs only to be `biodone()' again if the format
operation timed out; otherwise fdstate() did already do the job.
1995-03-12 22:40:56 +00:00
Ugen J.S. Antsilevich
a28fb64b82
Save all changed devices so thet dset would be able to retrive
...
data and device driver could change it as it wishes to..
1995-03-12 13:25:51 +00:00
Ugen J.S. Antsilevich
341dbf8041
Add id_next field to struct isa_device,this does not
...
breaks anything and needed only in userconfig to make dset work
for now..
1995-03-12 13:23:10 +00:00
Bruce Evans
133d0cef4e
Fix config-time syntax errors in sound options.
1995-03-12 12:18:43 +00:00
Atsushi Murai
9cfb8f7ee9
Adding tunnel pseudo-device for Network Installation with User process PPP.
...
Reviewed by: amruai@spec.co.jp
1995-03-12 12:10:35 +00:00
Poul-Henning Kamp
fc20488fba
Moved bb stuff to support.s per Bruces suggestion.
1995-03-11 03:49:50 +00:00
Poul-Henning Kamp
9eefa8bfc4
Add a dummy ___bb_init_func for BB profiling of the kernel.
...
To use this: recompile src/gnu/usr.bin/cc, compile your kernel. The
files you want to profile should be compiled with '-a -g'. "strip -x"
the kernel and run. You don't need to profile all files in the kernel.
My next commit is the program to extract the data from the running kernel.
1995-03-10 08:41:26 +00:00
David Greenman
b4abbbcad3
kmem_alloc() returns zero-filled memory; it isn't necessary to bzero()
...
it.
1995-03-10 08:13:07 +00:00
David Greenman
90c47808bb
Removed unnecessary routines vm_get_pmap() and vm_put_pmap().
...
kmem_alloc() returns zero filled memory, so no need to explicitly
bzero() it.
1995-03-10 08:05:00 +00:00
Ugen J.S. Antsilevich
6a8cccb088
Remove redundant IORW definition..
...
because of this definition never ioctl's for sound
devices worked..For me this resulted also in loss of
snd1 device...
1995-03-08 18:43:49 +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
David Greenman
d8cb3fb153
Increased number of buffers to 1/12 of (page_count - 1024). This makes the
...
cache minimum closer to 10% in the usual case.
1995-03-07 19:58:02 +00:00
Justin T. Gibbs
7896fbec24
Compile cleanly -Wall. Remove some code that was an attempt to make
...
the 294x probe more stable, but since the guess was wrong, go back to
the clearer aproach I used the first time around.
1995-03-07 08:59:28 +00:00
Justin T. Gibbs
433c166775
Compile cleanly -Wall.
1995-03-07 08:58:22 +00:00
Ugen J.S. Antsilevich
7332d95a98
Restore IPACCT out there..
1995-03-06 10:33:34 +00:00
David Greenman
7c89bce067
Removed an old (commented out) call to cldisksort(). This has been
...
obsolete since 4.4 clustering.
1995-03-06 05:40:44 +00:00
Joerg Wunsch
d83a2a270d
Update to beta3.20/b22
...
pcvt_ioctl.h doesn't belong to here.
1995-03-05 22:26:21 +00:00
Joerg Wunsch
1076e16083
Update to beta3.20/b22
1995-03-05 22:25:44 +00:00
Joerg Wunsch
0aff94e169
Make pcvt actually work.
1995-03-05 22:24:59 +00:00
Joerg Wunsch
68cfe626f7
pcvt is still using the XSERVER option; document this.
1995-03-05 22:23:35 +00:00
Steven Wallace
66e456c58e
Revert to earlier code which contains FreeBSD snd[1-7] probe information,
...
$Id$ information, and other code to make sound driver compile and work
correctly with FreeBSD.
Integrate changes obtained from Sujal Patel. These changes are:
o local.h: reverse option logic from EXCLUDE_* to AUDIO_*
o pas2_mixer.c: small addition
o ad1848.c: minor change with macro names
o sequencer.c: minor change with note check
o many spelling corrections in comments in about every other file
1995-03-05 22:11:57 +00:00
Jordan K. Hubbard
feadd38979
Reserve cdev 63 for Brian Litzinger & his Talisman Lite MPEG decoder
...
Submitted by: Brian Litzinger <brian@MediaCity.com>
1995-03-05 21:41:40 +00:00
Jordan K. Hubbard
3c931b7071
Have dmabuf.c match the roll-back in soundcard.c. We should be making
...
better noises again.
Submitted by: Sujal Patel <smpatel@wam.umd.edu>
1995-03-05 08:10:28 +00:00
Bill Paul
bf3e3428b6
Changed the printf()s in npxattach a bit so you don't end up with
...
messages like this:
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wd0): <ST506>
wd0: size unknown, using BIOS values: 615 cyl, 4 head, 17 sec, bytes/sec 512
npx0 at 0xf0-0xff irq 13 on motherboard
npx0: changing root device to wd0a
^^^^^^
The spurious 'npx0: ' pops up if you have a 386 with a 387 FPU.
1995-03-05 04:06:44 +00:00
Jordan K. Hubbard
383fc89445
Correct some of the spelling.
1995-03-05 04:06:11 +00:00
Jordan K. Hubbard
7a31e4deeb
Revert change on advice of author.
...
Submitted by: Sujal Patel <smpatel@wam.umd.edu>
1995-03-05 04:01:29 +00:00
Andrey A. Chernov
21a3970b05
PLEASE, PLEASE, PLEASE!!!!!!!
...
DO NOT COMMIT NEW VOXWARE VERSIONS BLINDLY, TAKE CARE TO RESTORE
PAS16D FIXES, I AM REALLY TIRED TO DO IT WITH EACH NEW RELEASE!!!
1995-03-05 03:28:38 +00:00
Jordan K. Hubbard
ca83dc2de1
Upgrade the sound drivers to VoxWare pre-3.0 and fix a number of bugs.
...
Make the sound configuration a little neater
(see /sys/i386/isa/sound/Readme.freebsd)
Add support for the Microsoft Sound Source.
Document the sound options again.
Submitted by: Sujal Patel <smpatel@wam.umd.edu>
Obtained from: Voxware
1995-03-04 21:11:21 +00:00
Peter Dufault
33bc833290
Add processor type and worm type drivers
1995-03-04 20:52:38 +00:00
Bruce Evans
7262c5ee2c
Support extended DOSpartitions.
...
Accept even suspicious partitions.
Moved most handling of the compatibility slice to dsopen().
Report i/o errors.
1995-03-04 11:44:05 +00:00
David Greenman
403ef252fa
Removed obsolete vtrace() remnants.
1995-03-04 03:24:45 +00:00
David Greenman
812a11a2ec
Removed obsolete vtrace() and reorganized a little.
1995-03-04 02:25:36 +00:00
Andrey A. Chernov
537907d280
Fix flag bugs with RUKEYMAP
1995-03-03 23:12:20 +00:00
David Greenman
3b7517f887
Preserve reverse link integraty while doing the queue insertion.
1995-03-03 22:14:42 +00:00
Nate Williams
19b72402c7
emoved redundant definition of imcs2_close() since it already exists in
...
ibcs2_file.c
Reviewed by: Sean and S'oren
1995-03-03 15:44:44 +00:00
Søren Schmidt
dc463a367e
Minor update to syscons.
...
Let "grey delete" be a function key (default is 0x7f)
Fix the xor cursor again..
Made the backspace key generate del as default
Made CTRL-space generate nul as default.
1995-03-03 08:37:52 +00:00
David Greenman
9ad19d92e1
Use copyout to install the sigframe rather than directly writing to the
...
user's stack.
1995-03-03 00:43:08 +00:00
Bill Paul
37fda94006
Make 'config [kernel] swap generic' work again. It would seem that
...
'matcd' has taken over the position and major number of 'pcd,' so
swapgeneric.c needs to be updated accordingly. (It was still looking
for pcd.h.)
1995-03-02 23:45:49 +00:00
Bill Paul
e8dfeb8828
Some people have complained that they were unable to boot the
...
Feb. 10th snapshot. The keyboard probe in the bootblock seems to
have been singled out as the cause of these problems, so I've beefed it
up alittle. This pushes us right up to the edge of the size limit:
the second stage boot is now 7152 bytes in size, just 8 bytes under
the wire. On the other hand, the new probe now does almost exactly
what syscons does, so hopefully this will do the trick. It seems
to work properly on my hardware, but then so did the old probe.
1995-03-02 21:00:14 +00:00
Peter Dufault
833eac3148
Fix it so that systems with NSCBUS==0 don't have undefineds.
1995-03-02 20:07:05 +00:00
Rodney W. Grimes
0af0a35d04
Correct printf format strings to match argument types.
...
This driver now compiles -Wall both with and without debugging enabled.
1995-03-02 08:17:14 +00:00
Rodney W. Grimes
e902ae382a
Remove unused variables, and move some inside of DEBUGDO to quite up
...
compiler.
Be carefull about over usage of volatile, it really killed performance
in a few areas and there was a better place to make things volatile in
almost all cases. The driver can now receive at full speed without RNR
errors.
1995-03-02 07:40:27 +00:00
Jordan K. Hubbard
d52f2f6e84
Move the matcd includes to the right place.
1995-03-02 07:38:12 +00:00
Jordan K. Hubbard
3c034efc04
Finish the matcd import. My face is red.
1995-03-02 07:34:38 +00:00
Jordan K. Hubbard
4c08a2305c
Fix up the matcd import.
1995-03-02 07:33:59 +00:00
Jordan K. Hubbard
05e1d9d455
Changes to incorporate the Matsushita CDROM driver (otherwise known as
...
the "Sound blaster CDROM").
Submitted by: Frank Durda IV <bsdmail@nemesis.lonestar.org>
1995-03-02 04:07:03 +00:00
David Greenman
1d1b971bec
Use su/fubyte instead of directly touching the user's address space.
1995-03-01 23:59:21 +00:00
Peter Dufault
ded1144b39
Made host id configurable with a kernel option "AIC_SCSI_HOSTID=val".
...
This is really only a stop gap; it should be settable in config.
1995-03-01 22:30:47 +00:00
Peter Dufault
2778e6ab23
1. Added a "scsi" command to userconfig as a start
...
2. "uk" is no longer an option.
1995-03-01 22:29:06 +00:00
Peter Dufault
ebc1a0e2f8
Added a little documentation on the fixed SCSI config and
...
fixed a few quirks that snuck in.
1995-03-01 22:27:45 +00:00