| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
and don't include <sys/fcntl.h>. (The select -> poll changes replaced
fcntl macros by poll macros.)
Use <machine/*.h> instead of <i386/include/*.h>.
Fail the probe instead of crashing in the unlikely event that malloc()
fails.
|
| |
|
|
|
|
|
|
| |
Fixed #include order. <i386/isa/isa_device.h> will soon be a prerequisite
for <i386/isa/pnp.h>. Including both in alphebetical order gets this
right naturally.
|
|
|
|
| |
Ifdefed #includes that are not used in the SMP case.
|
| |
|
|
|
|
| |
Added a used #include (don't depend on yet to be fixed namespace pollution).
|
|
|
|
|
|
|
|
|
|
| |
years and gives a "laugh"able number of compile-time errors (see the
comment). main() just printed the struct sizes. This can be done
better by compiling with -g and reading off the sizes from the stabs.
Sorted #includes.
Fixed an unsigned vs signed comparison.
|
|
|
|
|
|
|
| |
place that depended on it. The "bazillion warnings" mentioned in the
log for rev.1.45 apparently aren't a problem any more. It is hard
to be sure because the SIMPLELOCK_DEBUG option turns off (and breaks)
things in the SMP case.
|
|
|
|
|
| |
PR: 5068
Submitted by: Studded@dal.net
|
| |
|
|
|
|
|
|
|
|
|
| |
LINUX_SNDCTL_DSP_GETOPTR
LINUX_SNDCTL_DSP_GETIPTR
LINUX_SNDCTL_DSP_SETTRIGGER
LINUX_SNDCTL_DSP_GETCAPS
With this rev level the linux realaudio player 5 and xquake should work.
|
| |
|
| |
|
|
|
|
|
|
| |
Submitted by: Amancio Hasty <hasty@star-gate.com>
Added yuv12 support for mpeg encoding and Randall Hopper's fixed for Temporal
Decimation
|
|
|
|
|
|
|
|
| |
battery time. For backward compatibility with old binaries, I
assigned a new ioctl number for this call, and retained the old
one as APMIO_GETINFO_OLD. I also added eight words of padding and
a version field, so that future enhancements won't require jumping
through this hoop again.
|
|
|
|
| |
OK'd by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
|
| |
|
|
|
|
|
|
|
|
|
| |
actually offsets, they are offsets scaled by dividing by 2^cy_align.
I use different values for cy_align since the -current values are
unnaturally scaled, so I need different offsets, and the wrong
offsets got committed.
Reported by: nnd@itfs.nsk.su (N.Dudorov)
|
|
|
|
| |
Noted by: Bruce
|
|
|
|
| |
teletext decoder.
|
| |
|
|
|
|
| |
Found by: -Wshadow
|
|
|
|
| |
Found by: -Wunused
|
|
|
|
|
|
|
|
|
|
|
|
| |
it in struct proc instead.
This fixes a boatload of compiler warning, and removes a lot of cruft
from the sources.
I have not removed the /*ARGSUSED*/, they will require some looking at.
libkvm, ps and other userland struct proc frobbing programs will need
recompiled.
|
| |
|
|
|
|
| |
namespace changes.
|
|
|
|
|
|
|
| |
distinguished. CPU-classes of MeidaGX CPU and GXm CPU are 486-class
and 586-class, respectively.
PR: 4936
|
|
|
|
|
| |
Broken by: sos
Reported by: phk
|
| |
|
|
|
|
| |
Format config messages properly (with initial snd0: prefix)
|
| |
|
| |
|
|
|
|
|
| |
suspend hooks, run the resume hooks to re-configure the system back
to where it was.
|
|
|
|
|
|
| |
breaks wdreset(), wdunwedge() &c &c.
Should be examined in detail by: dyson
|
|
|
|
|
| |
Submitted by: H. Nokubi <h-nokubi@nmit.tmg.nec.co.jp>
Forgotten by: kato
|
|
|
|
| |
a kernel, booting single user and reinstalling a kernel fails.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: conf/4905
Submitted by: takas-su@is.aist-nara.ac.jp
|
|
|
|
|
|
|
|
| |
This corresponds to Voxware 3.5-alpha-<something> and Amancio's guspnp21.
There was a bit of a FUBAR during the commmit, so not all files are
mentioned in this commit's mail.
X-rant: I have just started to _*HATE*_ CVS...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changes:
o rip the old select from his distribution to prevent extra pollution
o the code now uses audio dma, helps reduce clicks
o improved card support, should work in full duplex on sb16 cards
o add better voxware ioctl support pointed out by Joao Carlos Mendes
Luis <jonny@coppe.ufrj.br>
o remove an unused file that I included for more complete history
o and MANY other changes
I have personally tested this code with a CS4237 based card and an AWE32
(non-PnP). Both cards worked fine in 8bit and 16bit mode.
|
|
|
|
|
|
| |
This is based on Voxware 3.5, and corresponds to Amancio's `guspnp21'.
Bug reports to Amancio, please!
|
|
|
|
|
| |
Reviewed by: sos
Submitted by: bde
|
|
|
|
|
|
|
|
|
|
|
| |
Very rudimentary, lots of error checks missing, but it works.
Dont do an ls on two different CD's though, it will eat your
changer mechanism for lunch :), this clearly needs some more
thought. Until then this will enable those with changers to
mount their multible CD's and doing "sensible" work....
Thanks to Andrew Gordon <arg@arg1.demon.co.uk> for donating a drive
(a NEC CDR-C251 4x4) that makes this possible to develop.
|
|
|
|
| |
Noticed by: bde
|
| |
|
|
|
|
|
|
|
| |
to define it by including <sys/kernel.h>. That broke PC-CARD
support for this driver, producing the dreaded "device allocation
failed" message. Surprisingly, the missing include caused only
two compiler warnings. The compilation still "succeeded" anyway.
|
| |
|