| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-11-14 | malloc(9) -> kmem(9) | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2015-10-02 | PCI Extended Configuration stuff written by nonaka@: | msaitoh |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2011-07-09 | Allow algor kernels to be built under either algor/algor64 or | matt |
| 2011-07-08 | Major update of algor. | matt |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-04-06 | Fix fallout of pci_attach_args constification. This should be the last | dyoung |
| 2009-08-19 | Define, and hook into the isa_chipset_tag_t, pcib_isa_detach_hook(). | dyoung |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-18 | Split device_t and softc for ATA devices, as well as wd(4). Other | cube |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-05-12 | According to the i8259 manual, EOI, R, and SL bits belong to OCW2 register | tsutsui |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2004-08-30 | Phase out the use of a string as first "attach args" member to control | drochner |
| 2004-04-23 | pass string length (= boundary info) to pci_devinfo so that we do not run over | itojun |
| 2003-11-02 | Fix uninitialized error in pcib_print(). | he |
| 2003-07-14 | add __KERNEL_RCSID() | lukem |
| 2003-01-01 | Use aprint_normal() for cfprint() routines. | thorpej |
| 2002-10-02 | Fix script-o's in last. | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2001-10-20 | Fix typo in mmap hander. | simonb |
| 2001-09-04 | Implement bus_space_mmap(). | thorpej |
| 2001-06-22 | Check in work-in-progress of P-6032 support. This is not tested, | thorpej |
| 2001-06-22 | Fill in one P-6032 snippet. | thorpej |
| 2001-06-22 | Only call through the function pointer if it's not NULL. | thorpej |
| 2001-06-21 | More ISA interrupt rototilling. I get *some* interrupts on a: | thorpej |
| 2001-06-21 | Rototill ISA interrupt code. In particular, I have remembered most | thorpej |
| 2001-06-15 | Yet more interrupt cleanup -- the platform mater interrupt establish | thorpej |
| 2001-06-14 | When the old PCI address map is in use, disable I/O space. Also disable | thorpej |
| 2001-06-14 | Read the PCI memory space base and the PCI DMA window base from the | thorpej |
| 2001-06-10 | Hand off intr evcnt responsiblity in a reasonable way on the 5064. | thorpej |
| 2001-06-10 | Check in work-in-progress of generic ISA interrupt support. The | thorpej |
| 2001-06-01 | If a bus doens't want to use an extent, don't force it to. | thorpej |
| 2001-06-01 | The P-4032 has no ISA bridge/bus, so remove all P-4032 conditionals. | thorpej |
| 2001-05-28 | A port to the Algorithmics MIPS evaluation boards. We currently | thorpej |