mycroft
b9e3ed1f0a
Allow read-write descending memory segments (not that anybody ever uses
...
descending segments).
2001-01-16 01:50:36 +00:00
marcus
2e39f7eacf
Added keymap for European keyboards.
2001-01-16 00:56:29 +00:00
marcus
bc9ea0aebd
Dreamcast uses a different realtime clock than the builtin RTC.
2001-01-16 00:34:44 +00:00
marcus
322c255ab3
WSCONS console added.
2001-01-16 00:33:50 +00:00
marcus
839caf1064
PowerVR display driver.
2001-01-16 00:33:20 +00:00
marcus
ecb24087d2
Maple bus keyboard driver.
2001-01-16 00:33:01 +00:00
marcus
ee6259c508
Maple bus driver.
2001-01-16 00:32:42 +00:00
bjh21
f575270d81
Switch over to using the arm32 sigcontext structure.
...
Yes, this causes binary incompatibility. Yes, it's Evil, Bad and Wrong.
Nonetheless, I think it's probably the least unpleasant way to get close to
binary compatibility with NetBSD/arm32, and a very much doubt there are any
arm26 binaries out there that depend on the old shape of struct sigcontext.
2001-01-16 00:29:45 +00:00
thorpej
058f408c59
Regen.
2001-01-15 23:29:28 +00:00
thorpej
a1df526434
Add the 66MHz version of the Symbios 53c1010.
2001-01-15 23:29:04 +00:00
perry
674a20f8fb
powerhook fixes, from thorpej, tested by me. Thinkpad T20 sound now perfect.
2001-01-15 23:25:39 +00:00
perry
3bb7b7df87
Fixes from OpenBSD via chopps. Audio now works on my Thinkpad T20
...
provided I don't suspend the thing...
2001-01-15 22:28:20 +00:00
thorpej
009d2d725c
Grok __HAVE_MINIMAL_EMUL and __HAVE_SYSCALL_INTERN.
2001-01-15 21:33:52 +00:00
fvdl
a8d16ea901
Move decl out of __HAVE_OLD_DISKLABEL
2001-01-15 21:29:30 +00:00
fvdl
4d7a6c1fda
Move declaration out of __HAVE_OLD_DISKLABEL ifdef.
2001-01-15 21:27:21 +00:00
tshiozak
2ed1e48455
List two USB MIDI I/Fs; YAMAHA UX256 and Roland UM-1.
...
These devices, however, aren't conforming to USB-MIDI class spec.
BTW, here is very experimental version of the driver for these devices:
http://www.imou.to/~AoiMoe/UNIX-at-Random/garbage/umidi-2001-01-15.diff.gz
2001-01-15 20:26:46 +00:00
thorpej
d74e432ed3
Make softclock a generic soft interrupt of the API is available,
...
adding the requisite void * argument to softclock().
2001-01-15 20:19:50 +00:00
eeh
d04bab724e
Implement some seblence of bus_dmamap_mbuf() and bus_dmamap_uio().
2001-01-15 19:27:07 +00:00
oki
880b841888
Add support to mmap .bss section.
...
Use vmcmd_map_pagedvn if possible.
2001-01-15 17:05:32 +00:00
thorpej
569e9a31e2
For SLIP/STRIP/PPP, use generic soft interrupts, if available.
2001-01-15 16:33:30 +00:00
sato
c1821150bb
change MINYEAR to 2001.
2001-01-15 15:36:38 +00:00
martin
89e8f275be
Don't peek at part of a structure via fuword. Does not work well on
...
64bit architectures. XXX - have to check other changes in the I4B
distribution, this had been fixed there a long time ago.
2001-01-15 13:40:35 +00:00
nisimura
9b47b68152
abandon an attempt to have 8bpp textop and 32bpp textop parallelly.
...
Pursuade a unified logic effective for both depths.
2001-01-15 09:45:30 +00:00
nisimura
452e3d1a2f
fix a typo and rearrange a comment about SFB register aliasing effect.
2001-01-15 09:41:57 +00:00
nisimura
3a6d3e0771
use ri_devcmap[] values directly, instead of calling rasops_unpack_attr().
...
-
2001-01-15 09:37:42 +00:00
itohy
f3590c636b
Make it compile with "options DIAGNOSTIC" (patch from minoura).
2001-01-15 07:04:41 +00:00
augustss
845a2d5b53
Fix comment typo.
2001-01-15 03:52:03 +00:00
thorpej
45de366b2e
Rename __GENERIC_SOFT_INTERRUPTS to __HAVE_GENERIC_SOFT_INTERRUPTS,
...
and place the definition in <machine/types.h>. This can now be used
as a flag to indicate whether or not <machine/intr.h> can be included
to get the generic soft interrupt API.
2001-01-14 23:50:28 +00:00
thorpej
61473e63f9
Define __HAVE_AST_PERPROC.
2001-01-14 22:32:57 +00:00
thorpej
7200d34a76
Whenever ps_sigcheck is set to true, signotify() the process, and
...
wrap this all up in a CHECKSIGS() macro. Also, in psignal1(),
signotify() SRUN and SIDL processes if __HAVE_AST_PERPROC is defined.
Per discussion w/ mycroft.
2001-01-14 22:31:58 +00:00
thorpej
4d81dcf9c1
splimp() -> splvm()
2001-01-14 21:28:16 +00:00
thorpej
da57125f23
Now that we won't lose signotify()'s while we're asleep, go ahead
...
and to signal processing in ast() again.
2001-01-14 21:22:56 +00:00
thorpej
53d2115d66
Make the astpending flag per-process.
2001-01-14 21:18:39 +00:00
thorpej
372338915a
Use splnet() to block network interrupts, not splimp().
2001-01-14 17:37:41 +00:00
thorpej
ad669fbaf1
Allocate space for mapping DMA-safe memory from kernel_map.
2001-01-14 17:36:33 +00:00
thorpej
dc9a8ec9dd
Use splnet() to block network interrupts, not splimp().
2001-01-14 17:33:48 +00:00
martin
a261276f16
The i4b raw b-channel devices actually do have an ioctl routine,
...
so better add this to the cdevsw entry.
Noted by Bruno Achauer.
2001-01-14 11:17:28 +00:00
martin
6695531e85
Fix format warnings to make it compile again.
2001-01-14 09:43:33 +00:00
ichiro
bf4e834543
ELSA XI-300 WaveLanCard (PRISM2) work.
...
OEM. ADLINK 330C
http://www.adtec.co.jp/CGI/parts/parts_detail.cgi?product_id=ADLINK330C
2001-01-14 06:54:01 +00:00
christos
1e3e288bb5
protect against multiple inclusion.
2001-01-14 06:29:27 +00:00
thorpej
6f0dfa5049
splimp() -> splvm()
2001-01-14 03:32:20 +00:00
thorpej
a3ec356d52
splimp() -> splvm()
2001-01-14 03:22:04 +00:00
thorpej
f4395a4eae
splimp() -> splvm()
2001-01-14 02:10:01 +00:00
thorpej
a624c70966
Use splvm(), not the home-grown splmem().
2001-01-14 02:08:35 +00:00
thorpej
20f5aecd16
splimp() -> splvm() (mbufs are "memory allocation")
2001-01-14 02:07:22 +00:00
thorpej
b5104c1ca5
Change some low-hanging splimp() calls to splvm().
2001-01-14 02:06:21 +00:00
thorpej
979919ee0f
splpmap() -> splvm()
2001-01-14 02:03:48 +00:00
thorpej
d85a75f583
Make sure everybody has an splvm() and equate it with splimp() (splimp()
...
is the historical name for this interrupt level, and the historical name
is going to go away in the near future).
2001-01-14 02:00:37 +00:00
thorpej
fd0ca62926
Put signal posting back in userret() for now; for it to work
...
properly, we need to make astpending a per-process variable.
Pointed out by mycroft.
2001-01-14 00:39:48 +00:00
thorpej
2574f338e1
Remove a couple of now-unsed variables (args that are now no longer
...
passed to userret()).
2001-01-14 00:35:53 +00:00