Go to file
thorpej 783ea940e5 Various things that make OFW-driver kernels work on my Firepower LX MP
again:
- Special-case the attachment of CPUs, and logically attach them to
  "mainbus", attaching them before any other devices.  Otherwise,
  CPUs would be found very late in the game on my Firepower.
- Sanity check the timebase-frequency property, printing a warning if
  it's not the same on each CPU.
- Pass the correct CPU ID to cpu_attach_subr().
- Fetch the platform name from the OFW root node.  We can key off this
  later when we implement support for native drivers in the ofppc port.
- Use a table of "special" toplevel OFW nodes ... we skip these nodes
  during the device configuration phase.  This generally includes the
  "options", "packages", etc. nodes.  Inspired by sparc & sparc64 ports.
2001-10-22 14:46:08 +00:00
bin enable WARNS?= 2 2001-10-19 00:59:07 +00:00
crypto Turn on TCP_NODELAY over loopback 2001-10-18 19:46:12 +00:00
dist copyright clarification, from tcpdump.org 2001-10-22 06:59:26 +00:00
distrib install all the macro links to queue.3 using the correct UPPER_CASE names 2001-10-22 04:54:00 +00:00
etc Fix typo on pci* add's. Missing bash 2001-10-20 05:57:32 +00:00
games Add one. 2001-10-22 00:55:00 +00:00
gnu Bah, move ".include <bsd.own.mk>" to before USE_NEW_TOOLCHAIN check. 2001-10-22 03:31:41 +00:00
include add wcstod/wcstol/wcstoul. 2001-09-27 16:30:35 +00:00
lib Remove an extra character in a comment block. 2001-10-20 09:20:28 +00:00
libexec Fix how underfined weak symbols are treated -- before, ld.so would do nothing 2001-10-14 23:13:21 +00:00
regress Rename prn.c to prename.c to avoid problems with certain Microsoft host OS's. 2001-10-19 03:10:15 +00:00
sbin minor WARNS=2 stuff 2001-10-19 01:16:37 +00:00
share Remove tab only line. (Emacs makefile mode complains it.) 2001-10-22 10:53:47 +00:00
sys Various things that make OFW-driver kernels work on my Firepower LX MP 2001-10-22 14:46:08 +00:00
tools If <srcdir>/../Makefile.inc exists, pull it in as well before setting 2001-10-22 05:30:47 +00:00
usr.bin Move CPPFLAGS addition for lint1/arch to Makefile.inc so each subdir will 2001-10-22 05:19:31 +00:00
usr.sbin + add backwards compatibility hook for old pw_mkdb() calls with no args 2001-10-22 11:00:05 +00:00
Makefile Remove distrib and etc from _SUBDIR. These should never get added to the 2001-10-21 08:03:01 +00:00
Makefile.inc
UPDATING mtree update needed 2001-10-05 16:24:34 +00:00
build.sh Move mkdir of TOOLDIR/bin to after removing TOOLDIR as specified by -r. 2001-10-19 16:43:47 +00:00