summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedTodd C. Miller
2005-12-12Only include PROCFS on kernels which have either COMPAT_LINUX or COMPAT_SVR4,Miod Vallat
2005-12-12some bioses screw the order so be extra careful to counters; been in snaps fo...Michael Shalayeff
2005-12-11add a few Intel PCI-ISA bridges.Brad Smith
2005-12-10{en,re}trys -> {en,re}tries; eyeballed by jmc@Miod Vallat
2005-12-07Add dsdt to GENERICJordan Hargrave
2005-12-01shrink code size by sharing some printf code, no change in how it worksTheo de Raadt
2005-11-30format string mishandlingTheo de Raadt
2005-11-30add a sensor type for drive status and hook esm up with it.David Gwynne
2005-11-30reorder slightlyDavid Gwynne
2005-11-30determine the status of fan, volt, and temp sensors by reading theDavid Gwynne
2005-11-28no need for printf; man page should describe functionalityTheo de Raadt
2005-11-28spacingTheo de Raadt
2005-11-28Added dlg@ watchdog code for enabling ESM2 watchdog timerJordan Hargrave
2005-11-28Fixed Motherbobrd typoJordan Hargrave
2005-11-28Added sysids for PowerVault/PowerApp ESM2 systemsJordan Hargrave
2005-11-28probe before match; ok jordan marcoTheo de Raadt
2005-11-28another dangling semicolon from Matthias BauerMichael Shalayeff
2005-11-27ISOXXX/ISO-XXX -> ISO XXXJason McIntyre
2005-11-26some cleanup from gordonTed Unangst
2005-11-25explicitly cast caddr_t to vaddr_tMichael Shalayeff
2005-11-25Remove $ on access to cpuid_level: we want to get the value of theTom Cosgrove
2005-11-24enable esmDavid Gwynne
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-11-24#if 0 doesnt belong hereDavid Gwynne
2005-11-24repair indent that cvs has scrwed make it extra confusingMichael Shalayeff
2005-11-24print something out when we hit unsupported devices. hopefully we canDavid Gwynne
2005-11-24white space fixesDavid Gwynne
2005-11-24break the 1:1 mapping of esm sensors to kernel sensors. according toDavid Gwynne
2005-11-24add AMD 768 interrupt router PCI id and use the proper id for the AMD 766 chi...Brad Smith
2005-11-23finnish the PTDPTDI and APTDPTDI conversion to PDSLOT_PTE and PDSLOT_APTE thu...Michael Shalayeff
2005-11-23kill two old mach macros that are not used anywhere in the tree anymore (or e...Michael Shalayeff
2005-11-23assume vtophys(vaddr_t) just what all the other archs expect; no functional c...Michael Shalayeff
2005-11-23prioritise <16m memory for isa bus_dma'ble memorble memory allocationsMichael Shalayeff
2005-11-23resolve a couple of problems in mpbios-mapped interrupts:Michael Shalayeff
2005-11-23merge probe and match since one is only ever called from the other. knf tooDavid Gwynne
2005-11-22Added probing for Dell ESM serverJordan Hargrave
2005-11-22support one of the powerunitsDavid Gwynne
2005-11-22add another backplaneDavid Gwynne
2005-11-22shrink a littleDavid Gwynne
2005-11-22do not manually inline kvtopte() macro; no func changeMichael Shalayeff
2005-11-22pm_pdirpa is apaddr_t and PTDpaddr (on the contrary) is u_int32_tMichael Shalayeff
2005-11-22bios gives 32bit units not paddr/psize; no func changeMichael Shalayeff
2005-11-22for every sensor esm looks after it has to talk to the hardware, whichDavid Gwynne
2005-11-22repair verbose printfsMichael Shalayeff
2005-11-22get rid of bmc_wait and use a flag on bmc_ready to indicate if we wantDavid Gwynne
2005-11-21add support for the backplane found on my 2500David Gwynne
2005-11-21add a handful of Intel PCI interrupt routers to the table.Brad Smith
2005-11-21normalise the values read off the hw for the voltagesDavid Gwynne
2005-11-21spacingTheo de Raadt