Age | Commit message (Expand) | Author |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
2009-04-10 | When deciding whether a sti@pci board is the console, compare all valid BAR | Miod Vallat |
2009-03-30 | bzero pci attach args | Mark Kettenis |
2009-03-08 | Fix dmesg output for child devices not configured (e.g. lpt on RAMDISK). | Miod Vallat |
2009-02-08 | Make sure than cpu_hardclock() never sets a ``next interrupt value'' which has | Miod Vallat |
2009-02-06 | Split sti structures into rom-related information and screen-related | Miod Vallat |
2009-02-04 | On systems with viper memory controllers, always print its revision, | Miod Vallat |
2008-08-24 | Correct eisa i/o ports layout structure, this has probably been broken | Miod Vallat |
2008-07-23 | Do not rely on an <ichc>invisible cast</ichc> to return failure in | Miod Vallat |
2008-04-27 | Add gecko(4), a driver for the GeckoBOA BC GSC+ port. | Mark Kettenis |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2007-12-29 | Skip LBC on buswalk. Gets rid of unconfigured "Bus Converter Port" devices | Mark Kettenis |
2007-12-28 | Add a few more K-class models to the list of machines that have more devices | Mark Kettenis |
2007-12-21 | Add a hack to discover all devices on (some) K-class servers. | Mark Kettenis |
2007-10-06 | Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal, | Kenneth R Westerback |
2007-09-22 | M_ZERO -> bzero. | Kenneth R Westerback |
2007-09-22 | replace even more ctob and btoc with ptoa and atop respectively plus | Martin Reindl |
2007-09-15 | [fF]uther -> [fF]urther in comments and man page. First one spotted on | Kenneth R Westerback |
2007-08-28 | Implement bus_space_vaddr(). | Mark Kettenis |
2007-08-23 | Look for STI firmware at the additional address given by the firmware. This | Mark Kettenis |
2007-08-05 | Add support for Zalon NCR 53C720 FW SCSI. | Mark Kettenis |
2007-07-22 | Move hppa to __HAVE_TIMECOUNTERS. | Mark Kettenis |
2007-07-20 | Make lcd(4) "blink" when machdep.led_blink is set. | Mark Kettenis |
2007-07-15 | lcd(4); a driver for the front panel LCD display found on the four-digit | Mark Kettenis |
2007-07-15 | Delay switching to the real serial console until we attach the serial device. | Mark Kettenis |
2007-07-05 | Print offset and irq for devices that attach to ssio(4). | Mark Kettenis |
2007-07-03 | Mark ukbd(4) as console keyboard when appropriate. | Mark Kettenis |
2007-07-01 | Correctly count interrupts for devices that share interrupts. | Mark Kettenis |
2007-07-01 | Reset PDC devices before enabling iova space if we're not on a serial console. | Mark Kettenis |
2007-07-01 | Add a few more registers. | Mark Kettenis |
2007-06-30 | Bump number of supported interrupt routing entries. | Mark Kettenis |
2007-06-26 | Switch associated pciide(4) into native mode, and route its interrupt | Mark Kettenis |
2007-06-24 | Attach as console when appropriate. | Mark Kettenis |
2007-06-20 | Add file such that a kernel with lpt at ssio actually compiles. | Mark Kettenis |
2007-06-20 | lpt at ssio | Mark Kettenis |
2007-06-19 | com at ssio | Mark Kettenis |
2007-06-19 | Add ssio(4), a driver for the castrated National Semiconductor PC87560 | Mark Kettenis |
2007-06-18 | Lookup interrupt routing info based on elroy(4) bus number. | Mark Kettenis |
2007-06-17 | Get interrupt information from PDC and use it to program the IO SAPIC. | Mark Kettenis |
2007-06-16 | astro(4)'s iommu does cache-coherent DMA. | Mark Kettenis |
2007-06-16 | Add a few more registers. | Mark Kettenis |
2007-05-27 | Dynamically allocate irq's for pci devices on elroy(4). | Mark Kettenis |
2007-05-26 | tyops | Miod Vallat |
2007-05-23 | Add hack to prevent switching to serial console on four-digit B/C/J class | Mark Kettenis |
2007-05-23 | Add proper bus_space_vaddr() implementation. | Mark Kettenis |
2007-05-21 | Import code to support the Elroy chip from hppa64 and make it actually work. | Mark Kettenis |
2007-05-21 | Make iommu_dvmamap_unload cleanup properly. | Mark Kettenis |
2007-05-21 | Initial stab at a driver for the Astro chip. Mostly IOMMU code to handle | Mark Kettenis |
2007-05-18 | Fix io space access. | Mark Kettenis |