matt
164da176e8
Add boundary checks to _bus_dma_load...
1998-05-29 15:25:07 +00:00
kleink
3ecb81dc87
Sync the symbol used for multiple inclusion protection with the canonical
...
location of this header.
1998-05-29 13:37:39 +00:00
tsubai
c1da5f908f
Use arch/powerpc/.
1998-05-29 10:32:49 +00:00
agc
67d4dd8792
Delete (duplicate) setting of UVM if the MACHINE_ARCH is "sparc" - this
...
is done earlier in the file, with the other platforms on which it's
standard.
1998-05-29 10:15:17 +00:00
sakamoto
970fffe99b
revert. ofppc->powerpc
1998-05-29 10:04:22 +00:00
sakamoto
7e5b88f619
Revert OpenFirmware files to powerpc directory.
...
OpenFirmware files are used by ofppc/macppc.
1998-05-29 08:38:25 +00:00
lukem
b136b9ec14
add xsrc
1998-05-29 07:23:37 +00:00
matthias
6511ae105e
bugfix from libc.
1998-05-28 22:07:59 +00:00
matthias
f7d0254c4b
Fix all the bugs I introduced with my last fix...
1998-05-28 22:07:22 +00:00
cgd
1ef74e3665
add ${PROG}.1 to CLEANFILES, since it's generated.
1998-05-28 20:52:26 +00:00
augustss
7d31de6a7a
Add info about mixer_level_t which has been missing for all these years.
1998-05-28 17:27:15 +00:00
drochner
0c05b92da1
pull in new PC display headers
1998-05-28 16:59:31 +00:00
drochner
dd457b5369
pull in new PC display headers
...
support "pcdisplay" console device
1998-05-28 16:56:26 +00:00
drochner
cd6bdf270e
Put definitions and subroutines needed for all PC display adapters
...
(MGA/GCA and compatibles) into global headers / source files.
Let the VGA driver use them.
1998-05-28 16:53:18 +00:00
drochner
196bb746eb
Add a graphics device driver for wscons which supports legacy PC display
...
adapters. (minimal functionality - no virtual screens, no colors)
1998-05-28 16:51:50 +00:00
drochner
b84dbbb37c
Put definitions and subroutines needed for all PC display adapters
...
(MGA/GCA and compatibles) into global headers / source files.
Let the VGA driver use them.
1998-05-28 16:48:40 +00:00
chuck
07c8bdc65f
unstatic uvm_page_physload so pmap modules can use it too.
...
as requested by Eduardo E. Horvath
1998-05-28 15:31:31 +00:00
msaitoh
ecf9000778
fix a bug.
1998-05-28 14:56:42 +00:00
simonb
c578a514a2
Remove single ' from comment to keep cross-assemblers happy; fixes PR 5451.
1998-05-28 13:57:12 +00:00
matt
d575ad31d0
Use PCI_REVISION and eliminate some pci_conf_reads
1998-05-28 13:51:09 +00:00
msaitoh
d5977957e6
fix "/bin/login" to '/usr/bin/login"
1998-05-28 13:35:05 +00:00
leo
6a9cf99c36
Moved to usr/share/man/man8/man8.atari.
1998-05-28 12:51:03 +00:00
leo
3846499f91
Manual page move to this subdir...
1998-05-28 12:47:19 +00:00
leo
57508e322c
Add bootpref subdir.
1998-05-28 12:41:54 +00:00
leo
ce735c3455
bootpref(8), set/get bootpreferences by Julian Coleman
1998-05-28 12:39:23 +00:00
leo
f87c18d94e
Fix some errors occuring when compiling with DEBUG. These errors were hinted
...
at by recent hp300/mac68k changes.
1998-05-28 12:16:08 +00:00
lukem
3bd04f6756
add port-ofppc
1998-05-28 10:19:40 +00:00
sakamoto
45439ad32b
Use new PowerPC-generic stuff(sys/arch/powerpc).
1998-05-28 08:44:56 +00:00
sakamoto
c6a40446f5
Keep compile directory.
1998-05-28 08:24:00 +00:00
sakamoto
9c11ca3d51
Rename NetBSD/powerpc to NetBSD/ofppc.
...
New sys/arch/powerpc with PowerPC-generic stuff.
1998-05-28 07:56:42 +00:00
matt
769e4e6e81
Another bug fix (clear transmit done before trying to queue more transmits).
1998-05-28 03:07:49 +00:00
jeremy
52a7423256
Documented how the require and install scripts interact with the installation
...
process more clearly.
1998-05-28 02:30:39 +00:00
cgd
e3c75e1ca8
Clean up slightly, abstract pci_conf_print family's base address register
...
printing into a function, add a bit more pretty-printing of existing stuff.
Implement pretty-printers for type 1 and type 2 headers. (Right now,
these are just quick stabs based on some on-line bridge docs that I have
handy on my laptop. Mmmm, meetings. I'll check the bits when I get
back within reach of my official docs.)
1998-05-28 02:26:00 +00:00
scottr
f2e26f6125
Handle a non-EMP Trackman the same way we handle a non-EMP Mouseman.
...
Patch from John Wittkoski.
1998-05-28 02:11:32 +00:00
matt
5c082547cd
Add fat since it now works.
1998-05-28 00:57:55 +00:00
matt
822c8a12c7
fix botch I made when adding fta.4
1998-05-27 21:09:08 +00:00
matthias
c22871bec0
refresh from libc.
1998-05-27 20:07:48 +00:00
matthias
4c27158c66
Fix a bug in bug in bcopy/memcpy/memmove that would manifest when
...
(dst-src < 4) and (dst < src). Credits for finding and diagnosing
this bug go to Ian Dall.
1998-05-27 20:05:43 +00:00
augustss
98d95c4415
#define a few more useful strings.
1998-05-27 17:21:29 +00:00
drochner
dc8a7077ed
Handle the i386/PMAP_NEW copyout() differently:
...
Don't try to avoid faults when the PTEs are checked. Set pcb_onfault
instead so that trapwrite() is called as if the PTE were RO.
This is faster than explicitely ckecking the PDEs - at least in the
majority of calls where the PT is already present.
Thanks to Stefan Grefen for input and testing.
1998-05-27 15:53:30 +00:00
matt
dd77920e3e
Only enable transmit done interrupts when output ring is full.
1998-05-27 14:01:02 +00:00
msaitoh
4ac829e2c6
eliminate a duplicated -X entry
1998-05-27 13:15:30 +00:00
pk
70262fb287
Properly split boot spec into file name and arguments.
1998-05-27 10:29:10 +00:00
scottr
8c924375e8
Revert 1.44 and associated changes; you can't prebuild anything without
...
includes, which is the case if you are building to an empty $DESTDIR.
Fixes PR 5497.
NOTE: This reverts us to the 1.3 behavior of requiring the secr
set to be installed for non-exportable builds. While unfortunate,
this allows a user to start with existing binary sets, rather than
requiring special knowledge of how to build a domestic tree to
$DESTDIR.
1998-05-27 06:38:37 +00:00
scottr
47391e90cb
Sync with mac68k: correct some errors if building a kernel with DEBUG.
1998-05-27 05:58:40 +00:00
scottr
f976f2297f
In pmap_check_wiring(), be careful to use uvm_map_lookup_entry() if we're
...
using UVM. Notice by Hauke Fath, no PR generated.
1998-05-27 05:47:22 +00:00
thorpej
0979dbf3fd
Add a placeholder file to be used until the Alpha and DECstation ioasic
...
register descriptions can be sanely merged.
1998-05-27 05:30:13 +00:00
thorpej
f4703e1783
We're the only driver that currently needs direct access to ioasic registers.
1998-05-27 04:30:07 +00:00
scottr
92c02d3af3
If DEBUG, make sure to pull in the prototype for cngetc(). Noticed
...
by Hauke Fath, no PR generated.
1998-05-27 04:11:51 +00:00
scottr
d5726c1096
PG_PTPAGE is only useful if !UVM. Noted by Hauke Fath in
...
PR 5462.
1998-05-27 03:58:16 +00:00