Commit Graph

112683 Commits

Author SHA1 Message Date
thorpej f4ca0d67fe Include <sys/disk.h>. 2003-05-12 14:48:12 +00:00
he af0f8cc629 Include <sys/disk.h> to get "struct disk" defined.
Approved by thorpej
2003-05-12 14:46:13 +00:00
dsl 18e1c04d74 Don't override PROG from subdir Makefile
Install into /usr/mdec
2003-05-12 14:35:54 +00:00
dsl 5ba5335a38 Install into /usr/mdec 2003-05-12 14:34:55 +00:00
dsl 0e9fdbb612 Remove some unused defines 2003-05-12 14:33:49 +00:00
yamt 38312b0116 fix "Frame really belongs to next callpc" case. 2003-05-12 13:38:49 +00:00
yamt dc45c698c2 use 'pr' supplied by the caller instead of printf. 2003-05-12 13:16:11 +00:00
kleink 72f28776f1 libc.so.12.98. 2003-05-12 12:39:43 +00:00
kleink 36d937f5d8 Bump to libc.so.12.98, due to addition of {h,n}to{n,h}{l,s}() on PowerPC. 2003-05-12 12:38:31 +00:00
joda c2f624f5b2 it's "pentium m" not "pentium-m" 2003-05-12 11:01:17 +00:00
jandberg 324530b69e Readd the call to preempt().
It was put to its current place in 1.85.8.2 and accidentally
removed in 1.85.8.3.
2003-05-12 09:35:01 +00:00
kleink 426643832d Build {h,n}to{n,h}{l,s}() into object code; addresses PR port-macppc/21541
from Tsuyoshi MOMOSE.
2003-05-12 09:32:10 +00:00
bsh ac7984d2fd add an arg to s3c2800_intr_establish() for interrupt type. 2003-05-12 07:49:10 +00:00
bsh a99b5e08a5 + add an arg to s3c2800_intr_establish() for interrupt type:
IST_EDGE_{FALLING,RISING,BOTH}, or IST_LEVEL_{LOW,HIGH}. This
  argument is valid only for GPIO interrupts (IRQ0..7).

+ Don't clear interrupt pending bits for IIC in interrupt handler.
  Since clearing these bits starts next IIC transmission immediately,
  IIC driver should handle these.
2003-05-12 07:48:37 +00:00
tshiozak f664dc53f3 zero-clear the file structures, to fixate paddings.
this change solves the illness pointed out by Nino Dehne in tech-userlevel
list.
2003-05-12 06:05:52 +00:00
bsh fda719999a add PLLCON register definitions. 2003-05-12 05:22:31 +00:00
shin 4b05a1fb69 we need <sys/disk.h> for struct disk. 2003-05-12 05:01:57 +00:00
lukem e3fa32ff73 * Display default DESTDIR & RELEASEDIR. (Well, they're actually in
the .OBJDIR of the top of the source tree, but expressing that in 1
  line or less starts to get complicated).   Requested by Hubert.
* When using a -el or -eb MACHINE "shortcut", use that original value
  as the MACHINE for the default makewrapper filename.  Requested by Simon.
2003-05-12 03:01:16 +00:00
lukem 8bced05906 * Add support for MACHINEs: evbmips-eb evbmips-el sbmips-eb sbmips-el
which sets the appropriate MACHINE_ARCH and rewrites MACHINE to lose
  the -e[bl] suffix.
* Don't default to a MACHINE_ARCH for evbmips or sbmips.

Per discussion wth Simon Burge.
2003-05-12 02:33:17 +00:00
fvdl f0e810d923 Always use 32bit-wide header pointers for an RSDT (ACPI 1.0). The comment
in the code talks about "machine-dependent length", but my copy of
the spec clearly says "an array of 32-bit physical addresses".
2003-05-12 00:19:17 +00:00
atatat 7a309d7e64 make this compile again. 2003-05-12 00:19:00 +00:00
wiz 7efd6f839d openssl-0.9.7b out. 2003-05-11 22:15:34 +00:00
fvdl d75682ade1 include <machine/mpacpi.h> 2003-05-11 21:54:49 +00:00
fvdl 908e4bef54 Remove machine/cputypes include. 2003-05-11 21:51:32 +00:00
fvdl 83e3d0cccf Add commented out acpi. 2003-05-11 21:41:00 +00:00
fvdl 07ad7b2791 Empty sleep stub function. 2003-05-11 21:39:41 +00:00
fvdl 59f5ef76ed ACPI support. Wakeup code still to be done. 2003-05-11 21:39:00 +00:00
fvdl 26f04d0979 Avoid a strict-alias warning. 2003-05-11 21:21:16 +00:00
fvdl 3d7030e668 Avoid some strict-alias warnings. 2003-05-11 21:20:23 +00:00
fvdl 19bd661dcc Add a new include file with some ACPI MD macros, to move i386 specific
stuff out of acnetbsd.h
2003-05-11 21:05:19 +00:00
christos 2f0d746849 make this compile again. 2003-05-11 20:56:51 +00:00
kleink a6eebba1f8 Rather than printing the definition of struct sigaction literally,
change the description to name its members.  This has the effect
of discouraging (non-portable) structure assignments of struct
sigaction, as well as making life easier when sa_sigaction is added.
2003-05-11 19:22:18 +00:00
ragge 2e0be56318 Remove kvm_mkdb. 2003-05-11 19:19:07 +00:00
fvdl c99f4a15ba s/UINT32/ACPI_SIZE/ to match function prototypes. 2003-05-11 19:08:37 +00:00
ragge 438bab829d Remove kvm_mkdb. 2003-05-11 19:02:45 +00:00
ragge 32fe059588 Obsolete kvm_mkdb itself. 2003-05-11 19:01:27 +00:00
ragge 11229b5806 Obsolete kvm_mkdb.[08] 2003-05-11 19:00:06 +00:00
fvdl beed0b1c91 Fix format / number of argument mismatch for a printf. 2003-05-11 18:52:39 +00:00
fvdl 28644fa06f Make this include file shareable (moved here from sys/arch/i386/include) 2003-05-11 18:48:13 +00:00
fvdl 7579aadd9b Redirect to x86/ 2003-05-11 18:46:59 +00:00
fvdl 2e91dc8e00 Update for acpi file move to sys/arch/x86/x86. 2003-05-11 18:24:12 +00:00
fvdl fc926e2c62 Moved to sys/arch/x86/x86 2003-05-11 18:23:17 +00:00
fvdl a03460e886 Moved here from sys/arch/i386/i386 2003-05-11 18:21:16 +00:00
fvdl def0e7acaa Moved here from sys/arch/i386/include. 2003-05-11 18:20:38 +00:00
fvdl a800a2a6d2 This file was moved to sys/arch/x86/x86 2003-05-11 18:19:18 +00:00
ragge 855df1740e Don't build kvm_mkdb anymore. 2003-05-11 18:19:09 +00:00
fvdl f946c62f8e Redirect to x86/. 2003-05-11 18:18:08 +00:00
ragge 91b1808f8e Remove kvm_mkdb, it's not used anymore. 2003-05-11 18:17:30 +00:00
ragge 7eef3e7815 This ksyms man page should describe the current interface. 2003-05-11 18:09:49 +00:00
kleink 88841ddec8 As prompted by Thomas Klausner, add a sentence on sigset_t and sigsetops()
to the introduction.
2003-05-11 18:04:42 +00:00