Age | Commit message (Expand) | Author |
2015-06-24 | IPL_MPSAFE bits for macppc with openpic(4). | Martin Pieuchot |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-04-08 | Check for link status in tsec_start(). Prevent the watchdog from fireing | Martin Pieuchot |
2015-03-10 | Convert to if_input(). | Martin Pieuchot |
2015-01-24 | Implement bus_dmamem_alloc_range(9) for macppc/socppc. | Mark Kettenis |
2015-01-04 | Implement splassert(9) for powerpc. | Martin Pieuchot |
2014-12-22 | unifdef INET | Ted Unangst |
2014-11-30 | rxr ioctl handling. | Brad Smith |
2014-07-16 | the scan for transforming free(...) to (free..., 0) failed becuase this | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-08 | cut things that relied on mclgeti for rx ring accounting/restriction over | David Gwynne |
2014-05-19 | There is no need to remember which usb(4) device is the child of an USB | Martin Pieuchot |
2014-05-09 | Format string fixes and removal of -Wno-format for *ppc kernels. | Miod Vallat |
2014-02-08 | Don't unmask interrupts that should be left blocked because we're at a | Mark Kettenis |
2012-11-29 | Remove setting an initial assumed baudrate upon driver attach which is not | Brad Smith |
2011-08-29 | Return of the long missing powerpc interrupt rewrite. Was working for | Dale Rahn |
2011-05-09 | Refactor queue allocation and initialization into a wdc_alloc_queue() | Matthew Dempsky |
2011-01-08 | rename imask[] to cpu_imask[] to because imask is too loud as far as | Theo de Raadt |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-03-03 | Add support for the ipp_ind_ext_int[0] interrupt. | Mark Kettenis |
2009-12-21 | Cleanup promiscuous mode and multicast handling. From Brad. | Mark Kettenis |
2009-10-01 | Generic soft interrupts for macppc. Tested by mk@, deraadt@ | Mark Kettenis |
2009-09-14 | Deal with the fact that we need to control an external PHY attached to TSEC2 | Mark Kettenis |
2009-09-12 | Compensate for the fact the the FDT uses a different offset for the registers | Mark Kettenis |
2009-09-12 | Initialize global pointer to interrupt controller softc earlier such that we | Mark Kettenis |
2009-09-09 | Use information from the FDT to set up bus tags and extents. | Mark Kettenis |
2009-09-06 | Attach devices to obio(4) based on information from the flattened device | Mark Kettenis |
2009-09-02 | Attach devices to mainbus(4) based on information from the flattened device | Mark Kettenis |
2009-08-27 | malloc() last two args were swapped, amazing things did not break; ok kettenis@ | Miod Vallat |
2009-08-26 | Hack to get the right interrupt pin for the onboard vge(4) on the RB600. | Mark Kettenis |
2009-08-26 | Use comconsfreq instead of hardcoded frequency. Still a bit of a hack, but | Mark Kettenis |
2009-08-25 | Set up bus tag for mmio. Create extents corresponding to the bus tags and | Mark Kettenis |
2009-08-24 | Specify proper size for device softc. | Mark Kettenis |
2009-08-24 | Glue to deal with the retarded way the CF slots are wired up on the RB600. | Mark Kettenis |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-08-13 | - set DV_IFNET, instead of DV_NULL | Jasper Lievisse Adriaanse |
2009-08-09 | MCLGETI() will now allocate a mbuf header if it is not provided, thus | Theo de Raadt |
2009-06-09 | backout interrupt diff until it the next round of fixes | Theo de Raadt |
2009-06-02 | Reintroduce the macppc interrupt subsystem rewrite. Several bugs have | Dale Rahn |
2009-03-30 | bzero pci attach args | Mark Kettenis |
2009-02-22 | Replace bcmp in while loop with check of ac_multirangecnt. | Mark Kettenis |
2009-02-17 | - increase the delays in tsec_mii_{read,write}reg() , makes my n1200 happier | Jasper Lievisse Adriaanse |
2009-01-30 | Set mbuf watermarks. | Mark Kettenis |
2009-01-30 | Deal with running out of receive buffers. | Mark Kettenis |
2009-01-30 | Properly clean out our rings when we down the interface. | Mark Kettenis |
2009-01-29 | Make multicast actually work this time. | Mark Kettenis |
2009-01-29 | Switch tsec(4) over to using MCLGETI when allocating mbufs for the rx ring. | Mark Kettenis |
2009-01-28 | Implement proper multicast support. | Mark Kettenis |
2008-12-04 | Revert ppc intr stuff. Make socppc compile again. -moj | Mats O Jansson |