summaryrefslogtreecommitdiff
path: root/sys/arch/mmeye/include/mutex.h
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /sys/arch/mmeye/include/mutex.h
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'sys/arch/mmeye/include/mutex.h')
0 files changed, 0 insertions, 0 deletions
sd/commit/sys/arch/powerpc/pci?id=46199da166e76ca1aaac41658a911203609be43c'>- remove set but unused variablesmrg 2013-04-28remove PMAC_G5 kludge - fixed this elsewheremacallan 2013-04-11temporary kludge for G5 - on mine some devices are configured with interruptmacallan 2013-01-18Use structure initializers.matt 2012-02-01Use kmem instead of malloc. Remove unneeded <sys/malloc.h> includes.matt 2012-01-23Insert some missing aprint_naive().phx 2011-08-17First pass of the new PCI MSI/MSI ABI definitions. (return EOPNOTSUPP formatt 2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung 2011-06-30Modify mapiodev to take a third argument indicating whether the spacematt 2011-06-22Provide the pci_* routines for modules to use.matt 2011-06-22Add support pci_intr_setattr.matt 2011-06-18Use <sys/foo.h> instead of <machine/foo.h> if such a file exists.matt 2011-06-17struct device * -> device_tmatt 2011-06-06More device_t, cfdata, CFATTACH_DECL_NEW cleanup.matt 2011-04-04Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),dyoung 2010-12-13Change definition of pc_bus_maxdevs to get a void * instead a pci_chipset_tag_tmatt 2010-05-08Rename PCI_PRODUCT_MARVELL_MV64360 from PCI_PRODUCT_MARVELL_GT64360.kiyohara 2010-04-19Remove white-spaces.kiyohara 2008-05-04Move to 2 clause TNF licensemartin 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-04-04split device_t/softc. Use device_xname and device_private.matt 2008-02-23On the Pegasos2, we must never run PCI-configure for the MV64361 host bridge,phx 2008-02-11Use model_init to clean up how we decide the ranges forgarbled 2008-01-28Apparently BRIDGE mode allows BAT registers, so re-enable that code.garbled 2008-01-17Add support to ofppc for the IBM 7044-270 machine. This is a POWER3-IIgarbled 2008-01-11enable PCI_NETBSD_CONFIGURE for ofppc.mrg 2007-12-25get rid of macppc's private pci_bus_dma_tagmacallan 2007-12-24check for __HAVE_PRIVATE_PCI_BUS_DMA_TAG instead of macppc when (not)macallan 2007-12-20VT8231 IDE workaround for native mode with "compatibility" interrupts 14/15.phx 2007-12-15__FUNCTION__ -> __func__perry 2007-11-05Lots of small changes for ofppc:garbled 2007-11-04Apply a patch from Frank Wille that fixes a stupid in the ofw interrupt mapgarbled 2007-10-26Add code to properly detect the interrupt mapping on the PegasosII, and anygarbled 2007-10-25Add a bunch of fixes and minor rewrites to ofppc to bring it closer togarbled 2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled