NetBSD/sys
drochner 3a1bb8a2ff gcc4 found that it can't store
#define  TULIP_TXTIMER           4
in
u_int32_t tulip_txtimer : 2;        /* transmission timer */

gcc4 appears to be right. "tulip_txtimer" is purely used by software,
so give it the full integer.
(Appearently the txtimer could never work.)
2006-05-29 15:12:57 +00:00
..
altq kauth fallout 2006-05-15 00:05:16 +00:00
arch Remove unused file. Pointed out by Pavel Cahyna. 2006-05-28 17:14:59 +00:00
coda integrate kauth. 2006-05-14 21:19:33 +00:00
compat Extend "struct ntptimeval" for the needs of "timecounters". 2006-05-29 09:57:54 +00:00
conf Move definition of the 'fb' attribute to global scope and make machfb@pci 2006-05-28 08:57:53 +00:00
contrib/dev/ath integrate kauth. 2006-05-14 21:19:33 +00:00
crypto quell GCC 4.1 uninitialised variable warnings. 2006-05-10 21:53:14 +00:00
ddb integrate kauth. 2006-05-14 21:19:33 +00:00
dev gcc4 found that it can't store 2006-05-29 15:12:57 +00:00
dist Initialize h4 and h6 to NULL. 2006-05-23 22:24:32 +00:00
fs hide more by ifdef _KERNEL. 2006-05-27 09:12:31 +00:00
gdbscripts merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ipkdb Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:45:08 +00:00
kern regen 2006-05-29 09:58:51 +00:00
lib Provide __movmem* aliases to __movstr* functions. 2006-05-22 21:34:08 +00:00
lkm remove gcc4 stuff since it is done in bsd.kmod.mk 2006-05-21 05:43:49 +00:00
miscfs integrate kauth. 2006-05-14 21:31:52 +00:00
net add sysctl for routing stats 2006-05-27 23:08:11 +00:00
net80211 integrate kauth. 2006-05-14 21:19:33 +00:00
netatalk integrate kauth. 2006-05-14 21:19:33 +00:00
netccitt integrate kauth. 2006-05-14 21:19:33 +00:00
netinet remove some dead code 2006-05-28 11:07:04 +00:00
netinet6 Make the mbuf writable before calling in6_clearscope(). Based on patch sent 2006-05-25 21:32:47 +00:00
netipsec integrate kauth. 2006-05-14 21:19:33 +00:00
netisdn integrate kauth. 2006-05-14 21:19:33 +00:00
netiso integrate kauth. 2006-05-14 21:19:33 +00:00
netkey Make this compile without INET6. Spotted by Arto Selonen and Kurt 2006-01-25 15:12:05 +00:00
netnatm merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
netns integrate kauth. 2006-05-14 21:19:33 +00:00
netsmb integrate kauth. 2006-05-14 21:19:33 +00:00
nfs Clean up bogus whitespace 2006-05-28 13:23:08 +00:00
opencrypto integrate kauth. 2006-05-14 21:31:52 +00:00
stand merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
sys regen 2006-05-29 09:58:51 +00:00
ufs Read the inode version number fro a more reliable source, quelling a 2006-05-24 21:08:00 +00:00
uvm move wait points for kva from upper layers to vm_map. PR/33185 #1. 2006-05-25 14:27:28 +00:00
Makefile merge ktrace-lwp. 2005-12-11 12:16:03 +00:00