summaryrefslogtreecommitdiff
path: root/sys/arch/socppc/dev
AgeCommit message (Expand)Author
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-01-21avoid uninitialised variable useJonathan Gray
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-11-06Use m_defrag(9) when we fail to load fragmented mbuf chains.Martin Pieuchot
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-06-24IPL_MPSAFE bits for macppc with openpic(4).Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-04-08Check for link status in tsec_start(). Prevent the watchdog from fireingMartin Pieuchot
2015-03-10Convert to if_input().Martin Pieuchot
2015-01-24Implement bus_dmamem_alloc_range(9) for macppc/socppc.Mark Kettenis
2015-01-04Implement splassert(9) for powerpc.Martin Pieuchot
2014-12-22unifdef INETTed Unangst
2014-11-30rxr ioctl handling.Brad Smith
2014-07-16the scan for transforming free(...) to (free..., 0) failed becuase thisTheo de Raadt
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-08cut things that relied on mclgeti for rx ring accounting/restriction overDavid Gwynne
2014-05-19There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2014-05-09Format string fixes and removal of -Wno-format for *ppc kernels.Miod Vallat
2014-02-08Don't unmask interrupts that should be left blocked because we're at aMark Kettenis
2012-11-29Remove setting an initial assumed baudrate upon driver attach which is notBrad Smith
2011-08-29Return of the long missing powerpc interrupt rewrite. Was working forDale Rahn
2011-05-09Refactor queue allocation and initialization into a wdc_alloc_queue()Matthew Dempsky
2011-01-08rename imask[] to cpu_imask[] to because imask is too loud as far asTheo de Raadt
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-09-20Get rid of evcount's support for arranging counters in a treeMatthew Dempsky
2010-03-03Add support for the ipp_ind_ext_int[0] interrupt.Mark Kettenis
2009-12-21Cleanup promiscuous mode and multicast handling. From Brad.Mark Kettenis
2009-10-01Generic soft interrupts for macppc. Tested by mk@, deraadt@Mark Kettenis
2009-09-14Deal with the fact that we need to control an external PHY attached to TSEC2Mark Kettenis
2009-09-12Compensate for the fact the the FDT uses a different offset for the registersMark Kettenis
2009-09-12Initialize global pointer to interrupt controller softc earlier such that weMark Kettenis
2009-09-09Use information from the FDT to set up bus tags and extents.Mark Kettenis
2009-09-06Attach devices to obio(4) based on information from the flattened deviceMark Kettenis
2009-09-02Attach devices to mainbus(4) based on information from the flattened deviceMark Kettenis
2009-08-27malloc() last two args were swapped, amazing things did not break; ok kettenis@Miod Vallat
2009-08-26Hack to get the right interrupt pin for the onboard vge(4) on the RB600.Mark Kettenis
2009-08-26Use comconsfreq instead of hardcoded frequency. Still a bit of a hack, butMark Kettenis
2009-08-25Set up bus tag for mmio. Create extents corresponding to the bus tags andMark Kettenis
2009-08-24Specify proper size for device softc.Mark Kettenis
2009-08-24Glue to deal with the retarded way the CF slots are wired up on the RB600.Mark Kettenis
2009-08-22Constify the what/name parameter of pci_intr_establish().Michael Knudsen
2009-08-13- set DV_IFNET, instead of DV_NULLJasper Lievisse Adriaanse
2009-08-09MCLGETI() will now allocate a mbuf header if it is not provided, thusTheo de Raadt
2009-06-09backout interrupt diff until it the next round of fixesTheo de Raadt
2009-06-02Reintroduce the macppc interrupt subsystem rewrite. Several bugs haveDale Rahn
2009-03-30bzero pci attach argsMark Kettenis