summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-05-29Add a new port for ARM based products from a variety of vendors, typicallyDale Rahn
2006-05-29Add support for i80321 based systems.Dale Rahn
2006-05-29implement reliable microtime on smp (joint work w/ otto):Michael Shalayeff
2006-05-29allow ints for older asp; found on 710 @session; tested on 710, 715/33 (miod)...Michael Shalayeff
2006-05-29implement frequency setting for the beep. It also beeps for one secondJason Wright
2006-05-29Enable sdmmc on amd64 too. ok brad@, deraadt@.Matthieu Herrb
2006-05-29Add ACPI Thermal zone and Embedded controller devicesCan Erkin Acar
2006-05-29GENERICCan Erkin Acar
2006-05-29fetch the beep clock frequency (we'll need it to compute the audio frequency ...Jason Wright
2006-05-28placeholder driver for the bbc,beep device. should be straightforwardJason Wright
2006-05-28minor nit, use CPU ID instead of FPU ID for BTLB parameters after passingMartin Reindl
2006-05-28make sure the IMR values are visible when we drop back into the promJason Wright
2006-05-28oops, nuke debugging stuffJason Wright
2006-05-28- Implement schizo_intr_map (mainly to | in the agentid).Jason Wright
2006-05-28Remove obvious EST table dupe: Pentium M 733 and Pentium M 773 (VID #H),Dimitry Andric
2006-05-28Can't call directly back into the prom if we "exit" at the rootJason Wright
2006-05-28- if the "upa-portid" property doesn't exist, try "portid" (schizo)Jason Wright
2006-05-28sync, enable and move twe(4) out from untested on alphaMartin Reindl
2006-05-28Support for standard SD host controllers like the Ricoh 5C822, a smallUwe Stuehler
2006-05-28make the ISR bits visible so we can poll them in cngetc (w/out cnpollc).Jason Wright
2006-05-28remove sc_ic member from struct com_softc as it is not used anywhereFelix Kronlage
2006-05-28do not print "root on ..." twice for the -a case, also cope with systemsTheo de Raadt
2006-05-28Configure network devices at ipl 3, not ipl 1.Miod Vallat
2006-05-28don't hardcode the iova... it uses the same scheme as the sbus machinesJason Wright
2006-05-28formattingJason Wright
2006-05-28intrducing device type DV_SENSOR turned out to be a bad idea as itHenning Brauer
2006-05-28more hotplug fallout: add DV_SENSOR to the device type switchJason Wright
2006-05-27unknown ioctl is ENOTTY not EINVALJason Wright
2006-05-27Nuke defopt remains. Tested on cats and zaurus.Miod Vallat
2006-05-27add mpi(4) glue. commented out for nowDavid Gwynne
2006-05-27Teach powernow about setperf prioritys, add a setperf_prio to amd64.Gordon Willem Klok
2006-05-27casting malllocGordon Willem Klok
2006-05-27Eradicate the type 'bus_dmasync_op_t'. Unused. SporadicallyKenneth R Westerback
2006-05-26<machine/rtc.h> is really only footbridge-specific, so, after pruning it fromMiod Vallat
2006-05-26Remove unused defines.Miod Vallat
2006-05-26Add RCS id.Miod Vallat
2006-05-26No md math.h in OpenBSDMiod Vallat
2006-05-26No need to have a struct uvm_object in each pmap when all you want is aMiod Vallat
2006-05-26Get rid of katelib.h, it was almost unused and is marked as deprecated anyway.Miod Vallat
2006-05-25Remove unused struct cfdriver field from genericconf struct, as on cats.Miod Vallat
2006-05-25When looping over va ranges, do not compute the same sdt pointer more thanMiod Vallat
2006-05-25gas will error out with a number of "Error: unassigned file number 1"Brad Smith
2006-05-24Cleanup and simplify the EST detection:Dimitry Andric
2006-05-22move VM_NFREELIST out of ifdef kernel for nowTheo de Raadt
2006-05-21Fix AV_IEN() computation for cpu #2 and #3.Miod Vallat
2006-05-21kvtopte() is not used anymore.Miod Vallat
2006-05-21some diskless pointers; ok deraadtJason McIntyre
2006-05-21Move common definitions shared by the various 88100-based designs to theirMiod Vallat
2006-05-21Check for stale flags in the DMA map.Brad Smith
2006-05-21- _bus_dmamap_load_buffer_direct_common -> _bus_dmamap_load_buffer_directBrad Smith