NetBSD/sys
garbled 64b69ee83d Support fixes for the Motorola Powerstack E1.
1) The E1 seems to have the int. siop wired to irq 14-level and the internal
   wdc wired to irq 14-edge.  special case and fail the wdc probe on E1's.
2) If we fail to map the NVRAM registers, return, rather than trying to talk
   to them and panic'ing the box.
3) revert my previous "fix" to pnpbus to make irq's default to level.  It
   was wrong, and didn't even fix the powerstack.

With this, we have limited PowerStack E1 support.  The machine cannot
talk to it's IDE controller, and cannot detect it's boot device
automatically, but it does come up and run. Tested with NFS root.
2006-04-26 19:48:01 +00:00
..
altq Complete the FREE -> free transition and add more NULL checks for malloc 2006-04-23 16:57:22 +00:00
arch Support fixes for the Motorola Powerstack E1. 2006-04-26 19:48:01 +00:00
coda COVERITY CID 1113: Don't use NULL for VOP_READDIR 2006-04-12 01:05:14 +00:00
compat replaced all device_printf()'s in compat/ndis/ with printf() 2006-04-24 00:23:41 +00:00
conf Add work in progress lint files that will be used by port specific 2006-04-26 18:36:25 +00:00
contrib/dev/ath
crypto
ddb Coverity CID 1094: Protect against NULL deref. 2006-04-14 22:06:41 +00:00
dev Make wtintr() prototype static too. 2006-04-26 17:21:30 +00:00
dist ipf -Z returns junk and/or can cause a panic (seen on solaris.) 2006-04-18 12:40:49 +00:00
fs s/allready/already/ 2006-04-25 02:19:31 +00:00
gdbscripts
ipkdb
kern lwp_suspend: don't forget to decrement p_nrlwps when suspending ourselves. 2006-04-26 11:44:39 +00:00
lib libc gets gcc millicode from libgcc, so we don't need to keep it 2006-04-22 22:48:53 +00:00
lkm
miscfs Coverity CID 2851: Check for NULL before freeing. 2006-04-12 01:09:43 +00:00
net One __KERNEL_RCSID() should be enough for this file. 2006-04-22 04:58:49 +00:00
net80211
netatalk Coverity CID 2852: Avoid NULL deref. 2006-04-12 01:12:30 +00:00
netccitt Add missing semi-colon. 2006-04-15 01:42:46 +00:00
netinet - use MAXTTL 2006-04-25 08:29:08 +00:00
netinet6 Coverity CID 607: Remove bogus test. 2006-04-15 00:30:48 +00:00
netipsec Add two new sysctls protected under IPSEC_DEBUG: 2006-04-11 20:21:28 +00:00
netisdn
netiso Coverity CID 1157: Move deref after check. 2006-04-15 00:03:56 +00:00
netkey
netnatm
netns Make this compile again. Use ALIGNED_POINTER to determine if we need to 2006-04-23 00:13:19 +00:00
netsmb Coverity CID 609: Kill dead code! BANG! 2006-04-12 01:17:41 +00:00
nfs Prefix iostat structure elements with io_ 2006-04-20 12:13:51 +00:00
opencrypto
stand
sys change from: 2006-04-21 13:56:45 +00:00
ufs remove unused FFS_NAMES and LFS_NAMES. 2006-04-23 14:15:12 +00:00
uvm amap_splitref: assert that origref->ar_amap is initialized 2006-04-21 14:04:45 +00:00
Makefile