| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-07-07 | Overhaul the interface to pci_configure_bus(): | thorpej |
| 2020-06-14 | replace EX_NOWAIT with EX_WAITOK in device attach methods. | chs |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2016-05-31 | If ALGOR_P6032 is not defined, set sc_bonito to NULL instead of using | dholland |
| 2015-06-09 | #include <mips/cpuregs.h> | matt |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-01-27 | converting extent(9) from malloc(9) to kmem(9) | para |
| 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-06-05 | struct device * -> device_t, struct cfdata * -> cfdata_t | matt |
| 2011-05-17 | PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional | dyoung |
| 2011-02-20 | Merge forward from matt-nb5-mips64. | matt |
| 2009-11-27 | - Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr. | rmind |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-29 | Don't forget to initialize sc_dev. | tsutsui |
| 2008-03-28 | Split device_t and softc for MI mc146818 clock, | tsutsui |
| 2008-03-14 | Split device_t and softc for all com(4) devices (well, everything that | cube |
| 2008-03-07 | Split the softc from the device_t for all lpt(4) variants and attachments | cube |
| 2008-02-29 | Use pmf_device_register1() instead of shutdownhook_establish() to | dyoung |
| 2008-01-10 | Move todr_attach(9) calls from each MD attachment to MI mc146818_attach(). | tsutsui |
| 2008-01-09 | Fix botch on MI todr(9) migration of algor on September 2006: | tsutsui |
| 2006-09-05 | Update algor clock handling. This includes using the common mc146818 | gdamore |
| 2006-07-13 | Add an option COM_REGMAP to allow com(4) to use an array of register indices. | gdamore |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-26 | s/locdesc_t/int/g | drochner |
| 2005-06-30 | adaptions to config_search() change, and minor autoconf fixes, mostly from Ha... | drochner |
| 2005-06-28 | kill questionable uses of config(8) generated xxxlocnames[] | drochner |
| 2005-06-28 | convert remaining autoconf bus "submatch" functions to use the new | drochner |
| 2004-08-30 | Phase out the use of a string as first "attach args" member to control | drochner |
| 2003-07-14 | add __KERNEL_RCSID() | lukem |
| 2003-06-15 | Handle 64bit DMA addresses on PCI for platforms that can (currently only | fvdl |
| 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 |
| 2002-09-27 | Introduce a new routine, config_match(), which invokes the | thorpej |
| 2002-09-27 | Rather than referencing the cfdriver directly in the cfdata entries, | thorpej |
| 2002-05-16 | * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to | thorpej |
| 2002-01-02 | Fix a typo. | thorpej |
| 2001-11-28 | Add a "cacheline_size" argument to pci_configure_bus(). It is used | thorpej |
| 2001-11-09 | Add a "firstbus" argument to pci_configure_bus(), indicating the | thorpej |
| 2001-10-20 | Fix a tyop in a comment. | simonb |
| 2001-08-22 | If PCI_NETBSD_ENABLE_IDE is set, enable the PIIX{3,4} southbridge | thorpej |
| 2001-06-25 | Print more BONITO rev. info. | thorpej |
| 2001-06-22 | Check in work-in-progress of P-6032 support. This is not tested, | thorpej |
| 2001-06-22 | A P-6032 will never have a V3 PBC -- don't include its option header. | thorpej |
| 2001-06-15 | Yet more interrupt cleanup -- the platform mater interrupt establish | thorpej |