summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev
AgeCommit message (Expand)Author
2010-04-20cleanup more confusion regarding user.h before proc.h, or missing proc.hTheo de Raadt
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2010-04-01Avoid null pointer dereference. Pointed out by Nick Hudson; variant on hisMark Kettenis
2010-04-01Allow for multiple CPUs by moving to an array of cpu_info.Joel Sing
2010-03-28Allow a multiprocessor kernel to compile.Joel Sing
2010-01-01Map the device registers before using them. We were lucky that some otherMark Kettenis
2009-12-29Move hppa to a "cpu0 at mainbus0" configuration, rather than knocking CPUsJoel Sing
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()Theo de Raadt
2009-08-22Constify the what/name parameter of pci_intr_establish().Michael Knudsen
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat
2009-04-14Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.Owain Ainsworth
2009-04-10When deciding whether a sti@pci board is the console, compare all valid BARMiod Vallat
2009-03-30bzero pci attach argsMark Kettenis
2009-03-08Fix dmesg output for child devices not configured (e.g. lpt on RAMDISK).Miod Vallat
2009-02-08Make sure than cpu_hardclock() never sets a ``next interrupt value'' which hasMiod Vallat
2009-02-06Split sti structures into rom-related information and screen-relatedMiod Vallat
2009-02-04On systems with viper memory controllers, always print its revision,Miod Vallat
2008-08-24Correct eisa i/o ports layout structure, this has probably been brokenMiod Vallat
2008-07-23Do not rely on an <ichc>invisible cast</ichc> to return failure inMiod Vallat
2008-04-27Add gecko(4), a driver for the GeckoBOA BC GSC+ port.Mark Kettenis
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-12-29Skip LBC on buswalk. Gets rid of unconfigured "Bus Converter Port" devicesMark Kettenis
2007-12-28Add a few more K-class models to the list of machines that have more devicesMark Kettenis
2007-12-21Add a hack to discover all devices on (some) K-class servers.Mark Kettenis
2007-10-06Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal,Kenneth R Westerback
2007-09-22M_ZERO -> bzero.Kenneth R Westerback
2007-09-22replace even more ctob and btoc with ptoa and atop respectively plusMartin Reindl
2007-09-15[fF]uther -> [fF]urther in comments and man page. First one spotted onKenneth R Westerback
2007-08-28Implement bus_space_vaddr().Mark Kettenis
2007-08-23Look for STI firmware at the additional address given by the firmware. ThisMark Kettenis
2007-08-05Add support for Zalon NCR 53C720 FW SCSI.Mark Kettenis
2007-07-22Move hppa to __HAVE_TIMECOUNTERS.Mark Kettenis
2007-07-20Make lcd(4) "blink" when machdep.led_blink is set.Mark Kettenis
2007-07-15lcd(4); a driver for the front panel LCD display found on the four-digitMark Kettenis
2007-07-15Delay switching to the real serial console until we attach the serial device.Mark Kettenis
2007-07-05Print offset and irq for devices that attach to ssio(4).Mark Kettenis
2007-07-03Mark ukbd(4) as console keyboard when appropriate.Mark Kettenis
2007-07-01Correctly count interrupts for devices that share interrupts.Mark Kettenis
2007-07-01Reset PDC devices before enabling iova space if we're not on a serial console.Mark Kettenis
2007-07-01Add a few more registers.Mark Kettenis
2007-06-30Bump number of supported interrupt routing entries.Mark Kettenis
2007-06-26Switch associated pciide(4) into native mode, and route its interruptMark Kettenis
2007-06-24Attach as console when appropriate.Mark Kettenis
2007-06-20Add file such that a kernel with lpt at ssio actually compiles.Mark Kettenis
2007-06-20lpt at ssioMark Kettenis
2007-06-19com at ssioMark Kettenis
2007-06-19Add ssio(4), a driver for the castrated National Semiconductor PC87560Mark Kettenis
2007-06-18Lookup interrupt routing info based on elroy(4) bus number.Mark Kettenis