| Age | Commit message (Expand) | Author |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-07-22 | Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes | matt |
| 2012-06-07 | Fix can't assign IPv6 address. Valiable error resets to 0, if error == ENETR... | kiyohara |
| 2012-05-19 | Enable interrupt in aumac_init(). And disable in aumac_stop()/aumac_attach(). | kiyohara |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2012-01-27 | converting extent(9) from malloc(9) to kmem(9) | para |
| 2012-01-14 | + Fix IPL_VM sr_bits for alchemy_ipl_sr_map. Alchemy peripherals connects to | kiyohara |
| 2012-01-04 | Use device_t instead of 'struct device *'. | kiyohara |
| 2012-01-03 | Use device_t instead of 'struct device *'. | kiyohara |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-07-26 | Don't set the iobase and iosize members of pcmciabus_attach_args because | dyoung |
| 2011-07-10 | Fix machine/ includes | matt |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-08 | - Use IPL_BIO (instead of IPL_SERIAL) for SPI. | rmind |
| 2011-06-06 | CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0 | matt |
| 2011-05-17 | PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional | dyoung |
| 2011-04-04 | Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9), | dyoung |
| 2011-02-20 | Merge forward from matt-nb5-mips64. | matt |
| 2010-11-12 | Pull in uvm/uvm.h for VM_PAGE_TO_PHYS(). | uebayasi |
| 2010-06-07 | Now that bus_handle_t is signed, avoid % operations on it. Convert all | martin |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-01-22 | Unify the name of the device property to hold a MAC address - there was | martin |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-12-16 | Fix printf format problems and latent bugs made visible by new bus_*_t types. | matt |
| 2009-12-12 | Remove `volatile' qualifier from argument types of | tsutsui |
| 2009-11-07 | Add a flags argument to pmap_kenter_pa(9). | cegger |
| 2009-05-31 | Per discussion with <simonb> also block the interrupts from icu 1 for | martin |
| 2009-05-31 | Block MIPS_INT_MASK_1 for splvm() too - if_aumac.c establishes it's | martin |
| 2009-04-20 | One more implementation of the quick_{read,write} I2C protocol. Note | pgoyette |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-05-26 | Remove all initialization of obsolete ci_divisor_recip in | tsutsui |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-03 | minor fixes for device/softc split, approved by dogcow | drochner |
| 2008-03-31 | ...and fix my fix to do the proper device_t split. | dogcow |
| 2008-03-31 | fix device_t split fallout. | dogcow |
| 2008-03-14 | Split device_t and softc for all com(4) devices (well, everything that | cube |
| 2008-01-20 | kill unused variable | dogcow |
| 2008-01-19 | Make many ethernet drivers share the common code for MII media | dyoung |
| 2008-01-09 | Fix typo in macro name and comments. | wiz |
| 2008-01-08 | add include for incomplete struct blah blah blah | dogcow |
| 2007-12-22 | Make compile (hi moof). | ad |
| 2007-12-06 | Make it compile. | ad |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-08-26 | Constify. | dyoung |
| 2007-08-14 | Remove white-spaces. | kiyohara |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-05-20 | Now that curcpu() is defined in terms of curlwp() for mips, we need to | he |
| 2007-03-06 | Fix some caddr_t rototill fallout. | simonb |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-28 | TRUE -> true, FALSE -> false | thorpej |