uch
c58b450e06
fix hd64461video_get_clut.
2004-06-04 13:23:34 +00:00
sekiya
f7212a9a5d
Use the SPLAY_* macros. Copied from the i386 pmap, okay'ed by fvdl@
2004-06-04 07:42:33 +00:00
thorpej
e33c2bb5d5
Add the %MAKEOPTIONSAPPEND token at the end of the file, after the
...
common Makefile.kern.inc has been included.
2004-06-04 04:45:49 +00:00
petrov
9b8bcb0518
Add DIAGNOSTIC in iommu_dvmamap_load if pmap_extract fails.
2004-06-03 06:17:05 +00:00
martin
1cb74de1d2
From Peter Eisch: do not try to recover msgbuf on E450s, it fails just
...
like on E250s.
2004-06-02 20:23:35 +00:00
augustss
df613458d1
Use SPC-TAB after the word "options".
2004-06-01 16:29:36 +00:00
mhitch
43e1d0c297
Add AmigaDOS tools for the amiga, which end up in the "installation/misc"
...
directory of the release tree.
2004-06-01 02:25:09 +00:00
matt
3c0ef6aa5f
Fix softnet intr handling (to be like the generic ppc softintr).
2004-06-01 00:49:41 +00:00
tsutsui
f2e7679255
Fix usage of NULL, '\0' and "" again.
2004-05-31 14:04:59 +00:00
sekiya
4ae860025d
Make pmap_collect() a NOP -- due to the way we deal with the four-level pte,
...
invalidating the entire address space results in multi-minute system hangs.
Okay'ed by fvdl@
2004-05-31 13:42:27 +00:00
tsutsui
2f3bdc714c
Handle CAPSLOCK correctly. Fixes port-hp300/4689.
2004-05-31 13:40:04 +00:00
schmonz
5f5633de40
Support userconf(4) ("boot -c"). Reviewed by Bill Studenmund.
2004-05-31 03:22:45 +00:00
christos
5369712097
PR/19925: David Ferlier: Add scrolling support to wscons
2004-05-28 21:44:51 +00:00
tsarna
f53a32e6c9
Refactor tpcalib and hpc* ports to make tpcalib MI, as discussed on tech-kern.
2004-05-28 17:52:06 +00:00
christos
bf3905ed0c
Add ptm device.
2004-05-27 02:57:24 +00:00
abs
eb8a427e28
Adjust the reserved heap space based on memory size. This avoids running out
...
of heap on machines with large amounts of memory. Tested on 33MB RISC OS 4
and 128MB RISC OS 5 machines. Updated version to 3.40.
2004-05-26 23:13:03 +00:00
thorpej
2ecdd552dc
Add the notion of "shadow registers" to the wdc driver. These shadow
...
registers are registers that overlap with others on many controllers, but
which may actually be distinct on some controllers. Right now, the two
shadows are:
- wd_status (usually overlaps wd_command)
- wd_features (usually overlaps wd_error)
Add a new helper function, wdc_init_shadow_regs(), used to initialize
the shadow register handles on controllers where they do actually overlap.
Partially from Jordan Rhody @ Wasabi Systems, Inc.
2004-05-25 20:42:40 +00:00
tsarna
f7fae574cc
add uep driver
2004-05-24 23:50:11 +00:00
yamt
9080a4b746
instead of blindly set IF in MCOUNT_EXIT,
...
save eflags in MCOUNT_ENTER and restore it.
2004-05-24 14:01:10 +00:00
martin
b1998403bc
Back to SIZEOF_HEADERS.
2004-05-24 07:20:26 +00:00
kleink
8b9e7c1154
Change {u,}int_fast{8,16}_t to 32-bit types.
...
Note: While this is technically an ABI change I believe it is a
change that we can afford at this time (and to be pulled up to
2.0, which will be the first release for amd64). The types are
not widely used yet, and a survey of pkgsrc has not shown uses
that would be adversely affected by it.
2004-05-23 22:17:10 +00:00
christos
0b36703edc
put back SIZEOF_HEADERS now that bfd is fixed; you will need to recompile
...
libbfd...
2004-05-23 18:09:44 +00:00
martin
ebfe3ad1ce
Instead of SIZEOF_HEADERS (which ld gets wrong) use 1024 for now.
2004-05-23 16:10:25 +00:00
kochi
39dacd3455
prevent panic for machines without any ACPI MADT table.
2004-05-23 05:57:57 +00:00
martin
aacd0f5586
Use 1024 instead of SIZEOF_HEADERS for now.
2004-05-23 01:15:05 +00:00
christos
d70a6522f9
Use 1024 instead of SIZEOF_HEADERS, so that we can include a note section.
2004-05-22 22:06:54 +00:00
kleink
a8f9b18e52
Bring back {u,}int_fast8_t back to 8 bits, as I had misunderstood Charles.
2004-05-22 14:16:59 +00:00
grant
e26fd850ec
add `scsibus* at umass?' so usb mass storage devices which attach to
...
sd@scsibus can be used out of the box.
whitespace tweak for wd* at umass?
2004-05-22 03:16:26 +00:00
kleink
dd80e25e65
Change {u,}int_fast{8,16}_t to 32-bit types, as the previous minimum-
...
width implementation was a rather poor choice. Per discussion with
Charles Hannum.
Note: While this is technically an ABI change I believe it is a
change that we can afford at this time (and to be pulled up to
2.0). The types are not widely used yet, and a survey of pkgsrc
has not shown uses that would be adversely affected by it.
2004-05-21 22:52:06 +00:00
heas
a60b59cc89
Map the ffb's DAC register space and add support for video "blanking"
...
(aka WSDISPLAYIO_{S,G}VIDEO).
2004-05-21 21:45:04 +00:00
heas
de28b23591
ffb wsdisplay type should be sunffb/SUNFFB
2004-05-21 19:21:31 +00:00
kochi
79431a3d74
Fix panic / bogus PCI bus detection.
2004-05-21 16:22:05 +00:00
kochi
1b9c589055
Clean up variable usage.
2004-05-21 16:20:36 +00:00
kochi
cf6dbb07cc
Make sure we don't use the same bus number for PCI and ISA.
2004-05-21 16:19:25 +00:00
kochi
efd20e5cdf
Back out bogus node check of revision 1.22.
...
This check is not necessary.
2004-05-21 16:17:48 +00:00
kochi
9d0aaa11b9
add some comments, make local variables/functions static and some style fix.
2004-05-21 16:15:03 +00:00
he
cdb8aaf716
Bump ramdisk size from 800k to 900k so the contents fit again.
2004-05-21 15:25:18 +00:00
he
8e58484dd6
Adapt to the statfs -> statvfs changes.
2004-05-21 08:35:00 +00:00
atatat
a1296cdfe4
Whitespace nits
2004-05-21 03:30:40 +00:00
martin
479d5e8fca
We need sigdebug and sigpid not only for COMPAT_16, but also SVR4 and
...
SunOS, so move it to a more generic place and fix the ifdefs.
Fixes PR port-sparc64/25650.
2004-05-20 11:36:43 +00:00
heas
d07b682ed3
add DAC command/value register offsets
2004-05-20 01:50:43 +00:00
petrov
45a1b56bc0
De-_P()fy, remove not MULTIPROCESSOR defines for sparc64_ipi_xxx.
2004-05-20 00:56:12 +00:00
petrov
1f82a4c90e
ifdef protection for sparc64_ipi_ function calls.
2004-05-20 00:52:58 +00:00
abs
3c2fbd8521
Add qsort to libsa (taken from sys/dev/vinum/vinumqsort.c) and use instead of
...
bubblesort in acorn32 bootloader. Reduces time to sort memory on A710 equipped
RiscPC from over twenty seconds to effectively instantaneous.
Update boot version to 3.30
2004-05-19 23:37:41 +00:00
he
7ce138ffc9
Hm, let ipfresend also compile; move <machine/intr.h> include
...
in under the _KERNEL_OPT define.
2004-05-19 23:15:43 +00:00
he
78e8bae64a
Since we are using the spl() functions here, also include <machine/intr.h>.
2004-05-19 22:50:09 +00:00
he
c9a13e2ac5
Include <machine/kbdmap.h> only outside the kernel, as that file
...
isn't present in that location in the source tree.
2004-05-19 08:44:20 +00:00
gavan
34762c053a
Claim maximum available memory during boot32 startup. This removes
...
the need to explicitly set the WIMP slot size before running the bootloader.
Conditional on BOOT_MAXIMISE_MEMORY, so as not to interfere with potential
future uses of libriscos.
Also remove references to increasing WIMP slot size, as this is now
meaningless.
2004-05-18 23:29:30 +00:00
he
09b074c177
Add some mulitple include protection.
...
Include kbdmap.h from iteioctl.h so that kdump compiles, otherwise
the size of struct kbdmap as used in various ioctl defines is unknown.
2004-05-18 20:08:51 +00:00
chs
6e6e8ad7fe
convert pmap_deactivate() from a macro to an inline function
...
so that the kernel builds again.
2004-05-18 15:33:11 +00:00