summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2007-08-03when not dealing with floats, always multiply before dividing; from Przemysla...Theo de Raadt
2007-08-02copy nvram code from i386, because amd64 can use it too. done byTheo de Raadt
2007-08-01I have a dream of cvs not missing the files I have cvs rm'd with love.Miod Vallat
2007-08-01Figure out the host SCSI controller ID on KA48 (VLC) and KA49 (VS4k/9x) fromMiod Vallat
2007-08-01Stop making de win over dc on alpha, and include both dc and de on allMiod Vallat
2007-08-01switch i386 to use the MI i8253 header file and remove the now obsolete MDMartin Reindl
2007-08-01unused, and Miod says this file was superseded by sys/dev/ic/i8253reg.h, soMartin Reindl
2007-07-31typo fixes from joel@ionix.com.auTheo de Raadt
2007-07-30Shuffle the order in which we look for header files, when doingThordur I. Bjornsson
2007-07-29slot range check in add_nubus_intr() is wrong by one.Miod Vallat
2007-07-29It turns out that VIA2 always interrupts at level 2, and IPL_BIO is always 2Miod Vallat
2007-07-29Add support for bootpaths like /pci@1f,4000/ide@3,0/ata@0,0/cmdk@0,0Mark Kettenis
2007-07-29Seperate members of "struct pcb" that are accessed using physical addressesMark Kettenis
2007-07-28Don't try to map interrupts that are already fully specified. Makes theMark Kettenis
2007-07-27As on i386:Tom Cosgrove
2007-07-27We don't want to pass the PXE MAC address to the kernel when bootingTom Cosgrove
2007-07-27grow ramdisk filesystem sizeTheo de Raadt
2007-07-27Adapt powernow-k7.c driver to use the ACPI _PSS table for retreivingGordon Willem Klok
2007-07-25crank to 4.2-betaTheo de Raadt
2007-07-25bthub for amd64, based on diff from johanTodd T. Fries
2007-07-24Remove some goo for dealing with 32-bit cpu's.Mark Kettenis
2007-07-24bthub for macppc to make xsa happy.Michael Knudsen
2007-07-23There seems to be enough room for rl(4) after all.Mark Kettenis
2007-07-23Add ssio(4) and its com(4) ports; thanks to jsg@ for reminding me.Mark Kettenis
2007-07-23Add glue for a control device for bthub(4). Will be used to configureMichael Knudsen
2007-07-22Get rid of the fixe VA range for device mappings; use uvm_km_valloc() instead.Mark Kettenis
2007-07-22Move hppa to __HAVE_TIMECOUNTERS.Mark Kettenis
2007-07-22Enable rl(4) on hppa, tested by me, ok kettenis@Jonathan Gray
2007-07-21Add sk(4). Tested by Maurice Janssen.Mark Kettenis
2007-07-21another rare device temporarily gets the axe (until some other shrinkage happ...Theo de Raadt