summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-12-01Unbreak.Miod Vallat
2006-11-30Oops, didn't mean to increase the default msgbufsize for i386. Noticed by bra...Dimitry Andric
2006-11-30s/completly/completely/Michael Knudsen
2006-11-30replace a bunch of ifs w/ an array scan and add a few moreMichael Shalayeff
2006-11-30Remove the macros SET_CURPCB, GET_CURPCB and GET_CPUINFO, they are only usedGordon Willem Klok
2006-11-29Nuke all commons but one, and enable --warn-common in LINKFLAGS.Miod Vallat
2006-11-29Remove all the extern cpu_{id,model,whatever} declarations from mostDimitry Andric
2006-11-29Fix the major bug in ips which prevents GENERIC to attach it.Alexander Yurchenko
2006-11-29Don't print masks if we're in apic mode.Mark Kettenis
2006-11-29Add an unpack_attr function to struct wsdisplay_emulops, to match theMiod Vallat
2006-11-29Fix cpu_model string screwup.Dimitry Andric
2006-11-29disable a gpio that is not neededTheo de Raadt
2006-11-29Use unsigned numbers for comparisons in mmmmap().Miod Vallat
2006-11-29Remove MAPPEDCOPY. It does not work and I am not convinced it is worthMiod Vallat
2006-11-29Add commented out ips here as well.Alexander Yurchenko
2006-11-29cpu_swapin is nomoreMichael Shalayeff
2006-11-29cpu_swapin is nomoreMichael Shalayeff
2006-11-29Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptMiod Vallat
2006-11-29Kernel stack can be swapped. This means that stuff that's on the stackMiod Vallat
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-11-29Only establish acpi interrupt if ACPI_ENABLE.Mark Kettenis
2006-11-29Only establish acpi interrupt if ACPI_ENABLE.Mark Kettenis
2006-11-29unused file and functionsMichael Shalayeff
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2006-11-28Let est not complain about certain strange msr values on Pentium 4's. We can'tDimitry Andric
2006-11-28Support "trace /p <pid>" to show the stack trace of any process.Uwe Stuehler
2006-11-28fwscsi doesnt exist, so dont have a commented entry for it left around toDavid Gwynne
2006-11-28Implement PT_STEP.Mark Kettenis
2006-11-28Always call cyrix3_get_bus_clock in cyrix3_cpu_setup, since we mightDimitry Andric
2006-11-28rename scsibus_attach_args to scsi_attach_args. this can help avoidDavid Gwynne
2006-11-28Don't display cpu brand string, features, etc. a second time, when booting an MPDimitry Andric
2006-11-28add needs-flag to allow pxaudc to compile without usbf (to get theUwe Stuehler
2006-11-28enable usbf/cdcef, can be used during install (somehow)Theo de Raadt
2006-11-28Only use est and other non-acpi setperf mechanisms, if acpi is notDimitry Andric
2006-11-28acpi may steal the timer and speedstep functionality, in which case weTheo de Raadt
2006-11-27Added support to GENERIC for disabled acpiJordan Hargrave
2006-11-27Add disabled acpi to GENERIC and GENERIC.MP. This is required by the newMarco Peereboom
2006-11-27For the G5 processor setperf function, don't force perflevel to 50 or 100Gordon Willem Klok
2006-11-27commit vesabios for matthieu@Gordon Willem Klok
2006-11-27Enable kvm86.Gordon Willem Klok
2006-11-27IBM ServeRAID controllers driver.Alexander Yurchenko
2006-11-27Only use the ichpcib speedstep feature if we're running on a (Mobile) Pentium 4,Dimitry Andric
2006-11-27Portuguese LK-201 layout.Miod Vallat
2006-11-27First attempt at making kvm86 MP safe, place mutex lock around callsGordon Willem Klok
2006-11-27Prevent panics when booting GENERIC.MP with a vesabios kernel.Gordon Willem Klok
2006-11-27Add PT_STEP.Mark Kettenis
2006-11-27move uberry to a nicer placeTheo de Raadt
2006-11-27enable uberry driverTheo de Raadt
2006-11-26Cleanup some KNF nits, if we can't grab a SCB dont return at splbio.Gordon Willem Klok
2006-11-26enable mpiDavid Gwynne