Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-31 | Reorg the code to be more sane. More coming. | Tobias Weingartner | |
ok brad@ jason@ | |||
2006-05-31 | do not commit debug. | Dale Rahn | |
2006-05-31 | Use same defines as on zaurus, need to verify the correct settings here. | Dale Rahn | |
again, pointed out by miod@ | |||
2006-05-31 | Remove unused cfdriver field, pointed out by miod@ | Dale Rahn | |
2006-05-31 | Preserve ATU translations instead of forcing the values to something. | Dale Rahn | |
Detect device type using some simple checks and use table driven interrupt maps for known devices. IO space appears to not want to be at 0, but at some bus offset (0x90000000) so skew mappings into this io bus base. Thecus N2100 and I/O Data Landisk (HDL-G) are now partially working. | |||
2006-05-31 | correctly perform bus base/physical addr translation. | Dale Rahn | |
2006-05-31 | enable mpi in GENERIC on amd64, i386, and macppc. jason already enabled it | David Gwynne | |
on sparc64 last night. macppc gets it in RAMDISK as well. | |||
2006-05-31 | Use symbolic constants for TLB demapping operations. | Mark Kettenis | |
This fixes a few cases where the hardcoded constant indicated a reserved operation instead of the intended secundary context flush. ok jason@ | |||
2006-05-31 | Enable wdt(4) by default. ok deraadt | Michael Knudsen | |
2006-05-31 | match SUNW,qlc->isp (one step away from root on isp/fibre channel on US3) | Jason Wright | |
2006-05-30 | how about we -correctly- match the schizo. When I get home, I'm going | Jason Wright | |
to make this code cleaner, but I'm bloody tired of typing the root device name | |||
2006-05-30 | Define meaningful values for IPL_ levels, which directly map to the spl | Miod Vallat | |
operation. Will allow a vax implementation of splassert(). | |||
2006-05-30 | Map buffers with pmap_kenter_pa() instead of pmap_enter(). | Miod Vallat | |
2006-05-30 | The aperture that is needed in legacy vga space is even larger for | Matthieu Herrb | |
the mac mini's ATI graphics card. The full 0xa0000-0xfffff range is used here. | |||
2006-05-30 | Sync region detection algorithm with macppc, helps some recent cards, such | Miod Vallat | |
as 3DLabs Permedia and Intergraph Expert3D. Also, if no mmio region is found, attach anyway, this only prevents accelerated X11 from starting. | |||
2006-05-30 | Not necessary here either. | Miod Vallat | |
2006-05-30 | rework the schizo attach to match the upaid and paddr regs | Jason Wright | |
(/pci@8,600000/, 8 == upaid, 600000 == paddr of registers) Also, match the mpi (LSILogic,sas) | |||
2006-05-30 | Remove dead toes. | Miod Vallat | |
2006-05-30 | Several pieces were copied over from previous ports that are unnecessary, | Dale Rahn | |
pointed out by miod@ | |||
2006-05-30 | mpi works on sparc64 (running a U3 booted/rooted from one to commit this). | Jason Wright | |
dlg can fix the distrib/www stuff to doc it. | |||
2006-05-29 | clean userland namespace a bit more; ok miod | Theo de Raadt | |
2006-05-29 | Remove unused NetBSD new-style %b strings. | Miod Vallat | |
2006-05-29 | Convert NetBSD new-style %b strings to old-style. | Miod Vallat | |
2006-05-29 | Regen (although this does not change anything for these keyboards). | Miod Vallat | |
2006-05-29 | Remove dead extern declarations. | Miod Vallat | |
2006-05-29 | while $ is right next to #, it is not a comment character. | Dale Rahn | |
2006-05-29 | Tag. | Dale Rahn | |
2006-05-29 | Tags. | Dale Rahn | |
2006-05-29 | Link armish in to the builds. | Dale Rahn | |
2006-05-29 | Add a new port for ARM based products from a variety of vendors, typically | Dale Rahn | |
using Redboot as a loader and using pci, that have a variety of fairly minor hardware differences between them. | |||
2006-05-29 | Add support for i80321 based systems. | Dale Rahn | |
2006-05-29 | implement reliable microtime on smp (joint work w/ otto): | Michael Shalayeff | |
send a bcast ipi from the cpu0 to all others to timestamp tsc on every clock intr. this way using local tsc provides accurate microtime() measurements. thus gettimeofday test passes now. otto@ deraadt@ ok | |||
2006-05-29 | allow ints for older asp; found on 710 @session; tested on 710, 715/33 ↵ | Michael Shalayeff | |
(miod), 735/125 (graham gower) | |||
2006-05-29 | implement frequency setting for the beep. It also beeps for one second | Jason Wright | |
during boot (this is annoying, I know... I'll hook it up to the keyboard handler later). | |||
2006-05-29 | Enable sdmmc on amd64 too. ok brad@, deraadt@. | Matthieu Herrb | |
2006-05-29 | Add ACPI Thermal zone and Embedded controller devices | Can Erkin Acar | |
commented out. | |||
2006-05-29 | GENERIC | Can Erkin Acar | |
2006-05-29 | fetch the beep clock frequency (we'll need it to compute the audio frequency ↵ | Jason Wright | |
later) | |||
2006-05-28 | placeholder driver for the bbc,beep device. should be straightforward | Jason Wright | |
to fill in later. | |||
2006-05-28 | minor nit, use CPU ID instead of FPU ID for BTLB parameters after passing | Martin Reindl | |
all kludges | |||
2006-05-28 | make sure the IMR values are visible when we drop back into the prom | Jason Wright | |
2006-05-28 | oops, nuke debugging stuff | Jason Wright | |
2006-05-28 | - Implement schizo_intr_map (mainly to | in the agentid). | Jason Wright | |
- get correct IGN for intr_establish all of this is from kettenis and henric, I'm just cleaning it up and committing the easy bits | |||
2006-05-28 | Remove obvious EST table dupe: Pentium M 733 and Pentium M 773 (VID #H), | Dimitry Andric | |
and zap trailing spaces. No functional change. | |||
2006-05-28 | Can't call directly back into the prom if we "exit" at the root | Jason Wright | |
device prompt. We need to call shutdownhooks which will set the sab back into the mode the prom likes (I hate this chip) | |||
2006-05-28 | - if the "upa-portid" property doesn't exist, try "portid" (schizo) | Jason Wright | |
- hack enough of autoconf to get psycho and schizo working with device_register (autoconf appears to work now for schizo machines). | |||
2006-05-28 | sync, enable and move twe(4) out from untested on alpha | Martin Reindl | |
2006-05-28 | Support for standard SD host controllers like the Ricoh 5C822, a small | Uwe Stuehler | |
generic bus layer, and SCSI emulation for SD/MMC memory cards. | |||
2006-05-28 | make the ISR bits visible so we can poll them in cngetc (w/out cnpollc). | Jason Wright | |
I still hate this chip. | |||
2006-05-28 | remove sc_ic member from struct com_softc as it is not used anywhere | Felix Kronlage | |
ok miod@, martin@ |