summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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-23hp sa p600 sas; from Srebrenko Sehic <haver@insecure.dk>Michael Shalayeff
2005-11-23hp sa p600 sas; from Srebrenko Sehic <haver@insecure.dk>Michael Shalayeff
2005-11-23slight shuffle at the top of the file. dont include biovar.h if bio is notDavid Gwynne
2005-11-23use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...Michael Shalayeff
2005-11-23assume vtophys(vaddr_t) just what all the other archs expect; no functional c...Michael Shalayeff
2005-11-23there is no vtophys hereMichael Shalayeff
2005-11-23Correct malloc flag handling.Marco Pfatschbacher
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-23Pick HP-IB describe structures changes from main kernel code here as well.Miod Vallat
2005-11-23fix DEBUG buildMartin Reindl
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-22Some BIOS' lie about location of ports. Prevent panic by checking bus_space_...Marco Peereboom
2005-11-22sync with new names.Brad Smith
2005-11-22regenBrad Smith
2005-11-22- fix ordering of some idsBrad Smith
2005-11-22regenBrad Smith
2005-11-22add 82801E USB and SMBus ids.Brad Smith
2005-11-21add support for the backplane found on my 2500David Gwynne
2005-11-21Do not dare dereferencing NULL pointers if OSIOP_DEBUG.Miod Vallat
2005-11-21add a handful of Intel PCI interrupt routers to the table.Brad Smith
2005-11-21regenBrad Smith
2005-11-21I forgot the 82801E LPC controller id in the last commit.Brad Smith
2005-11-21normalise the values read off the hw for the voltagesDavid Gwynne
2005-11-21spacingTheo de Raadt
2005-11-21Fix copyrights.Marco Peereboom
2005-11-21contorl -> controlMiod Vallat
2005-11-21missing selinfo changeoverTheo de Raadt
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-11-21Add ESM support glue but keep it disabled for now.Jordan Hargrave
2005-11-21Add support for ESM (Embedded Server Management) for Dell PowerEdge servers.Jordan Hargrave
2005-11-21some wacky indentation fixensMichael Shalayeff
2005-11-21rename the sensor globals to names that are not obvious to avoidDavid Gwynne
2005-11-21regenBrad Smith
2005-11-21add some new Intel chipset LPC controller ids.Brad Smith
2005-11-21Fix a crash in ptmioctl() in the error path when the master hasTodd C. Miller
2005-11-20Un-revert backout to 20051009 and add patches from Martin Bouyer toKenneth R Westerback
2005-11-20Add patch from Martin Bouyer to fix NetBSD PR #31990. Will generateKenneth R Westerback