opnsense-src/sys/powerpc
Kip Macy db7f0b974f - bump __FreeBSD version to reflect added buf_ring, memory barriers,
and ifnet functions

- add memory barriers to <machine/atomic.h>
- update drivers to only conditionally define their own

- add lockless producer / consumer ring buffer
- remove ring buffer implementation from cxgb and update its callers

- add if_transmit(struct ifnet *ifp, struct mbuf *m) to ifnet to
  allow drivers to efficiently manage multiple hardware queues
  (i.e. not serialize all packets through one ifq)
- expose if_qflush to allow drivers to flush any driver managed queues

This work was supported by Bitgravity Inc. and Chelsio Inc.
2008-11-22 05:55:56 +00:00
..
aim Add support for kernel profiling for both AIM and BookE. 2008-10-27 02:36:03 +00:00
booke Add support for kernel profiling for both AIM and BookE. 2008-10-27 02:36:03 +00:00
compile
conf Add ADB support. This provides support for the external ADB bus on the PowerMac 2008-10-26 19:37:38 +00:00
fpu Include <sys/types.h> before <sys/systm.h> to get typedefs required 2008-04-09 08:50:37 +00:00
include - bump __FreeBSD version to reflect added buf_ring, memory barriers, 2008-11-22 05:55:56 +00:00
mpc85xx Add a driver for the Local Bus Controller. 2008-10-25 06:03:40 +00:00
ofw Prevent the OF syscons module from trying to attach to real devices on the 2008-10-15 03:38:03 +00:00
powermac Fix some possible infinite loops in the ADB code, and remove some hacks 2008-10-30 15:27:13 +00:00
powerpc Remove ipi_all() and ipi_self() as the former hasn't been used at 2008-09-28 18:34:14 +00:00
psim Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. This 2008-10-14 14:54:14 +00:00