summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2006-03-16spacesTheo de Raadt
2006-03-16Fix for PR 4966: Only disregard bit 27 of MSR_EBL_CR_POWERON forDimitry Andric
2006-03-16remove useless powernow cruft from dmesg. we're interested in theDavid Gwynne
2006-03-16dont leak memory when we fail to find any valid states.David Gwynne
2006-03-16display the possible speedstep values like we do on intel chips.David Gwynne
2006-03-15use sysctl_int_lower() for the aperture variable. This lets root closeTheo de Raadt
2006-03-15Nuke dk_establish(), no longer used.Miod Vallat
2006-03-15Correct checks against cd_ndevs - valid numbers are strictly inferior toMiod Vallat
2006-03-15Entries in cd_devs[] may be NULL, so be sure to check for them in yourMiod Vallat
2006-03-15spacingTheo de Raadt
2006-03-15allow for more physmem segments; as required by some dell from dhill@Michael Shalayeff
2006-03-15remove dead macrosMichael Shalayeff
2006-03-14trailing tabs nomoreMichael Shalayeff
2006-03-14trailing tabs nomoreMichael Shalayeff
2006-03-14prevent the faults on iret to run w/ disabled intrs and cause deadlocks; nikl...Michael Shalayeff
2006-03-14move the kernel 1m up to provide more space for isadma; deraadt@ okMichael Shalayeff
2006-03-13* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set toBrad Smith
2006-03-13time-bind and lower power in lock spinning and a couple of other ipi loops by...Michael Shalayeff
2006-03-13Fix machines that need PCI access during ACPI bringup.Marco Peereboom
2006-03-12Don't leave a dangling pointer to the process-specific LDT afterTom Cosgrove
2006-03-12with pcn(4) now in place remove or replace the references to PCI le(4)Martin Reindl
2006-03-12remove IPL_IMP and splimp().Brad Smith
2006-03-10provide a counter for ipisMichael Shalayeff
2006-03-08Glue showval into ddb.Marco Peereboom
2006-03-08Really unbreak GENERIC.MP.Mark Kettenis
2006-03-08unbreak GENERIC.MP; from gklokTheo de Raadt
2006-03-08Patch from Gordon Klock to update AMD PowerNow K8 support on i386,Uwe Stuehler
2006-03-07Add hooks for "machine acpi disasm"Marco Peereboom
2006-03-07- Use the correct initialization routine for the VIA VT8233 chipsetBrad Smith
2006-03-07Check for a few additional CPUID flags.Jonathan Gray
2006-03-06Synch bits of the i386 and amd64 ioapic code.Mark Kettenis
2006-03-06Rename hpet to acpihpet so that all devices use the same naming convention.Marco Peereboom
2006-03-05Hook acpi to ddb since we need to be able to do some live debugging.Marco Peereboom
2006-03-04Typos grab bag of the month, eyeballed by jmc@Miod Vallat
2006-03-04Dallas 1-Wire bus support. Includes the following drivers:Alexander Yurchenko
2006-03-04Add commented out gpio ``pin bus'' drivers section.Alexander Yurchenko
2006-02-27Add the 770 model. From NetBSD through Gregory SteuckMarco Peereboom
2006-02-27Add 2 additional CPUs and uncomment a 3rd. Based on this intel doc:Marco Peereboom
2006-02-26Add acpicpu device. Remains disabled.Marco Peereboom
2006-02-22Remove unused _{ins,rem}que functions - they were not even implemented onMiod Vallat
2006-02-20fix conversion for the temp values. i think i was losing some precisionDavid Gwynne
2006-02-20Region has to be read/write not just read.Marco Peereboom
2006-02-20Add acpibtn device. Remains disabled for now.Marco Peereboom
2006-02-17add a comment to explain how to keep things working, remove a stray charDavid Gwynne
2006-02-17jordan says the volt sensors on the powersupply esm device are always offDavid Gwynne
2006-02-16add sf(4).Brad Smith
2006-02-16make panic msg more usefulMichael Shalayeff
2006-02-14Homogeneize WSDISPLAY_* option comments (especially on cats)Miod Vallat
2006-02-14Fix botched format string specifiers. From adobriyan at gmail.com.Aaron Campbell
2006-02-14Find additional noncoherent HyperTransport links by looking at theMark Kettenis