summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2002-03-28All US keys beside KPEQ and Mode_switch? (enter key on laptops) fixed.Dale Rahn
2002-03-28do not use MID_ZERO! then file(1) does not workTheo de Raadt
2002-03-28use MID_HPPA for core file markingTheo de Raadt
2002-03-28- recheck the PCI BAR's during mmap: XFree86 doesn't like the prom mappingsJason Wright
so rather than deal with it, it remaps things. - turn off access to the rom... this may need rethinking (both accelerated X and dumb framebuffer X work because the offsets will not overlap).
2002-03-28Remove debugging that was forgotten.Dale Rahn
2002-03-28Replace magic values with appropriate constants.Miod Vallat
2002-03-28Doh, I'm on drugs.Miod Vallat
2002-03-28Better fix.Miod Vallat
2002-03-28be more careful about breaking the RAMDISK guysTheo de Raadt
2002-03-27Indicate which keys translations are missing.Dale Rahn
2002-03-27add WSDISPLAY_COMPAT_RAWKBD support for macppc, not complete yet, Fx keysDale Rahn
are missing in translation table. Not enabled yet.
2002-03-27must be at least 7 insns between rsm/ssm; minot cleanups and debugging printfsMichael Shalayeff
2002-03-27tsk tsk tsk, compile it first.Dale Rahn
2002-03-27Don't use magic constants to the loop over the BAR, also, include theJason Wright
politically correct check for whether this is an io or mem mapping space.
2002-03-27Need APERTURE so we can read/write pci configuration with securelevel > 0Jason Wright
2002-03-27knf (case labels align with switch)Jason Wright
2002-03-27Avoid using bus_space_map2() on the rom (was too lazy to deal with endian =),Jason Wright
instead use bus_space_map() and bus_space_read_1() to gaurantee correct endian; speed isn't an issue here (well, as long as some joker doesn't ship a 16MB vga rom...)
2002-03-27Make a shadow copy of the bios rom (if available) and make it available via mmapJason Wright
Also, don't hardcode the length of the pixel memory in vgafb_mmap(), use the size provided by pci_mem_find.
2002-03-27bus_space_mmap wants the paddr not the handleJason Wright
2002-03-26Permit compiling with DEBUG; Joey Coleman <joeycoleman@acm.org>Jason Wright
2002-03-26iop can to onto thisTheo de Raadt
2002-03-26Only allow valid device PAs to be mmapped.Dale Rahn
2002-03-26On the wdc_obio controller if one device is UDMA capable and one is not,Dale Rahn
downgrade the UDMA device to DMA. Works around a problem with old combo drives on some Apple machines.
2002-03-26need to mask out the upper part for the fpu version on printMichael Shalayeff
2002-03-26if cannot guess cpu model default to the lowest supported oneMichael Shalayeff
2002-03-26Map all of the io/mem spaces providedJason Wright
2002-03-26Honor psratio for addupc_task(), as other arches do.Miod Vallat
2002-03-25spellingTheo de Raadt
2002-03-25revert the pmap stuff to 0221, so we can bootNiklas Hallqvist
2002-03-25Gremlins always escape when you commit from the bad tree. An extra semicolonMiod Vallat
this time.
2002-03-25I could have sworn I commited this, must have gone localNiklas Hallqvist
and later overwritten at my repos sync, sigh. Do not treat pcb_onfault as a procedure, it is a continuation point, thus necessarily needs to be at ther same stack depth as the region covered by the onfault handler.
2002-03-25dhartmei@ and I have been both running uaudio devices on macppc successfullylebel
for the past few weeks. drahn@ agrees.
2002-03-24This is ridiculous. Put the same dc vs de on the floppy as the kernel. How ↵Theo de Raadt
did you forget about this, Nate?
2002-03-24non-access itlb fault puts the addr in isr:ior, not pcsq:pcoqMichael Shalayeff
2002-03-24handle NS Geode GX1; wd@ics.nara-wu.ac.jpTheo de Raadt
2002-03-23mvme88k varargs cleanup 2/2Miod Vallat
2002-03-23typo repair; openbsd@davidkrause.comTheo de Raadt
2002-03-23Add variables for config(8) -e time tweak of systemV shared memoryMarc Espie
parameters. Ok millert@, miod@, maja@
2002-03-23Repair.Miod Vallat
2002-03-22Attribute table must be allocated 1-1 because it is accessed fromDale Rahn
pte_spill_r(). ok art@
2002-03-22add some phys for dc.Dale Rahn
2002-03-22add dc and hme to ramdisk kernel.Dale Rahn
2002-03-22dc is compatible with dc, go figureJason Wright
2002-03-21Some laptops (such as the Toshiba Libretto L series) use _PIR insteadTodd C. Miller
of the standard $PIR for the signature so for that too. From NetBSD and FreeBSD. mickey@ says commitski
2002-03-21dont forget the break.Dale Rahn
2002-03-21Recognize 7455 processor, distinguish between 7450/7451.Dale Rahn
2002-03-21Remove dead code, ifdef code which should be dead, KNF. Cleanup.Dale Rahn
2002-03-21Be more consistant about pted zeroing (the whole structure)Dale Rahn
Fix missing 'attr' initialization. Zero available memory. Raise available memory limit from 256MB to 1GB. This code has only been tested up to 512MB, but should be fine to 1GB. Ram modules are not avail to the developers to test out the machines up to their 1.5GB physical limit.
2002-03-21pretty dmesgJason Wright
2002-03-21Map up to 1G 1-1 using dbats, this disables dynamically swapped bats for now,Dale Rahn
until the issue with SR invalidation/loading is corrected.