Poul-Henning Kamp
0abc78a697
Rename some local variables to avoid shadowing other local variables.
...
Found by: -Wshadow
1997-11-07 09:21:01 +00:00
Poul-Henning Kamp
4a11ca4e29
Remove a bunch of variables which were unused both in GENERIC and LINT.
...
Found by: -Wunused
1997-11-07 08:53:44 +00:00
Mike Smith
e7c818b53b
Don't try to do anything with the input history if MALLOC() for the buffer
...
failed.
This broke early debugging.
1997-11-07 02:34:50 +00:00
Mark Murray
59a7a5e09b
Rats. Committed the wrong version.
...
Move the declarations to the top of the ioctl() function so this compiles.
1997-11-06 20:06:19 +00:00
Poul-Henning Kamp
cb226aaa62
Move the "retval" (3rd) parameter from all syscall functions and put
...
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.
1997-11-06 19:29:57 +00:00
KATO Takenori
c62a76ba79
Sync with sys/i386/conf/Makefile.i386 revision 1.105.
1997-11-06 09:51:34 +00:00
John Dyson
0aa8918597
Fix the "missing page" problem. Also, improve the performance of page
...
allocation in common cases.
1997-11-06 08:35:50 +00:00
Joerg Wunsch
94e156264e
Make the Nakamichi CD-ROM changer detection detect more recent devices,
...
too.
1997-11-06 08:29:50 +00:00
Mark Murray
e995d630e4
1) Add the IOCTL for Luigi's BT848 -> I2C bus driver.
...
2) Fix temporal decimation, disable it when
doing CAP_SINGLEs, and in dual-field capture, don't
capture fields for different frames
Submitted by: Luigi Rizzo & Randall Hopper
1997-11-06 07:04:08 +00:00
Mark Murray
8274fc64c2
Add the IOCTL for Luigi's BT848 -> I2C bus driver.
1997-11-06 07:00:45 +00:00
Mike Smith
41631559ba
Bump configvers to 300003 to account for the crd->card (and related)
...
namespace changes.
1997-11-06 03:11:40 +00:00
KATO Takenori
39f451d763
Identify MediaGX CPU correctly. Old MeidaGX CPU and GXm CPU are
...
distinguished. CPU-classes of MeidaGX CPU and GXm CPU are 486-class
and 586-class, respectively.
PR: 4936
1997-11-06 03:10:28 +00:00
Søren Schmidt
b113690ced
Oops, forgot to count non-changer drives..
...
Broken by: sos
Reported by: phk
1997-11-05 21:32:00 +00:00
Joerg Wunsch
fbd1372a0b
Make IPDIVERT a supported option. Alas, in_var.h depends on it, i
...
hope i've found out all files that actually depend on this dependancy.
IMHO, it's not very good practice to change the size of internal
structs depending on kernel options.
1997-11-05 20:17:23 +00:00
KATO Takenori
f9c1acbf97
Fix rare 6x86 CPU whose DIR0 = 0x20 - 0x28 case.
1997-11-05 15:12:44 +00:00
Julian Elischer
d314ad7b73
Return the entire if info, rather than just the index number. (at least try)
...
Interface index numbers are an abomination that should go away
(at least in that form)
1997-11-05 02:51:32 +00:00
Andrey A. Chernov
dc185d2298
Do not print config details twice (first variant comes from isa)
...
Format config messages properly (with initial snd0: prefix)
1997-11-05 00:23:26 +00:00
Steve Price
0f1d6a82dd
Note that the Intel EtherExpress' driver is ie(4).
1997-11-04 21:11:14 +00:00
Nate Williams
a61408ab2c
- Update the email address in the copyrights.
1997-11-04 18:12:51 +00:00
Nate Williams
e7f1b188ac
- Reset the pcic controller interrupt 'poll' timeout *after* we call the
...
interrupt routine.
1997-11-04 17:50:23 +00:00
Nate Williams
5796e497dc
- If the APM BIOS fails to suspend the system after running the
...
suspend hooks, run the resume hooks to re-configure the system back
to where it was.
1997-11-04 17:37:52 +00:00
KATO Takenori
eb072158c0
Sync with sys/i386/isa/wd.c revision 1.142.
1997-11-04 12:58:48 +00:00
KATO Takenori
1248caae6e
Sync with sys/i386/conf/Makefile.i386 revision 1.104.
1997-11-04 12:58:20 +00:00
Poul-Henning Kamp
89d664b2dc
dk_altport is initialized in wdprobe(), but not in wdattach(), this
...
breaks wdreset(), wdunwedge() &c &c.
Should be examined in detail by: dyson
1997-11-04 09:28:54 +00:00
KATO Takenori
788217f130
Use same address for USERCONFIG_BOOT on PC-98 as IBM-PC.
...
Submitted by: H. Nokubi <h-nokubi@nmit.tmg.nec.co.jp>
Forgotten by: kato
1997-11-04 03:19:25 +00:00
Guido van Rooij
03486e0a41
Test if kvm_kernel.db exists before moving it. Otherwise installing
...
a kernel, booting single user and reinstalling a kernel fails.
1997-11-03 21:48:31 +00:00
KATO Takenori
00be5a552a
Sync with sys/i386/isa/sio.c revision 1.188.
1997-11-03 02:30:45 +00:00
KATO Takenori
f468c8496d
Sync with sys/i386/i386/userconfig.c revision 1.96.
1997-11-03 02:29:44 +00:00
KATO Takenori
b3bae6b626
Sync with sys/i386/isa/if_fe.c revision 1.33.
1997-11-03 02:28:39 +00:00
KATO Takenori
9017d196f1
Sync with sys/i386/isa/if_ed.c revision 1.127.
1997-11-03 02:27:36 +00:00
Nate Williams
241fe562b4
- MF22: (I reversed these). Simplify code.
1997-11-02 21:26:14 +00:00
Jordan K. Hubbard
60685f39ce
Add ide_pci device.
1997-11-02 20:35:07 +00:00
Justin T. Gibbs
69d83be037
Correct the definition of CIRCLEQ_EMPTY. It would give a false positive
...
if the queue contained only one element.
Submitted by: Greg Ansley <gja@ansley.com>
1997-11-02 19:41:16 +00:00
David Greenman
12a5bd8bcf
Sigh, kill setting of 0WS...it breaks more machines than it fixes.
1997-11-02 07:12:52 +00:00
Tor Egge
5f8dd62adf
Move declaration of M_MFSNODE from mfs_vnops.c to mfsnode.h.
1997-11-01 20:40:14 +00:00
Tor Egge
f97c4150dd
Bring back mfs_reclaim(), which is used to reclaim the master vnode in MFS.
1997-11-01 20:19:44 +00:00
Nate Williams
5a2f754644
- Example config file for laptop/PCCARD support.
1997-11-01 18:54:10 +00:00
Justin M. Seger
c198e6ecd9
Change comments about ijppp to iijppp.
...
PR: conf/4905
Submitted by: takas-su@is.aist-nara.ac.jp
1997-10-31 22:10:09 +00:00
Mark Murray
415d4cb37a
Bring our sound sources up to the level of Amancio's latest-and-greatest.
...
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...
1997-10-31 17:25:35 +00:00
John-Mark Gurney
faac9650a5
This updates Luigi's sound code to the basic code in snd971023...
...
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.
1997-10-31 12:24:28 +00:00
David Greenman
95b6073cd5
Fixed bug in RTM_ADD where rmx_locks weren't being set on the new route,
...
preventing "route add default 1.2.3.4 -lock -mtu 1500" from working as
expected (which is, BTW, to disable Path MTU Discovery).
1997-10-31 08:53:13 +00:00
Mark Murray
1fa24a09c7
Upgrade the sound sources to Amancio Hasty's latest-and-greatest.
...
This is based on Voxware 3.5, and corresponds to Amancio's `guspnp21'.
Bug reports to Amancio, please!
1997-10-31 06:30:22 +00:00
Eivind Eklund
30d0ea994e
Improve PAL support and fix mux selector values.
...
This make the Miro PCTV work for me, including audio, and should
hopefully fix the other audio problems some people have been having.
Reviewed by: ahasty & Luigi Rizzo (freebsd-multimedia)
1997-10-30 18:20:26 +00:00
KATO Takenori
1d07b128d5
Securelevel and formatting fixes, and trapframe simplification.
...
Reviewed by: sos
Submitted by: bde
1997-10-30 10:53:30 +00:00
Søren Schmidt
cac2057a29
First cut at supporting multi-CD CDROM drives (changers).
...
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.
1997-10-29 22:11:00 +00:00
Nate Williams
be8e398409
- Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()
...
Noticed by: bde
1997-10-29 15:54:19 +00:00
KATO Takenori
404c835d69
Implement linux_iopl and linux_nice.
1997-10-29 08:17:14 +00:00
KATO Takenori
7b3e3f96e5
Sync with sys/i386/isa/if_ed.c revision 1.126.
1997-10-29 08:14:56 +00:00
KATO Takenori
acc66972fe
Synchronize with sys/i386/i386/microtime.s revision 1.34.
1997-10-29 08:13:32 +00:00
Julian Elischer
de1e682d58
didn't even know fddi had the atalk support.
...
fix it here too. (really needs more of the fixes from the ethernet)
1997-10-29 07:59:27 +00:00