summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-09-03Typos from miod. 'specificed' -> 'specified' in some comments and man page.Kenneth R Westerback
2007-09-03Typos from miod. 'requiered' -> 'required' in some comments.Kenneth R Westerback
2007-09-03Typos from miod. 'functin' -> 'functin' in some comments.Kenneth R Westerback
2007-09-03Typos from miod. 'sfotware' -> 'software' in some comments.Kenneth R Westerback
2007-09-02Fix typos in comments: soruce -> sourceHans-Joerg Hoexer
2007-09-01replace the machine dependant bytes-to-clicks macro by the MI ptoa()Martin Reindl
2007-09-01Do not include <machine/rpb.h> unless necessary.Miod Vallat
2007-09-01In pmap_protect(), compute the bitmask to set in the ptes only once, insteadMiod Vallat
2007-09-01Use db_format() instead of ddb-specific format specifiers; no functionalMiod Vallat
2007-09-01Remove stale comments; prompted by millert.Marco Peereboom
2007-08-31Add vaddr.Marco Peereboom
2007-08-31Add qli. Commented out for now.Marco Peereboom
2007-08-28Implement bus_space_vaddr().Mark Kettenis
2007-08-26Use ptoa((psize_t)...) and %lu to print memory size.Mark Kettenis
2007-08-25Real mutexes for sparc64. Some comments from henric@ and claudio@.Mark Kettenis
2007-08-25Use ptoa((psize_t)...) and %lu to print memory sizes.Mark Kettenis
2007-08-25Print a bit more information in the safari interrupt handler. Get rid ofMark Kettenis
2007-08-25Fix printing of more than 2G of memory.Mark Kettenis
2007-08-25Real mutexes for sparc64. Some comments from henric@ and claudio@.Mark Kettenis
2007-08-24Add missing bits for siop@gsc.Mark Kettenis
2007-08-23Add commented-out entry for siop@gsc, the onboard Fast-Wide SCSI on theMark Kettenis
2007-08-23First stab at a driver for the onboard Fast-Wide SCSI on the 735 and 755.Mark Kettenis
2007-08-23Look for STI firmware at the additional address given by the firmware. ThisMark Kettenis
2007-08-22Add bus_space_vaddr to i386 arch.Marco Peereboom
2007-08-22Subsequent address ranges start at index 1, not index 0.Mark Kettenis
2007-08-22Remove ``#define SDMMC_DEBUG''. Avoids redefinition error when compilingMarcus Glocker
2007-08-21Remove two out-of-date comments.Mark Kettenis
2007-08-21Do not repeat device name in failure message printed during attachment.Mark Kettenis
2007-08-20put rlphy onto the standard ramdisk; spotted by jsgTheo de Raadt
2007-08-15Kernel stacks can live beyond EINTSTACK now.Mark Kettenis
2007-08-15Add sti@uturn; the C180 has it there. Tested by nick@.Mark Kettenis
2007-08-14Work-around an interaction between FPU context switching and the VIAHenric Jungheim
2007-08-14removal of zts sysctls created a numeric gap. repair. ok miod robertTheo de Raadt
2007-08-14Add missing siop@phantomas and siop@uturn attachments. The latter was testedMark Kettenis
2007-08-10Enable CF malo for macppc, it also works there.Marcus Glocker
2007-08-10Be more careful when asking for the next property. help and ok kettenis@.Federico G. Schwindt
2007-08-08Prevent a potential null-pointer dereference.Mark Kettenis
2007-08-07Add "dma" and "ledma" as busses that potentially have the root device on them.Mark Kettenis
2007-08-07provide software version of HMAC, so IPsec can actually use the crypto HW;Markus Friedl
2007-08-07do not leak sessions; ok hshoexer, tom, deraadtMarkus Friedl
2007-08-06Spew smbios bios table vendor/version/release date into the dmesg. DiffGordon Willem Klok
2007-08-06Fix some "that that"s.Tom Cosgrove
2007-08-05Enable siop@mainbus.Mark Kettenis
2007-08-05Add support for Zalon NCR 53C720 FW SCSI.Mark Kettenis
2007-08-05Enable Compact Flash driver for the Marvell 88W8385 chip inMarcus Glocker
2007-08-04Add AGP support for the intel i965 chipset, this also extends theReyk Floeter
2007-08-04Enable CardBus bus support, and add ne(4).Mark Kettenis
2007-08-04rbus for sparc64Mark Kettenis
2007-08-04Add sparc_bus_addr member to struct sparc_bus_space_tag. This function mapsMark Kettenis
2007-08-04Add missing pci_intr_line() implementation.Mark Kettenis