pk
0b59ea6fbd
Replace a couple of (*foo_p)()'s with direct calls. All instances occurred
...
within in functions that were already mmu-arch specific.
Some formatting nits.
1996-05-16 19:19:33 +00:00
mark
525cc1eebc
Fixed the printing of the podule description from the chunk directory
...
for unrecognised podules.
1996-05-16 19:05:35 +00:00
thorpej
a9bd225c1c
Remove duplicate definitions of the "le" device .. "oops"
1996-05-16 19:00:06 +00:00
mark
0d476cb7d0
bus memory and I/O space access functions/macros, to be used by
...
machine-independent code for more sane access to bus resources.
Defines:
bus_{io,mem}_{map,unmap}
bus_{io,mem}_{read,write}_{1,2,4,8}
bus_io_{read,write}_multi_{1,2,4,8}
functions, and several types to go with them.
Note: The bus_io_*_8 functions are not supported.
1996-05-16 18:08:40 +00:00
chuck
7e8ebd0628
add code so that we can generate a valid disklabel without help from
...
wrtvid.
1996-05-16 17:59:57 +00:00
chuck
0f68df580b
import Theo's prom.h from OpenBSD. includes my recent changes.
1996-05-16 17:55:54 +00:00
chuck
6c21c38077
add some comments to explain what is going on here
...
also add enough info to enable the kernel to create
a valid disklabel without help from wrtvid.
1996-05-16 17:52:51 +00:00
is
d0bd068b17
cleanup comment.
1996-05-16 17:52:22 +00:00
is
ee807dac4c
Correct a -Wall correction.
1996-05-16 17:50:25 +00:00
mark
f38ec079c3
Removed definitions of mouse buttons. These should be obtained from
...
iomd.h and do not need to be duplicated here.
1996-05-16 17:45:10 +00:00
is
eced298a2b
- tell new version of assembler to still accept 851/030 opcodes when compiling
...
with -m68060
- add -Wall -Wstrict-prototypes
1996-05-16 17:07:08 +00:00
is
d3ad3efef5
3 more constants for 68060 access error trap stack frames.
1996-05-16 16:51:30 +00:00
is
9546c59d96
Only declare setconf() #ifdef GENERIC.
1996-05-16 16:10:11 +00:00
oki
a104ff9340
spl0 prototype.
1996-05-16 16:03:35 +00:00
is
d5793c310d
add DCIA prototype.
1996-05-16 16:02:15 +00:00
thorpej
7356f2c747
Fix think-o in the code that deals with multiple field names passed
...
on the command line.
1996-05-16 16:00:55 +00:00
oki
347edbdf91
fixed gcc -Wall warning.
1996-05-16 15:57:32 +00:00
abrown
4bbf23d04c
Copyright police (s/Harvard University/Harvard College/).
1996-05-16 15:56:54 +00:00
oki
c9d31dfe60
Oops, ${MACHINE} == "x68k" , not ${MACHINE_ARCH} == "x68k"
1996-05-16 15:55:38 +00:00
is
5b2b46b306
Fix for unused var warnings in compiler problem workaround.
1996-05-16 15:53:02 +00:00
is
3b8b982891
Naive translation of text to assembler had caused some assembler syntax
...
errors. Fixed them. Thanks to Bernd Ernesti for the early report.
1996-05-16 15:37:49 +00:00
abrown
fe454d89f3
Implement a hack to give pmap a better chance of working on SS10's with
...
no external L2 cache.
XXX this is ugly and will go away when cpu_softc gets done for the 1.3 release
Also, copyright police (s/Harvard University/Harvard College/).
1996-05-16 14:30:54 +00:00
thorpej
37b8aea219
Use getmaxpartitions() from libutil, not a homegrown version.
1996-05-16 07:13:01 +00:00
thorpej
8a5bb3e806
Use getmaxpartitions() and getrawpartition() from libutil, not homegrown
...
versions.
1996-05-16 07:11:17 +00:00
mycroft
0cb9c8e106
Regen.
1996-05-16 07:07:57 +00:00
mycroft
19f4141a4e
Add another ID for BusLogic cards.
1996-05-16 07:04:58 +00:00
thorpej
7795b4110f
Add two functions to libutil:
...
- getmaxpartitions: get the value of MAXPARTITIONS for the
currently running system
- getrawpartition: get the value of RAW_PART for the
currently running system
These functions are necessary since the value of MAXPARTITIONS might
be different across platforms which are binary compatible (e.g. amiga
and sun3).
1996-05-16 07:03:28 +00:00
thorpej
3ae4857c04
Prototypes for getmaxpartitions(3) and getrawpartition(3).
1996-05-16 07:00:22 +00:00
mycroft
2001bba8c5
Fix bogus argument to bus_io_unmap().
1996-05-16 06:39:34 +00:00
mycroft
f952cd37cd
Slight redux of EISA crap.
1996-05-16 06:30:22 +00:00
mycroft
1474c6f3a3
Replace STAILQ with SIMPLEQ.
1996-05-16 05:22:28 +00:00
mycroft
f636c54f70
Replace STAILQ with SIMPLEQ.
1996-05-16 05:20:23 +00:00
mycroft
0a21bae649
Add a SIMPLEQ type, cloned from TAILQ, but with only a single pointer in each element.
1996-05-16 05:17:14 +00:00
mycroft
e03577c2a4
Slight adjustments for new version of ahc driver.
1996-05-16 04:00:58 +00:00
mycroft
117bb8ae8b
New version, with changes from Justin Gibbs and Noriyuki Soda.
1996-05-16 03:59:03 +00:00
mycroft
19b0b9502f
New version, with changes from Justin Gibbs and Noriyuki Soda.
1996-05-16 03:44:13 +00:00
thorpej
81ba0732e0
Document the "flags" for the si and sw controllers. While I'm here,
...
do some re-arrangement (cleanup), and document which devices exist on
which machines, so that people can be better informed when they trim
down their kernels. There are a LOT of comments in this file now!
1996-05-16 03:13:27 +00:00
thorpej
81b0485bfe
These haven't been kept up to date.
1996-05-15 23:57:50 +00:00
thorpej
5179f14567
This hasn't been kept up to date.
1996-05-15 23:52:44 +00:00
thorpej
31526bc8e8
These haven't been kept up to date...
1996-05-15 23:50:30 +00:00
jtc
01120f4477
Updated to use <util.h>.
...
From Greg Hudson <ghudson@MIT.EDU>.
1996-05-15 23:46:50 +00:00
pk
46d44c05b0
Document environment variables (PR#2415).
...
Also correct spelling and a couple of format macros.
1996-05-15 23:46:00 +00:00
jtc
e54ce8e1bd
Updated to use <util.h>.
...
From Greg Hudson <ghudson@MIT.EDU>.
1996-05-15 23:29:33 +00:00
jtc
a65aba5bdb
Updated to use new password file functions in libutil.
...
From Greg Hudson <ghudson@MIT.EDU>.
1996-05-15 23:19:09 +00:00
phil
0534b81c29
Install includes from libio and enable building and installation of libio and
...
libiostream. Some functions are duplicated in libio, libiostream and
libstdc++. If needed, we can remove duplicated functions later.
(Fixes PR 2390)
1996-05-15 22:56:13 +00:00
jtc
370990b210
Updated to use new password file functions in libutil.
...
From Greg Hudson <ghudson@MIT.EDU>.
1996-05-15 21:50:39 +00:00
jtc
e42a94845a
Minor reorganization of libutil, including the addition of passward
...
locking and editing functions.
From Greg Hudson <ghudson@MIT.EDU>
1996-05-15 21:42:23 +00:00
jtc
2a909cc6a7
Added new header files for functions in libutil.
...
Added macro for master passwd lock file.
From Greg Hudson <ghudson@MIT.EDU>.
1996-05-15 21:36:43 +00:00
is
8fea0bb1e5
fix typo
1996-05-15 21:16:44 +00:00
is
317ba427c1
Now that we imported the 68060 software support package and committed the
...
glue code for it, activate this again.
1996-05-15 21:10:57 +00:00