mhitch
1f2555ebd4
dk_establish() now returns void.
1996-04-30 05:00:51 +00:00
mhitch
74de027054
Add floppy index interrupt routine for future MSDOS floppy support.
...
Don't seek to track 0 before checking for diskchange: if drive steps,
the diskchange flag is cleared. Just select the drive, then test for
a diskchange.
Clean up for -Wall with FDDEBUG defined, and fix a message typo.
1996-04-29 06:23:47 +00:00
mhitch
d6d4fbe664
Correct NetBSD->RDB partition block mapping - fixes -Wall warning.
1996-04-29 06:15:32 +00:00
mhitch
03c347c3bd
More cleanup for -Wall warnings.
1996-04-28 07:01:08 +00:00
mhitch
0f666b973a
More cleanup of -Wall warnings when compiled with DEBUG.
1996-04-28 06:59:08 +00:00
mhitch
810a98153e
Add prototypes for serial and floppy interrupt functions.
1996-04-28 06:57:15 +00:00
mhitch
c3fa50adb7
Fix warning from word transfer pseudo-dma function.
1996-04-28 06:49:35 +00:00
mhitch
d48db213fa
Prototype the pseudo-dma function declarations.
1996-04-28 06:41:01 +00:00
mhitch
f7679aaef1
Fix warning from -Wall.
1996-04-28 06:36:16 +00:00
mhitch
2b6ece67ba
Fix warnings from -Wall.
1996-04-28 06:33:58 +00:00
mhitch
5b9b315985
Cleanup for -Wall if CL5426CONSOLE is not defined.
1996-04-28 06:31:47 +00:00
mhitch
0fa2771b31
Correct check for NULL pointer references in siop_scsidone().
...
Only call Debugger() if DDB is defined.
If the wait for reselect is interrupted and sc_nexus was NULL, only
print the debug message if DEBUG is defined.
1996-04-28 06:28:24 +00:00
veego
2c2a65b39e
Add a __noreturn__ attribute for doboot
1996-04-27 20:55:08 +00:00
veego
c12ef8ae8f
Make the compiler happy if you make a kernel with -Wall
1996-04-27 20:53:31 +00:00
veego
dccff2509f
Fixed a compile bug which come from the new mouse driver
...
Remove the fd* entry from the GENERIC config and changed the std.amiga
entry for the floppy
1996-04-27 20:51:07 +00:00
veego
0b892f0599
Fixed a compile bug which come from the new mouse driver
...
Fixed a bug with the noreturn attribute of boot and doboot
1996-04-27 20:48:47 +00:00
is
a0864f1ad0
Remove double empsc entry, fix a typo, and our "zbus" is a unified Zorro
...
bus interface for a long, long time.
1996-04-26 20:21:59 +00:00
veego
f726c602da
another prototyp cleanup
1996-04-25 05:57:38 +00:00
is
09916f81d3
Make the Amiga mainboard mice, which used to be pseudo-devices, real devices.
...
(We want to support Amigoids without this interface in the near future.)
1996-04-24 11:41:16 +00:00
veego
463c504dc7
The prototyp for cpu_set_kpc is now in sys/systm.h
1996-04-23 22:54:49 +00:00
veego
112379ef29
Added some ifdef's for RETINA_SPEED_HACK
...
Argh, why is a fuction from the RetinaZ2 console driver in the console
driver for the RetinaZ3 ? Fixed.
Fixed some warnings from -Wall if you don't use -DDEBUG
1996-04-23 22:53:05 +00:00
veego
1ca9fb10a0
The prototyp of cpu_coredump is now in sys/signalvar.h
...
Added an ifdef DEBUG for struct phys_segs
1996-04-23 22:46:39 +00:00
is
0536f1591a
Protect two critical lines of ser.c with splser(). Without this, a
...
race condition exists which makes the internal serial drop incoming
characters under heavy load.
1996-04-23 17:03:04 +00:00
is
5b809af42a
Changed the speed calculations of the Amiga-builtin-serial driver to
...
allow any baudrate the hardware allows, and to forbid two baudrates
(50 and 75) which the hardware does NOT support but which the old
speed conversion table pretended to support.
1996-04-23 16:38:32 +00:00
veego
d9b8ec83bd
Ups, I removed a label which should go into a ifdef
1996-04-23 05:14:40 +00:00
christos
78403e6c0c
Add a hardware dependent initialization function lehwinit()
1996-04-22 02:25:54 +00:00
veego
a922ebfb8b
- Cleanup for -Wall and -Wstrict-prototypes
1996-04-21 21:13:16 +00:00
veego
974e9f6e22
- Cleanup for -Wall and -Wstrict-prototypes
...
- Added support for multiple floppy drives
- CyberVision64:
- has now a real console mode
- another bugfix for boards with the new S3 chip
- Ariadne:
- fixed crashes with aeput (mbuf failure)
1996-04-21 21:10:48 +00:00
veego
dbf4b28b74
Added support for multiple floppy drives
...
Added entry for the emplant scsi driver
1996-04-21 21:09:40 +00:00
veego
db6f1b1304
Cleanup for -Wall and -Wstrict-prototypes
1996-04-21 21:06:46 +00:00
cgd
d7d306aeb7
change LANCE copy & zero functions' names to start with amd7990_, and
...
remove their 'integrate' (usually defined to be 'static') keywords.
when lance drivers are split up by attachment, more than one file will
reference the copy/zero functions (i.e. not just the file that pulls in
am7990.c... and eventually inclusion of am7990.c should go away entirely).
1996-04-18 00:25:11 +00:00
is
1ac76dc9c2
Typo in the new new config conversion fixed.
1996-04-05 15:53:41 +00:00
mhitch
3ce4de5491
Pass reserved blocks in label so adosfs computes root block
...
correctly (close PR 2232).
1996-04-05 05:08:07 +00:00
mhitch
a3fa4a5449
Compute partition offset with sectors/track and number of heads from the
...
Amiga partition block. Print a diagnostic if the sectors/track or
number of heads differs from the RDSK values.
Fix sorting by partition offset (don't drop last partition).
Save filesystem blocksize for adosfs partitions. (Closes PR 2232)
1996-04-05 04:50:26 +00:00
cgd
83f9bdc359
update for the fact that config_found() and config_rootfound() now
...
return pointers. (Check vs. NULL, rather than just boolean tests.)
1996-04-04 06:25:00 +00:00
is
62dcb879c0
Typo squished.
1996-03-30 16:22:55 +00:00
is
a0d45384b6
The interrupt routine of the ivsc (and the empsc, which seems to have copied
...
it) looks truncated. At least the return(1) is missing, which I now add as
a first stopgap. Somebody needs to find out if anything else is missing for
these boards.
1996-03-28 19:23:32 +00:00
is
8435085f72
Adapt to new attach scheme. Fix operator precedence error. Normalize
...
function name prefixes.
1996-03-28 18:56:08 +00:00
is
fa2b7f8f47
Emplant SCSI driver backend by Sean Riddle and Bo Najdrovsky.
1996-03-28 18:41:45 +00:00
is
77e56e826d
Yet more MC68060 bits.
1996-03-26 16:55:37 +00:00
mhitch
e1d4601b24
Fix for SCSI mode sense disk_pages structure change, and use the _lto3b()
...
conversion function.
1996-03-24 04:12:27 +00:00
is
a6a8779b4e
It looks like the sense_data structure lost the extended_ prefix in the
...
name of some of its members. Adapt sbic.c to this. (Fixes PR 2245)
1996-03-23 15:09:54 +00:00
is
2ecf0a7b85
Interupts must be disabled and cleared before the PROM is read, as the int
...
line is shared with one of the PROMs address lines.
From PR #1478 by Jukka Marin.
1996-03-21 21:00:21 +00:00
is
ab622e51f5
- Zeroth version of M68060 support (dont want to cause emulation traps for
...
the "Fast Assembler Version of the copy loop)
- Yet another sanity check included: initialize unused receive buffers to
zero sender id; and test for sender hardware id of zero in the receiver.
Gives us better error messages in case flaky hardware causes spurious
receive interupts.
1996-03-20 13:28:50 +00:00
is
f6ff8b93d4
Add clobber lists at the appropriate places. The MMU initialization would
...
brake with gcc272 -O2.
1996-03-19 11:12:10 +00:00
mhitch
d2ac60afc0
A couple more misses from the device attachment changes:
...
afcd_cd --> afsc_cd
atzsccd --> atzsc_cd
1996-03-18 04:58:36 +00:00
is
ecc1ccd3cd
These should be and clauses, after cgd's recent config change (the second
...
one). Should probably also be done to the view packet, but I'm not 100% sure.
1996-03-17 19:36:33 +00:00
cgd
94907fa254
adjust to deal with expression support for optional file specs
1996-03-17 13:21:09 +00:00
mhitch
b00a2c1e30
Clean up typos and other errors from new device attachment changes.
1996-03-17 05:53:57 +00:00
thorpej
5c67e5fad9
New device attachment scheme:
...
- split softc size and match/attach out from cfdriver into
a new struct cfattach.
- new "attach" directive for files.*. May specify the name of
the cfattach structure, so that devices may be easily attached
to parents with different autoconfiguration semantics.
1996-03-17 01:16:48 +00:00
mhitch
a5c0ced572
Removed Debugger() declaration - the prototype is in sys/systm.h.
1996-03-16 08:19:43 +00:00
mhitch
48118d719d
Correct 53c710 initialization for the A4000T. Remove the A4000T probe
...
debugging output.
1996-03-15 22:11:09 +00:00
is
1c6c1c4af9
If compiling with "options M68060", tell compiler not to use
...
instructions which have to be emulated by the operating system on that
chip. This code will still run on M68020, M68030 and M68040, but
might be a bit slower on those chips.
1996-03-15 20:09:52 +00:00
is
ed24bc5ba8
AMIGA_68060 flag in cpu.h and genassym.c.
1996-03-15 19:47:45 +00:00
christos
ab0e60a42f
fdopen -> filedescopen
1996-03-14 21:20:59 +00:00
is
ce4541b2da
Altais graphics board support, and some nicer formatting of preconftab.
...
Closes PR #1812 by myself.
1996-03-06 20:13:28 +00:00
is
006fe839fe
Back out change intended for netbsd-1-1 and accidentally committed here
1996-03-06 16:40:16 +00:00
is
3020e66dd5
Fix problems with fast CPUs and Picasso boards. Patches originally by,
...
Klaus Burkert <crest@arkon.dontpanic.sub.org>, sent in by Ezra Story.
Closes port-amiga/2135.
k
1996-03-05 18:08:33 +00:00
veego
e77f3c0a27
ups, ite5 is at grf5 and not at grf4
1996-03-05 17:46:23 +00:00
is
04145bfde8
Fix for newer S3 chipsets by Matthias Scheler (from -current).
1996-03-04 20:36:56 +00:00
is
7873fac590
Grr... my fault when send-pr'ing the "CPU too fast" error patch. The chip
...
is called BT458, not BT478.
1996-03-04 19:49:11 +00:00
cgd
18ec26aa21
add _MACHINE and _MACHINE_ARCH, which are like MACHINE and MACHINE_ARCH,
...
execpt without quotes. meant to be __CONCAT()ted for easy #includes
of machine-dependent headers for MI code (e.g. for the MI ISA/EISA/PCI/TC
bus code).
1996-03-04 05:04:10 +00:00
veego
39aeb2aa25
console driver for the CyberVision64
1996-03-02 14:28:51 +00:00
veego
18fd2ce9c2
Updated for the new CyberVision64 console
...
gen_cvtab.c is no longer needed
1996-03-02 14:02:53 +00:00
veego
6160a6474d
Updated for the new CyberVision64 console
...
and a small cleanup in the GENERIC config
1996-03-02 14:00:31 +00:00
cgd
1c5d7babe5
Clean up tabbing/spacing in defns of MACHINE, MACHINE_ARCH, and MID_MACHINE.
1996-03-01 23:30:08 +00:00
is
c1e8e92697
"major" declarations which got lost when the scsi stuff was changed to
...
include ../../../scsi/conf/files.scsi
1996-03-01 19:42:26 +00:00
cgd
3d67685d36
Do not build vnode_if.[ch] for each kernel. Build them once, like the
...
various syscall sources/headers, and just compile them. From PR 2142, OK'd
by mycroft.
1996-02-29 20:54:58 +00:00
mycroft
2ce52ae489
Define build programs with `?=', so they can be overridden with `makeoptions'.
1996-02-26 02:53:20 +00:00
chopps
6ab6c3037d
remove floating point expressions. gen_cvtab.c generates a conversion
...
table to replace a specific floating point expression in grf_cv.c
1996-02-24 20:13:00 +00:00
chopps
830ceda65d
remove generic scsi stuff and use ../../../scsi/files.scsi
1996-02-24 08:59:21 +00:00
chopps
c6768054a9
cleanup, add (commented-out) serial buffer and lev6_defer options
1996-02-24 08:58:37 +00:00
chopps
1bf748f356
use newly allocated ethernet address ( fixes #2117 )
1996-02-24 07:47:36 +00:00
chopps
d1d39c63d4
remove local strncmp ( fixes #2115 )
1996-02-24 07:44:06 +00:00
chopps
d22df43756
cast to arg to caddr_t ( fixes #2114 )
1996-02-24 07:43:14 +00:00
mycroft
753fe3a25a
Fix mkdep problems due to missing flags.
1996-02-09 02:21:13 +00:00
christos
2c8314f73c
vm prototype changes
1996-02-05 02:06:38 +00:00
chuck
623ec41006
Ensure siop_acb alignment via malloc rather than let alignment depend
...
on the size of MI data structures that come before it in the softc.
Chip will not function properly if alignment is wrong. (as per OpenBSD)
Detected and fixed by: Chuck Cranor <chuck@ccrc.wustl.edu>
and Michael L Hitch <osymh@gemini.oscs.montana.edu>
1996-02-03 18:47:07 +00:00
mycroft
5bc076e17e
Use `-traditional-cpp' when building .s and .S files.
1996-02-03 00:43:50 +00:00
mycroft
dcd66e9f4d
Clone these, and fix many bugs.
1996-02-02 20:08:17 +00:00
mycroft
9db20bf150
Don't define _KERNEL here.
1996-02-02 19:42:08 +00:00
mycroft
9d9a70a5a2
Fix #includes.
1996-02-02 18:05:36 +00:00
mycroft
fc9d84fb46
assym.s -> assym.h
...
(Some ports did this already.)
1996-02-02 02:34:09 +00:00
mycroft
88e512b693
LOCORE -> _LOCORE
1996-02-01 22:28:24 +00:00
chopps
702c1321e2
add swedish keyboard support by Stefan Pedersen
1996-01-28 20:19:51 +00:00
chopps
79964e580d
debug flag to as is uneeded and unsupported #1948
1996-01-28 20:09:08 +00:00
chopps
d00a79e34d
fix bounds check #1939
1996-01-28 20:06:15 +00:00
chopps
2684692a5a
add check for "A4000 bonus" (small b)
1996-01-28 20:01:10 +00:00
chopps
ab86728e62
aftsc uses afsc.c #1976
1996-01-28 19:57:47 +00:00
chopps
9819a7c27e
make sure master enable is set #1920
1996-01-28 19:48:39 +00:00
chopps
b59cfad66c
use dma_cachectl instead of cachectl
1996-01-28 19:43:34 +00:00
chopps
a802a2ef07
add UNION/UMAPFS accepts CR 1890
1996-01-28 19:37:42 +00:00
chopps
f14299b866
fix loading of 0 to intended value of 256. closes 1871
1996-01-28 19:29:15 +00:00
chopps
225c9b3965
fix typo closes 1978
1996-01-28 19:23:24 +00:00
chopps
6bed5b0c0c
applied patch from 1811 which unifies mode support across gfx boards.
1996-01-28 19:19:05 +00:00
chopps
e717f326d5
remove MAXPARTITIONS, closes #1923
1996-01-28 19:12:46 +00:00
thorpej
18960b616f
Call disk_busy() a bit earlier in case an exceptional condition causes
...
fddone() (and thus disk_unbusy()) to be called directly from fdstart().
Pointed out by Ezra Story <ezy@panix.com>.
1996-01-15 21:53:50 +00:00
thorpej
57219ebad3
Remove vnode_if.[ch] during a "make clean", per PR#536 from
...
Dan Carosone <danielce@ee.mu.oz.au>.
1996-01-14 21:06:47 +00:00
thorpej
cca25e85ec
Fixed typo (that I probably introduced with the disk changes). From
...
Thorsten Frueauf <frueauf@ira.uka.de>, PR #1924 .
1996-01-14 00:23:56 +00:00
thorpej
5b39541e48
New generic disk framework. Highlights:
...
- New metrics handling. Metrics are now kept in the new
`struct disk'. Busy time is now stored as a timeval, and
transfer count in bytes.
- Storage for disklabels is now dynamically allocated, so that
the size of the disk structure is not machine-dependent.
- Several new functions for attaching and detaching disks, and
handling metrics calculation.
Old-style instrumentation is still supported in drivers that did it before.
However, old-style instrumentation is being deprecated, and will go away
once the userland utilities are updated for the new framework.
For usage and architectural details, see the forthcoming disk(9) manual
page.
1996-01-07 22:01:38 +00:00
jtc
2fce159ff8
Changed name of sigaltstack's ss_base field to ss_sp to match XPG4.2 and
...
traditional usage.
1996-01-04 22:21:33 +00:00
chopps
5a1be463d3
explicitly mask the address value
1995-12-31 01:22:03 +00:00
chopps
4bf7b86bd1
rename grf_ul.gsp
1995-12-27 16:54:37 +00:00
chopps
d1d2589f0f
remove -fno-builtin (pr#1727) from Bernd Ernesti
1995-12-27 08:22:54 +00:00
chopps
7286a43eb4
cleanup for -Wall (pr#1559) from Ignatios Souvatzis
1995-12-27 08:09:51 +00:00
chopps
fd9084650c
make changed from pr#1824 from Ignatios Souvatzis
1995-12-27 07:51:40 +00:00
chopps
ff82249d85
add vnd (pr#1744) from Robert Leland
1995-12-27 07:40:08 +00:00
chopps
38d473982a
fixup the table (pr#980) from Ignatios Souvatzis
1995-12-27 07:31:58 +00:00
chopps
7ecc586ed0
add support for GRFIOCBLANK (pr#1810) from Ignatios Souvatzis
1995-12-27 07:24:27 +00:00
chopps
05ab6375cc
fix initializtion (pr#1853) from Ignatios Souvatzis
1995-12-27 07:21:07 +00:00
chopps
dafae56a80
fix for newer boards (pr#1829) from Matthias Scheler
1995-12-27 07:15:53 +00:00
chopps
f7ea355074
remove uneeded routines (pr#1837) from Bernd Ernesti
1995-12-27 07:09:37 +00:00
mycroft
3da4b2a160
The IST_* and IPL_* constants are not bus-specific; don't treat them as such.
...
Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
1995-12-24 02:29:35 +00:00
mycroft
ce000f04ef
Remove deprecated cpu_setstack().
1995-12-21 05:01:32 +00:00
thorpej
de6dad9228
Move bcopy/ovbcopy/memcpy into m68/m68k/copy.s, which is used by all
...
m68k ports already anyhow. No use in keeping 6 identical copies of this
function around.
1995-12-11 02:37:55 +00:00
mycroft
0e0ac5ed68
cpu_fork() now returns void.
1995-12-09 04:37:23 +00:00
jtc
0cd793449e
merge in changes from 1.1 release branch
1995-11-30 00:56:23 +00:00
chopps
b2d4fa2dd3
cleanup warnings (fixes pr#1642)
1995-10-20 10:08:24 +00:00
chopps
29dcca9ffe
fix use of uninit vars from Bernd Ernesti <bernd@arresum.inka.de>
1995-10-09 19:26:15 +00:00
chopps
11c134fb80
fix typo
1995-10-09 15:53:39 +00:00
chopps
d9a781419d
revert last commits was a mistake
1995-10-09 15:23:22 +00:00
chopps
78bd894529
add prototypes for isr stuff fixes pr# 1284 and 1569
1995-10-09 15:19:58 +00:00
chopps
0edda525b9
fix keymap (fixes pr#1254) from Blaz Zupan <blaz.zupan@uni-mb.si>
1995-10-09 14:27:18 +00:00
chopps
3973aeb080
fix hang bug from Ignatios Souvatzis <ignatios@theory.cs.uni-bonn.de>
1995-10-09 14:05:24 +00:00
chopps
dea30dfde9
make work with newer grfconfig now in /usr/sbin. from
...
Bernd Ernesti <bernd@arresum.inka.de>
1995-10-09 14:02:32 +00:00
chopps
ad89dc6f0a
vtrace -> sys_vtrace
1995-10-09 04:33:52 +00:00
chopps
268dfe691c
update from Ezra Story <ezy@panix.com>
1995-10-09 03:47:44 +00:00
chopps
4e276bb0ec
update from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1995-10-09 02:41:28 +00:00
chopps
2c9db0e19e
update from Ignatios Souvatzis <is@beverly.rhein.de>
1995-10-09 02:14:46 +00:00
chopps
602e68be9d
new cybervision 64 grf from Bernd Ernesti <bernd@arresum.inka.de> and others
...
update config files (adding missing scsibus entry for aftsc0)
1995-10-09 02:08:35 +00:00
chopps
60e159d20e
file is now generated at compile time
1995-10-09 02:06:19 +00:00
chopps
cc6ab4e68d
new cybervision 64 from Bernd Ernesti <bernd@arresum.inka.de> (and others)
1995-10-09 01:44:09 +00:00
chopps
ee06310cd7
moved videomode to ./usr/sbin
1995-10-09 00:53:19 +00:00
chopps
9318d50785
build grf_ultmscode.h
1995-10-09 00:12:54 +00:00
chopps
16ca402101
update from Ignatios Souvatzis <is@beverly.rhein.de>
1995-10-07 19:54:58 +00:00
chopps
79bc0aa5ef
transpose osc values from Ignatios Souvatzis <is@beverly.rhein.de>
1995-10-07 19:48:08 +00:00
chopps
86fb4819e2
change break val from rhealey@kas.helios.mn.org (Rob Healey)
1995-10-07 18:22:14 +00:00
chopps
cf0e52a427
update to 2232 from Jukka Marin <jmarin@teeri.jmp.fi> and
...
rhealey@kas.helios.mn.org (Rob Healey)
1995-10-07 18:18:26 +00:00
chopps
dc3b9221a6
update to ariadne ethernet device from Bernd Ernesti <bernd@arresum.inka.de>
1995-10-07 18:12:42 +00:00
chopps
c68476241f
new quicknet ethernet driver from Kortelainen Mika <k125374@cs.tut.fi>
1995-10-07 18:04:27 +00:00
chopps
a9c89668da
fixes for fastlane from Daniel Widenfalk <t94dwi@student.tdb.uu.se>
1995-10-07 17:33:01 +00:00
mycroft
245f292fed
Prefix names of system call implementation functions with `sys_'.
1995-10-07 06:25:19 +00:00
chopps
5dcc668ebd
first attempt at A4000T support, remove GRF_AGA's dependence on GRF_ECS.
...
page 0 is now invalid, other minor cleanup.
from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1995-10-05 12:40:48 +00:00
chopps
58f950c48a
Only enable timeouts (debugging) when actually transfering data.
...
from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1995-10-05 12:36:07 +00:00
chopps
01d63931a5
only use one xmit buffer for ASDG
1995-10-01 19:30:22 +00:00
chopps
35c3bd0da2
fix typo
1995-09-30 17:43:18 +00:00
chopps
672febd322
add conditionals around page zero debug stuff
1995-09-30 17:39:51 +00:00
chopps
678433e279
no longer needed by lance driver (now uses /dev/ic...)
1995-09-30 17:20:29 +00:00
chopps
f144360393
oops, forgot to cvs add this
1995-09-30 17:18:22 +00:00
chopps
d6ede49c3d
fix typo (pr#1224)
1995-09-30 08:39:38 +00:00
chopps
852aa19159
add arcnet device, (pr#1148)
1995-09-30 08:34:49 +00:00
chopps
46b055b6dc
some style cleanup
1995-09-30 02:08:47 +00:00
chopps
5295a0c32a
add msc device
1995-09-30 01:54:00 +00:00
chopps
21575d71a5
changes for msc device
1995-09-30 01:52:37 +00:00
chopps
1683d8a23e
new 2232 multiport serial device from:
...
Rob Healey <rhealey@kas.helios.mn.org>, Jukka Marin <jmarin@teeri.jmp.fi>,
Timo Rossi <trossi@jyu.fi> and Zik
1995-09-30 01:50:50 +00:00
chopps
319c531354
move 040 to hp300 style, use new MI lance ethernet driver
...
a few minor fixes WRT prototypes.
if_le from Charles rest from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1995-09-29 13:51:30 +00:00
chopps
eab73b27b1
fix wrong arg to strncpy
1995-09-29 13:11:21 +00:00
chopps
96163f6aa5
fix typo
1995-09-23 13:42:03 +00:00
chopps
40a6506694
add memcpy entry
1995-09-23 08:14:36 +00:00
thorpej
5ac5b98a9c
Compile the kernel with -Werror and -fno-builtin
1995-09-19 23:32:21 +00:00
thorpej
7d7396c414
Make system calls conform to a standard prototype and bring those
...
prototypes into scope.
1995-09-19 22:53:47 +00:00
chopps
34373365cb
Add minimal dumpfile support.
...
Fix a bug in pt_enter_ptpage which caused MMU faults on low-mem conditions.
Change siop drivers to better handle sync.
Remove diag. done for ide -- its redundant as the ROM does similar.
fixed ite_filter to not panic if typing before the device is fully setup
All thanks to osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1995-09-16 16:11:03 +00:00
chopps
c392350cba
sbic and board changes from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1995-09-04 13:04:40 +00:00
chopps
4be2a61f7f
mmutype fix from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1995-09-04 12:56:47 +00:00
mycroft
29053c58b2
SA_ONSTACK --> SS_ONSTACK
1995-09-01 20:05:59 +00:00
chopps
f73f65da20
couple fixes from Eduardo E. Horvath eeh@btr.com
1995-08-24 15:46:19 +00:00
chopps
1e4fbda19c
fix protos ( #1390 ) from Bernd Ernesti <bernd@arresum.inka.de>
1995-08-20 15:22:46 +00:00
chopps
d2ca213101
small cleanup
1995-08-20 15:13:19 +00:00
chopps
b720d4fd09
rename RZ3_64BIT_SPRITE to RH_64BIT_SPRITE
1995-08-20 15:09:25 +00:00
chopps
148e463417
change state (and rename) RH 64BIT option. Add ccd to COFFEE
1995-08-20 15:08:19 +00:00
chopps
391bbae93c
make defaults more accessable.
1995-08-20 03:07:25 +00:00
chopps
5e60f02d97
fix grf_rh problem with sprite and allow mode changing.
...
from mw@eunet.ch (Markus Wild)
1995-08-20 02:54:34 +00:00
chopps
c24824f7d7
fix bogus length check ( #1299 )
1995-08-20 02:52:48 +00:00
chopps
461d235743
add more grful stuff
1995-08-19 23:57:19 +00:00
chopps
d821c2be28
resolve conflict with grf_rt over monitor_defs symbol
1995-08-18 16:46:57 +00:00
chopps
394b87b8f3
change for a2410 from is@Beverly.Rhein.DE (Ignatios Souvatzis)
1995-08-18 16:21:33 +00:00
chopps
fccf65d4c7
new a2410 driver from is@Beverly.Rhein.DE (Ignatios Souvatzis)
1995-08-18 16:15:43 +00:00
chopps
08b52eaf6a
add Ariadne driver
1995-08-18 16:00:53 +00:00
chopps
01e68b365a
new Ariadne ether from Bernd Ernesti <bernd@arresum.inka.de>
1995-08-18 15:58:30 +00:00
chopps
a6af3de018
new Ariadne driver from Bernd Ernesti <bernd@arresum.inka.de>
1995-08-18 15:56:56 +00:00
chopps
55b1c5d71b
add rcs ids
1995-08-18 15:53:30 +00:00
chopps
0fe921e96f
ariadne ethernet driver from Bernd Ernesti <bernd@arresum.inka.de>
1995-08-18 15:51:19 +00:00
chopps
2208782633
SCSI disconnects: siop from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
...
and sbic from "Eduardo E. Horvath eeh@btr.com" <eeh@btr.btr.com>
Other cleanup (remove cpu040) and enabling IVS A500 support
from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1995-08-18 15:27:29 +00:00
thorpej
66dcd8fd69
Add entries for the ccd.
1995-08-17 17:40:42 +00:00
mycroft
79cecdbce0
Replace splnet() with splsoftnet(). Add splnet().
1995-08-13 00:20:52 +00:00
mycroft
c5ec5c3003
Add splsoftnet().
1995-08-13 00:03:11 +00:00
mycroft
80d7b0695a
minphys() functions really should return void.
1995-08-12 20:30:45 +00:00
chopps
bbd70b413b
fix minphys routine to match others
1995-07-26 14:30:53 +00:00
chopps
3878753b32
fix typo
1995-07-26 14:22:43 +00:00
cgd
27435d744c
update SCSI minphys routines' definitions to match standard minphys()
...
definition and usage.
1995-07-24 07:28:18 +00:00
cgd
4f9fb2ab3e
bound xfer properly in minphys, panic if can't.
1995-07-24 07:25:46 +00:00
chopps
07d9670a6c
remove indirect use of strategy which brok with recent changes
1995-07-05 02:12:38 +00:00
chopps
f1e1796cf4
misc cleanup, better tty alloc for mfc. from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1995-07-04 18:06:40 +00:00
mycroft
7263209ce6
Make each disk and tape driver define its own read and write functions.
...
Deprecate rawread() and rawwrite() completely. Remove d_strategy from cdevsw to
force the abstraction barrier.
1995-07-04 07:15:28 +00:00
paulus
c9a82bdc54
Add code for netintr to call pppintr if PPP is included.
1995-07-04 06:51:05 +00:00
mycroft
f4b5f723e0
Remove references to if_addrlist.
1995-07-02 00:16:00 +00:00
cgd
2b71eae2c7
note that most of dev/ic's contents have changed names
1995-06-28 04:30:30 +00:00
cgd
c83f9c5568
remove unused cpu_exec() definitions. moved "broken swap" markers, for
...
ports that still need it, to types.h.
1995-06-28 02:55:18 +00:00
cgd
d4a54b73d2
kill user-land DELAY macro, as suggested by gwr.
1995-06-28 02:43:36 +00:00
chopps
5ad7f31079
udpate to match ifnets new use of sys/queue.h
1995-06-27 13:13:32 +00:00
cgd
2d49c3885b
clean up definitions of ctod(), dtoc(), ctob(), btoc(), btodb(), and
...
dbtob(). remove unused definitions of ctos(), stoc(), and dtob().
1995-06-26 06:55:38 +00:00
cgd
1c0be437b1
define __BDEVSW_DUMP_OLD_TYPE for ports where it's true. clean up
...
some m68k ports inclusion of common header.
1995-06-26 05:13:37 +00:00
chopps
81d3868e70
missed one fdopen
1995-06-26 02:34:01 +00:00
chopps
76a5f59729
setup pcb in cpu_fork.
1995-06-26 01:52:53 +00:00
chopps
4230801c92
be sure of product from Ezra Story <ezy@panix.com>
1995-06-26 01:49:05 +00:00
chopps
2937872ca5
typo fix from Daniel Widenfalk <t94dwi@student.tdb.uu.se>
1995-06-26 01:42:08 +00:00
chopps
d6e4fd6e10
fix for sprite problem from Kenneth Dyke <kcd@babylon5.jumpgate.com>
1995-06-26 01:39:55 +00:00
christos
7f0e620523
Makefile.`arch`: - Add -lcompat
...
- Change clean: target to be a double dep one,
so libraries can use the clean target too
- Add genassym to the clean targets
1995-06-24 20:41:28 +00:00
cgd
d4f62dcb69
update from Ignatios Souvatzis
1995-06-07 00:13:52 +00:00
jtc
f90f8d10aa
Removing -DKERNEL, transition to _KERNEL has been completed
1995-05-16 22:24:17 +00:00
chopps
0282985f87
PS_STRINGS in A2. Add fputype, remove cpuspeed. switch to new coredump
1995-05-16 20:59:07 +00:00
chopps
d25d16dd79
fix ITEIOC[GS]BELL and ITEIOCGREPT cases in iteioctl()
1995-05-14 14:26:00 +00:00
chopps
d2d8deb3bb
make recent cpu_fork() changes more similar with hp300.
1995-05-13 05:57:25 +00:00
chopps
51731ce367
fix dumpmem
1995-05-13 05:17:56 +00:00
chopps
0cb62c1cb4
added flsc and bzsc.
1995-05-12 13:09:17 +00:00
chopps
21d667c8ab
scsi drivers for fastlane and blizzard controllers that use the
...
Emulex FAS216 chip. from Daniel Widenfalk <t94dwi@student.tdb.uu.se>
1995-05-12 12:59:05 +00:00
chopps
c7b33abd2d
enable swapping of process
1995-05-12 00:21:54 +00:00
chopps
a15205fdbf
use stdframe from m68k/include/frame.h
1995-05-12 00:18:09 +00:00
chopps
35785d310e
remove double mapping of kernel stack. created cpu_set_kpc()
1995-05-11 23:04:18 +00:00
chopps
b6e35ee17f
fix len bug from Jason Thorpe <thorpej@nas.nasa.gov>
1995-05-11 22:55:12 +00:00
jtc
8aa6c376b6
KERNEL -> _KERNEL
1995-05-11 16:52:54 +00:00
chopps
79d6c6505e
fix a few thinkos
1995-05-08 02:52:21 +00:00
chopps
6a9186c322
may now work for asdg boards.. offsets obtained months ago but untestable here
1995-05-08 02:40:51 +00:00
chopps
e84ef6b4af
rm unused local vars
1995-05-07 16:54:51 +00:00
chopps
2ca98c3cb6
enable pseudo-dma on ivsc, allow no ite/grfcc.
1995-05-07 15:37:02 +00:00
cgd
8703076975
define BROKEN_SWAP and/or cpu_swapout as appropriate.
1995-05-05 03:41:51 +00:00
cgd
0e59975fac
rename files files for new config/config.old naming
1995-04-28 08:19:12 +00:00
christos
843a2a3539
Use new files.sunos
1995-04-27 12:08:54 +00:00
chopps
df9af2897a
bring up-to-date with recent conf.c and sunos changes.
1995-04-23 18:24:21 +00:00
chopps
35bb9b1ffd
new grfcl driver submitted by Ezra Story <ezy@panix.com>
1995-04-23 16:20:43 +00:00
christos
1d807c1a1d
move sunos_compat.c to m68k
1995-04-22 23:36:56 +00:00
christos
ac9454c2e1
remove sunos_machdep.c
1995-04-22 23:36:10 +00:00
christos
c5f01c2a4c
Fixed comparison in SYS__syscall to be against sysent instead of
...
p->p_emul->e_sysent [Thanks Charles for pointing this out].
I think that this code needs to be fixed anyway for emulations where
SYS_syscall is not the same number as the NetBSD one (0)... (Only the
alpha port so far?)
1995-04-22 20:49:06 +00:00
christos
de42a28a1b
- added sunos_machdep.c for sun3, atari, amiga and mac68k.
...
- changed machdep.c and trap.c to use struct emul.
- remove ep_setup references.
- added struct emul to all emulations.
1995-04-22 20:24:40 +00:00
chopps
77c35a2e3b
allow boot from cdrom. from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1995-04-19 13:02:57 +00:00
chopps
3e80dca508
unomunt file systems when rebooting from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1995-04-19 12:54:32 +00:00
chopps
78ec8e7701
terminate comment fixes pr#969
1995-04-17 11:50:36 +00:00
jtc
4d37095e31
Fix typo: ieefp.h -> ieeefp.h.
1995-04-16 16:47:03 +00:00
chopps
c9431dc99d
new driver from charles.
1995-04-16 15:16:07 +00:00
cgd
edc749be89
cleanup; mostly KNF.
1995-04-15 10:35:24 +00:00
chopps
51a977efdc
update doomed driver (i.e. its going to be replace soon)
1995-04-14 17:34:08 +00:00
chopps
4aa99e7423
bring up-to-date with recent chages (arpwhohas->arp_ifinit
...
and int xx_start->void xx_start)
1995-04-14 17:29:50 +00:00
chopps
ed0da4a701
couple small changes plus a new watchdog timer from Ignatios Souvatzis <is@beverly.rhein.de>
1995-04-14 16:57:19 +00:00
chopps
1ee73a604e
couple small changes from Michael.
1995-04-13 11:59:21 +00:00
chopps
2136533c3a
make things work with newest conf.c changes
1995-04-13 11:52:43 +00:00
chopps
a04aa1397a
fix up some changes
1995-04-11 18:51:55 +00:00
mellon
df78dbb096
Reference cninit.c as well as cons.c
1995-04-11 09:52:11 +00:00
mycroft
2b13a30bb8
Sync with the rest of the world. Define BSR_BANK[0-3] constants and use them.
...
Various other cleanup.
1995-04-11 05:58:58 +00:00
mycroft
893d53414a
Sync with the rest of the world. Various additional cleanup.
1995-04-11 05:46:53 +00:00
mycroft
e25c1817cf
kernel_pmap --> pmap_kernel()
1995-04-10 13:08:28 +00:00