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