| Age | Commit message (Expand) | Author |
| 2021-09-11 | Add missing double p and d for stopped and overriden accordingly. | andvar |
| 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 |
| 2020-03-02 | The PCI I/O space extent map needs to reflect the BUS_{START,END} | thorpej |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2018-04-09 | rename panel to lcdpanel. | christos |
| 2018-01-20 | Switch cobalt to common bus_space. | skrll |
| 2015-06-09 | #include <sys/cpu.h> or <mips/cpuregs.h> as needed | matt |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2012-01-27 | converting extent(9) from malloc(9) to kmem(9) | para |
| 2011-07-09 | Cleanup kernel files to use sys variants for bus.h, cpu.h, and intr.h | matt |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-05-17 | PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional | dyoung |
| 2011-05-03 | TAB/space cosmetics. | tsutsui |
| 2011-04-15 | Don't set pba.pba_flags twice. No functional change intended. | 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 |
| 2009-08-31 | Replace shutdownhook_establish(9) with pmf_device_register1(9). | tsutsui |
| 2009-08-20 | Adjust attach message for failure path (found on gxemul). | tsutsui |
| 2008-05-09 | Split softc/device_t, with misc related changes. | tsutsui |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-29 | Split softc and device_t for zsc(4) and its children. | tsutsui |
| 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-27 | Add kernel support for optional Z85C30 serial console on Cobalt Qube 2700. | tsutsui |
| 2008-03-22 | Reorganize interrupt handling on cobalt and allow multiple interrupts on | tsutsui |
| 2008-03-14 | Split device_t and softc for all com(4) devices (well, everything that | cube |
| 2008-03-04 | Print "NetBSD/cobalt Starting up... " to LCD panel on boot, and also | tsutsui |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-01-10 | Move todr_attach(9) calls from each MD attachment to MI mc146818_attach(). | tsutsui |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-24 | Remove duplicate #includes, patch contributed in private mail | hubertf |
| 2006-09-10 | Remove or comment out now unused code after MI mips3_clockintr migration. | tsutsui |
| 2006-07-13 | Add an option COM_REGMAP to allow com(4) to use an array of register indices. | gdamore |
| 2006-05-28 | Initialize the GT64x11 PCI timeout and retry register with a value taken | tsutsui |
| 2006-05-20 | Change range of PCI I/O space for pci_configure_bus(9) | tsutsui |
| 2006-05-19 | Use cobalt_id to probe com at mainbus. | tsutsui |
| 2006-05-17 | Add definitions for the PCI timeout and retry register. | tsutsui |
| 2006-04-21 | Explicitly mask timer0 interrupt until cpu_initclocks(9). | tsutsui |
| 2006-04-16 | Pass mips_dcache_align to pci_configure_bus(9) for cacheline_size. | tsutsui |
| 2006-04-15 | Switch cobalt port to use MI todr(9) functions and MI mc146818 driver. | tsutsui |
| 2006-04-15 | u_int32_t -> uint32_t | tsutsui |
| 2006-04-09 | Replace some magic numbers with macro. | tsutsui |
| 2006-04-06 | Use bus_space_map(9) to get bus_space_handle_t on each driver | tsutsui |
| 2006-04-05 | - ANSIfy | tsutsui |