fvdl
9e76627586
Do hack around VOP_BMAP call to avoid recursive locks. The locking
...
interface doesn't allow currently to specify recursive locks.
Should fix vnd device locking panics.
1997-10-20 00:11:03 +00:00
pk
004f196dcf
Nuke 5.25 inch formats.
1997-10-19 23:29:47 +00:00
jtk
0ad10a1970
change name in comment from apmregs to bioscallregs
1997-10-19 22:59:50 +00:00
pk
a0d6bae726
Add an odd-ball japanese floppy format (PR#2903).
...
A good time to get rid of the hard-coded floppy sector size.
1997-10-19 22:29:21 +00:00
jonathan
04c45d466a
Define PT_STEP.
1997-10-19 21:49:50 +00:00
is
25d10d4369
zbus.c
1997-10-19 21:22:19 +00:00
jonathan
ed413accab
Add PT_GETFPREGS, PT_SETFPREGS and process_{read,write}_fpregs.
1997-10-19 21:02:00 +00:00
is
c7f9237607
- Doesn't need to privately define AUDIO_SPEAKER and AUDIO_HEADPHONE any
...
longer.
- XXX Don't access the nonexistant backlog structure element.
1997-10-19 20:59:32 +00:00
ragge
efa4c7c48e
MSGBUFSIZE must be in CLBYTES, not NBPG. Also expand it to 4 * CLBYTES.
1997-10-19 20:48:47 +00:00
is
b266316bea
Fix pasto in symbolic name for string
1997-10-19 20:46:32 +00:00
oki
a6dfd800c9
Test device is configured in interrput handler.
1997-10-19 20:45:11 +00:00
oki
3e2d17592a
add support for MK-HA2 Mach-2 SCSI host adaptor.
1997-10-19 20:41:02 +00:00
mycroft
b8267c1737
Count characters even when !OPOST and FLUSHO.
...
Don't output the \r for ONLCR if FLUSHO.
1997-10-19 20:35:21 +00:00
ragge
2260651129
Add match code to detect more than one SCSI adapter on 3100.
...
Provided by Bertram Barth.
1997-10-19 20:35:15 +00:00
christos
7507e6a5e9
Make this compile again.
1997-10-19 20:34:54 +00:00
mycroft
87b7a8ba91
Minor changes to make these more similar again.
1997-10-19 20:31:29 +00:00
fvdl
6cdaaab885
Only do readaheads when reading sequential blocks; check v_lastr to
...
achieve this. Improves performance for demand paging. From Chris Demetriou.
1997-10-19 20:27:32 +00:00
is
eb1b51cac1
tav_write_word -> tav_write_short
1997-10-19 20:21:49 +00:00
perry
838ebc1be2
Yet Another Massive Reorganization. I took the last reorg even
...
further. Devices are grouped by types and within the types segregated
by bus. Lots of comments fixed up, lots of nits cleaned. Extensive
comments from Jason and Charles incorporated.
We also really need an automatic way to generate INSTALL from GENERIC,
but that's a project for another day...
1997-10-19 20:14:21 +00:00
mycroft
1bb75c1efa
Initialize the IER to 0 in com_attach_subr().
1997-10-19 20:01:08 +00:00
carrel
c2418895f6
Add some more sysconf() types. (Mostly stolen from other compat_* s)
1997-10-19 19:25:07 +00:00
veego
f08eca2b03
Add CyberVision 64/3D support.
1997-10-19 19:20:30 +00:00
thorpej
3135cf9ecc
Use bus.h
1997-10-19 19:17:07 +00:00
veego
7017046979
New unit number for the CyberVision 64/3D.
1997-10-19 19:08:00 +00:00
veego
09b9eff341
Add an entry for the CyberVison 64/3D to the aconftab and to the
...
preconftab list.
1997-10-19 19:07:08 +00:00
thorpej
29500b20c0
Make sure the i/o and/or mem addresses aren't wildcarded (i.e. -1) before
...
using the address in a bus_space_map() call.
1997-10-19 18:56:39 +00:00
veego
c9252fa879
First version of the CyberVision 3D driver. This driver is based on
...
the CyberVision64 driver. Modified by Tobias Abt with some bugfixes
from Bernd Ernesti.
ZorroII is at the moment not supported and there is a small problem
with the Console driver where you just get a black screen, but the
system boots and you can use X11 without a problem.
1997-10-19 18:55:21 +00:00
christos
542318240b
Regen.
1997-10-19 18:48:57 +00:00
christos
2b8d4e9b82
Make mman(2) functions args consistent (caddr_t -> void *)
1997-10-19 18:48:16 +00:00
christos
1c89a817ba
Simplify use of round_page() like in other emulations.
1997-10-19 18:48:00 +00:00
christos
eb2b299151
Regen.
1997-10-19 18:45:46 +00:00
christos
423b2ff7b4
Make mman(2) functions args consistent (caddr_t -> void *)
1997-10-19 18:45:04 +00:00
mycroft
429b08a2b4
Use S_IS*(), not S_IF*.
1997-10-19 18:40:11 +00:00
mycroft
762d77e123
Fix bogosity in mknod(2) translation.
1997-10-19 18:35:09 +00:00
mycroft
d771632c2f
Add an O_MASK containing all the open(2) bits.
1997-10-19 17:27:53 +00:00
mycroft
9341cad610
After conversion of the file flags, if neither FREAD nor FWRITE is set,
...
return EINVAL.
1997-10-19 17:18:10 +00:00
oki
968a155917
Add options M68060, mha driver.
1997-10-19 16:04:57 +00:00
oki
742eb9d713
new bootfloppy kernel configuration file.
1997-10-19 16:03:11 +00:00
oki
ad0f2e276a
pretty message.
1997-10-19 15:32:57 +00:00
oki
9e3da87164
Use common m68k/sig_machdep.c.
1997-10-19 15:17:24 +00:00
ragge
d379f24df5
#include <vm/vm.h>. Fix some erroneous declarations.
1997-10-19 14:33:48 +00:00
ragge
e0bc9f61d7
Add a sometimes needed round_page().
...
Always flush TLB when messing around with system mapping.
1997-10-19 14:32:42 +00:00
fvdl
ab36c13e4b
Add 16650 hardware flowcontrol support. Basically PR 3844 from
...
Dave Huang <khym@bga.com>, with added check for broken early versions
of the 16650, taken from the Linux driver.
This should be extended to use, for example, higher trigger levels for
the bigger 16650 FIFO, and its capability for using a smaller divisor
and thus higher speeds. But this patch is very useful for 16650 users
already.
1997-10-19 14:26:25 +00:00
fvdl
961e39030d
Add 16650 hardware flowcontrol support. Basically PR 3844 from
...
Dave Huang <khym@bga.com>, with added check for broken early versions
of the 16650, taken from the Linux driver.
This should be extended to use, for example, higher trigger levels for
the bigger 16650 FIFO, and its capability for using a smaller divisor
and thus higher speeds. But this patch is very useful for 16650 users
already.
1997-10-19 14:26:16 +00:00
enami
fe0c14e139
Fix typo; hang binary operator at the end of previous line.
1997-10-19 14:10:11 +00:00
enami
5c1050e68f
Include locators.h and use symbolic name comes from it.
1997-10-19 14:07:19 +00:00
enami
0afff66463
Include locators.h and use symbolic name comes from it.
1997-10-19 14:04:29 +00:00
enami
4e304b8dd7
Make `manufacturer' and `product' 32bit wide so that they can contain
...
both 16bit id values found in card CIS and special value to indicate
that no value found in CIS. Use that special value for the card that
doesn't have id values. Test that value in ne2000_match().
1997-10-19 14:00:32 +00:00
carrel
ea9e34c2f7
cast to void * not caddr_t
1997-10-19 12:52:19 +00:00
ragge
a9510ace16
Only check for process switch if we are coming in from userspace.
...
Make ERESTART work for syscalls >63.
While we're here; clean up a little bit.
1997-10-19 12:32:52 +00:00