bde
53af1df4e6
Fixed chip_offsets[] which I broke in rev.1.53. The offsets aren't
...
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)
1997-11-10 15:46:33 +00:00
nate
cddcd93a80
- Convert c++ comment to c comment.
...
Noted by: Bruce
1997-11-10 14:38:08 +00:00
kato
a354c4cbb3
Sync with sys/i386/conf/majors.i386 revision 1.20.
1997-11-10 13:46:38 +00:00
msmith
c5875a8dbd
Assign 84 to Andrew Gordon <arg@arg1.demon.co.uk> for the 'ttxt' Unitext
...
teletext decoder.
1997-11-10 03:50:29 +00:00
wosch
e736d68c30
Remove the comments hat just list the nested includes.
...
The lists don't provide significantly more information than
grep '\.include', and grep gives lists that are actually correct.
Submitted by: Bruce
1997-11-09 15:03:15 +00:00
msmith
67ba7220fd
A better fix for the ddb command history buffer problem; use a static
...
buffer instead of trying to use malloc() in the input routine.
Submitted by: john hood <cgull@smoke.marlboro.vt.us>
1997-11-09 06:30:29 +00:00
jkh
b820ab9845
MF22: MSG_EOR bug fix.
...
Submitted by: wollman
1997-11-09 05:07:40 +00:00
julian
554abdcebf
fix slight breakages from PHK's VFS work.
...
also remove irrelevant copyright, now that all that code has gone away.
1997-11-08 19:02:28 +00:00
peter
84ea1e1ecb
Merge 971020 stuff.. Check 21142? SROM CRC.
1997-11-08 14:46:58 +00:00
tegge
cd60b5872c
Use UPAGES when setting up private pages for SMP (which includes idle stack).
1997-11-07 19:58:34 +00:00
kato
81bbaff831
Sync with following files:
...
- sys/i386/i386/machdep.c revision 1.271
- sys/i386/i386/trap.c revision 1.114
- sys/i386/isa/if_ed.c revision 1.128
- sys/i386/isa/if_fe.c revision 1.34
- sys/i386/isa/syscons.c revision 1.238.
- sys/i386/isa/wd.c revision 1.144
1997-11-07 12:54:01 +00:00
phk
ccc7e7fa9f
Rename some local variables to avoid shadowing other local variables.
...
Found by: -Wshadow
1997-11-07 09:21:01 +00:00
phk
4d26888936
Remove a bunch of variables which were unused both in GENERIC and LINT.
...
Found by: -Wunused
1997-11-07 08:53:44 +00:00
msmith
cfad384768
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
markm
45a9d49a7f
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
phk
4c8218a5c7
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
363a7ddf85
Sync with sys/i386/conf/Makefile.i386 revision 1.105.
1997-11-06 09:51:34 +00:00
dyson
bae55d2661
Fix the "missing page" problem. Also, improve the performance of page
...
allocation in common cases.
1997-11-06 08:35:50 +00:00
joerg
7fafb4ffea
Make the Nakamichi CD-ROM changer detection detect more recent devices,
...
too.
1997-11-06 08:29:50 +00:00
markm
9b85573701
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
markm
f55cfbd1d8
Add the IOCTL for Luigi's BT848 -> I2C bus driver.
1997-11-06 07:00:45 +00:00
msmith
a70940419f
Bump configvers to 300003 to account for the crd->card (and related)
...
namespace changes.
1997-11-06 03:11:40 +00:00
kato
a254837af9
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
sos
e0049830ed
Oops, forgot to count non-changer drives..
...
Broken by: sos
Reported by: phk
1997-11-05 21:32:00 +00:00
joerg
0bc9255aaa
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
81b353e477
Fix rare 6x86 CPU whose DIR0 = 0x20 - 0x28 case.
1997-11-05 15:12:44 +00:00
julian
e0b506942b
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
ache
66620581f2
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
1106c3e010
Note that the Intel EtherExpress' driver is ie(4).
1997-11-04 21:11:14 +00:00
nate
741ef8dac5
- Update the email address in the copyrights.
1997-11-04 18:12:51 +00:00
nate
dc73737576
- Reset the pcic controller interrupt 'poll' timeout *after* we call the
...
interrupt routine.
1997-11-04 17:50:23 +00:00
nate
b865ee4190
- 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
675448121b
Sync with sys/i386/isa/wd.c revision 1.142.
1997-11-04 12:58:48 +00:00
kato
80e26d12da
Sync with sys/i386/conf/Makefile.i386 revision 1.104.
1997-11-04 12:58:20 +00:00
phk
abef5e0744
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
7fee134339
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
9e1a11429b
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
c22960aa65
Sync with sys/i386/isa/sio.c revision 1.188.
1997-11-03 02:30:45 +00:00
kato
c08005ca1f
Sync with sys/i386/i386/userconfig.c revision 1.96.
1997-11-03 02:29:44 +00:00
kato
fe4a71d319
Sync with sys/i386/isa/if_fe.c revision 1.33.
1997-11-03 02:28:39 +00:00
kato
b0b955ecbe
Sync with sys/i386/isa/if_ed.c revision 1.127.
1997-11-03 02:27:36 +00:00
nate
f792549af6
- MF22: (I reversed these). Simplify code.
1997-11-02 21:26:14 +00:00
jkh
baf2cb04b3
Add ide_pci device.
1997-11-02 20:35:07 +00:00
gibbs
7b9f919ed2
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
dg
cd43239919
Sigh, kill setting of 0WS...it breaks more machines than it fixes.
1997-11-02 07:12:52 +00:00
tegge
388b273b9d
Move declaration of M_MFSNODE from mfs_vnops.c to mfsnode.h.
1997-11-01 20:40:14 +00:00
tegge
755c4dea3d
Bring back mfs_reclaim(), which is used to reclaim the master vnode in MFS.
1997-11-01 20:19:44 +00:00
nate
a9b0ad62d6
- Example config file for laptop/PCCARD support.
1997-11-01 18:54:10 +00:00
jseger
1f886000f4
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
markm
5f92dabd2c
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