NetBSD/sys
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
..
adosfs add glue required by new genfs_getpages(). 2001-09-30 18:47:48 +00:00
altq
arch Various things that make OFW-driver kernels work on my Firepower LX MP 2001-10-22 14:46:08 +00:00
coda
compat Fixed some mistakes in signal handling (this is still broken) 2001-10-14 17:21:47 +00:00
conf Add kbdmux locator to wsdisplays. 2001-10-13 13:32:20 +00:00
crypto
ddb When setting watchpoints, call pmap_update() for each watchpoint, rather 2001-10-13 15:17:38 +00:00
dev Remove hack to skip OFW nodes which don't correspond to devices. These 2001-10-22 14:36:55 +00:00
filecorefs add glue required by new genfs_getpages(). 2001-09-30 18:47:48 +00:00
gdbscripts
ipkdb
isofs use fifo_putpages 2001-09-22 22:49:32 +00:00
kern in pool_drain(), call pool_reclaim() while we still have interrupts blocked 2001-10-21 00:06:05 +00:00
lib Fix compilation on Alpha with ARP_DEBUG. 2001-10-18 19:00:38 +00:00
lkm enable aout lkm on sparc & i386 2001-10-10 12:48:49 +00:00
miscfs s/genfs_do_putpages/genfs_gop_write/ in uvmhist. 2001-10-03 14:13:08 +00:00
msdosfs typo in previous. 2001-09-22 22:20:00 +00:00
net Add ETHERTYPEs for MPLS (Unicast & Multicast). 2001-10-18 21:29:19 +00:00
netatalk
netccitt Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historical 2001-10-18 20:17:24 +00:00
netinet Make tcp_outflags & tcpstates const. 2001-10-20 03:19:41 +00:00
netinet6 gather stats on raw ip6 socket. sync with kame 2001-10-18 09:12:13 +00:00
netisdn Install i4b_rbch_ioctl.h, it is needed i.e. for userland PPP. 2001-10-21 17:02:06 +00:00
netiso Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historical 2001-10-18 20:17:24 +00:00
netkey sync with kame: 2001-10-19 01:57:20 +00:00
netnatm
netns Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historical 2001-10-18 20:17:24 +00:00
netsmb
nfs Remove so variables that are only ever set and never referenced. 2001-10-13 23:25:58 +00:00
ntfs
smbfs
stand
sys Remove two cases of: 2001-10-21 19:24:43 +00:00
ufs initialize the vnode's copy of the size in lfs_ialloc(). 2001-10-14 19:06:16 +00:00
uvm add some missing spinlocks. 2001-10-21 00:04:42 +00:00
Makefile Use @true instead of @${TRUE} in includes-foo targets, since there is no 2001-10-12 21:05:08 +00:00