summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2003-12-11Oops, forgot to commit this chunk of pcb_t removal. Spotted by deraadt.Miod Vallat
2003-12-11remove @ that i do not likeTheo de Raadt
2003-12-10for unaligned btlb mapping attempts -- just failMichael Shalayeff
2003-12-09on pci systems bootdevice is specified by the hpa onlyMichael Shalayeff
and thus just scan the bars for the matching hpa for each pci device
2003-12-09allow for user pci confMichael Shalayeff
2003-12-08Correct what seems to be a typo: __builtin_va_alist vs __builtin_va_listPeter Valchev
in va_dcl declaration. Fixes lots of varargs-using ports OK mickey
2003-12-04TyposMiod Vallat
2003-12-04creator needs wsemul_sun attribute.Miod Vallat
2003-12-01when allocating kpdes -- allocate no less than fourMichael Shalayeff
2003-12-01same leds on b132 and b160; from Hans-Joerg.Hoexer@yerbouti.franken.deMichael Shalayeff
2003-11-27gcc3 wants "m" operands to be lvalues.Marc Espie
okay toby, mickey.
2003-11-27Bad #undef, spotted by gcc3.Marc Espie
okay toby, mickey.
2003-11-27This var is volatile. gcc3 complains if the CV qualifiers don't match.Marc Espie
ok toby, mickey
2003-11-26after some discussion with nick@, note that `hd*' syntax makes moreJason McIntyre
sense when specifying a boot device than does `wd*' or `sd*', and replace examples with it; in line with what nick has already done to the faq; ok nick@ mickey@ weingart@
2003-11-26The geodesc works great for SC1201 as well. ok markus@Kevin Lo
2003-11-25Allow mvmeppc to compile again. not a supported arch.Dale Rahn
2003-11-24experimental support for HVT as a 2nd level tlbMichael Shalayeff
2003-11-24-fno-builtin. okay dale `mvmeppc doesn't exist' rahn.Marc Espie
2003-11-24-fno-builtin, checked by millert@Marc Espie
2003-11-24have to apm_set_ver() before the values calculated get used; from ↵Michael Shalayeff
nedko@users.sourceforge.net
2003-11-23-fno-builtin* checked by brad@Marc Espie
2003-11-22Unbreak compiling with DEBUG.Alexander Yurchenko
Diff from mickey@, ok weingart@
2003-11-21+ -fno-builtin-* on architectures confirmed to work.Marc Espie
2003-11-20Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa.Marc Espie
No confirmed report of `this work' for other arches yet...
2003-11-18Remove the duplicated code in ssh_checkintr() - checked against mvme68k.Miod Vallat
2003-11-18In ssh_checkintr(), better check pointers for NULL before theyMiod Vallat
are dereferenced. XXX Looks like there are duplicated sections in this function. This driver needs a huge cleanup anyway...
2003-11-18remove useless debug print.Dale Rahn
2003-11-18DDB_SAFE_CONSOLE should not be specified in GENERIC kernel except for testing.Dale Rahn
2003-11-17Be sure to not use the cpuid instruction on processors which do not support it;Miod Vallat
repairs 80386 support. Spotted and tested nick@
2003-11-17Be sure to pmap_deactivate() pmaps when processes exit or are scheduled out.Miod Vallat
2003-11-17Sync cpu_swapout() comments with reality.Miod Vallat
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
of gcc extensions have more of a chance. ok mcbride@, no objections from millert@, deraadt@
2003-11-15recognize AMD Opteron, Athlon64 and Athlon64FX as 686-class CPUHenning Brauer
diff from Chris Timmons <ChrisT@computar.ca> and jaimie@camerarepair.com with minor adjustments by me ok millert@
2003-11-15diff from andreas@:Henning Brauer
use the cpuid instruction for processor identification where available. tested by grange@, tedu@ and me
2003-11-14Enable pci address fixup, include a workaround for the fact thatDale Rahn
the ISA space address shows up in the PCI address space register, and that ISA space is outside of the PCI address range.
2003-11-14Allow bootloader to parse RDB labeled disks, it is now possible toDale Rahn
boot OpenBSD from a shared MorphOS/OpenBSD/... disk. Documentation and updated install script to come.
2003-11-14More obsolete code/define removal.Dale Rahn
2003-11-14Remove very old, defunct defines.Dale Rahn
2003-11-14the the; rohee@Miod Vallat
2003-11-14Bring in *disksubr.c for proper compilation.Miod Vallat
2003-11-14correct detects Transmeta cpu.Kevin Lo
ok mickey@
2003-11-14Breath life back into AmigaDOS filesystem once again. It is used on pegasos.Dale Rahn
2003-11-13Add support for RDB partitioned disks. Not bootable yet.Dale Rahn
This also reorganizes the code into <fs>disksubr.c done to prevent copyright pollution and possibly allow for additional reuseable code.
2003-11-13More leftovers after uvm_useracc() removal; from NetBSD.Miod Vallat
2003-11-12Be sure to cast the wsdisplay accessops cookie into the adequate structure;Miod Vallat
prevents wsconscfg from panic'ing the system. Reported by ``kluxis''.
2003-11-10Get rid of the "struct pte" bitfield, and use straight integers.Miod Vallat
Makes the code slightly more readble, removes casts, and makes some specific constants defined for the bitfields disappear in pmap.c... No functional change.
2003-11-09Typos; Jonathan GrayMiod Vallat
2003-11-08Inline invalidate_pte().Miod Vallat
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-11-08Save the current floatingpoint state in the pcb.Miod Vallat