summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2000-04-02Fix a typo from last commit that was causing spontaneous reboots.Aaron Campbell
2000-04-01boot noise removal.Dale S. Rahn
2000-04-01timeout -> callout.Dale S. Rahn
2000-03-31Add support for USB Mass Storage devices; e.g., USB Zip Drives. UNTESTED.Aaron Campbell
2000-03-31Quiet down boot on openfirmware probe of macobio bus. Does not printDale S. Rahn
2000-03-31Remove unnecessary debug printf.Dale S. Rahn
2000-03-31Revision 1.3 checked in again, version 1.4 was incorrectly checked inDale S. Rahn
2000-03-31Busified.Dale S. Rahn
2000-03-31Remove unnecessary debug prints.Dale S. Rahn
2000-03-31Add interrupt counter.Dale S. Rahn
2000-03-31remove extra debug printfsDale S. Rahn
2000-03-31Add pchb PCi Host Bridge dummy device to print devices nicely, instead ofDale S. Rahn
2000-03-31PCi Host Bridge, dummy driver to quiet "not configured" messages,Dale S. Rahn
2000-03-31Find last memory or io segment, in case multiple happen to be found,Dale S. Rahn
2000-03-31Add interrupt counter, to verify interrupt problem is causingDale S. Rahn
2000-03-31add support for intrcnt from "C", make CLK_IRQ availableDale S. Rahn
2000-03-31Count clock interrupts.Dale S. Rahn
2000-03-31implement dmamap_load (stolen from i386) for powerpc.Dale S. Rahn
2000-03-31add interrupt counting support. (intrcnt)Dale S. Rahn
2000-03-31Add ummapiodev() functionality, to mirror mapiodev().Dale S. Rahn
2000-03-30- Remove some unused code.Aaron Campbell
2000-03-30smarter heartbeat()Michael Shalayeff
2000-03-29timeout-driven heartbeat.Michael Shalayeff
2000-03-28Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theAaron Campbell
2000-03-28Implement rt_sigreturn.jasoni
2000-03-28from netbsd: give pcic0 whole 64k iomem, and move pcic{1,2} to 0xe0000Michael Shalayeff
2000-03-28PCIBIOS does not fully work yetTheo de Raadt
2000-03-28fix netbsd rcsids up.Michael Shalayeff
2000-03-27better rearrangementsTheo de Raadt
2000-03-27fix OpenBSD tagJason Wright
2000-03-27add missing OpenBSD RCS IDsBrad Smith
2000-03-26callout.h is goneTheo de Raadt
2000-03-26from netbsd: pci interrupt routing code.Michael Shalayeff
2000-03-26Driver for USB Ethernet adapters based on the Kawasaki LSI KL5KUSB101B.Aaron Campbell
2000-03-25if_gm attaches on pci, not macobio.Dale S. Rahn
2000-03-25Busified.Dale S. Rahn
2000-03-24Correct config mechanism for uni-north bridge.Dale S. Rahn
2000-03-23new cpu type switch code.Michael Shalayeff
2000-03-23new timeout code from openbsd (; remove extraneous includesMichael Shalayeff
2000-03-23Do not include <sys/callout.h>, it is never needed; art@Aaron Campbell
2000-03-23<sys/callout.h> is no longer.Aaron Campbell
2000-03-23New API for timeouts. Replaces the old timeout()/untimeout() API andArtur Grabowski
2000-03-23If failure occurs on clock reading routine, make certain that the timeDale S. Rahn
2000-03-23add mii and if_gm ethernet.Dale S. Rahn
2000-03-23NetBSD gm ethernet driver ported from NetBSD. compiles, but does not yetDale S. Rahn
2000-03-23Hack to make physmem something almost reasonable, if for some reasonDale S. Rahn
2000-03-23comment out bounds check, ncr card on G4 is triggering it, replacedDale S. Rahn
2000-03-23comment out memory region debugging.Dale S. Rahn
2000-03-22commented out ray*Michael Shalayeff
2000-03-22Add ch to some dead ports for consistency, of course not tested.Niklas Hallqvist