freebsd-skq/sys
Hartmut Brandt 99f0c33243 Split the chip-specific code from the generic Utopia code. This simplifies
adding of new physical chips. Now one just needs to add a .h and a .c
file for the new chip and add one line to utopia.c for that chip.
2005-02-24 16:56:36 +00:00
..
alpha Use a common multi-inclusion protection, and add such a 2005-02-19 21:16:48 +00:00
amd64 According to kern_poll.c, you cannot use DEVICE_POLLING with SMP. Add a 2005-02-23 04:13:11 +00:00
arm MFp4: get the code that set the pc correctly to work, remove a few IQ31244 2005-02-20 21:34:59 +00:00
boot
bsm
cam Reference a pointer correctly when copying to it's location. 2005-02-21 00:28:36 +00:00
coda Replace the workaround for a deadlock bug in Coda with a different 2005-02-20 23:01:57 +00:00
compat Implement IoCancelIrp(), IoAcquireCancelSpinLock(), IoReleaseCancelSpinLock() 2005-02-23 16:44:33 +00:00
conf Split the chip-specific code from the generic Utopia code. This simplifies 2005-02-24 16:56:36 +00:00
contrib Do not fail to initialize callouts (on SMP only) -- it leads to crashing. 2005-02-22 04:27:05 +00:00
crypto
ddb Start each of the license/copyright comments with /*- 2005-01-06 01:34:41 +00:00
dev Split the chip-specific code from the generic Utopia code. This simplifies 2005-02-24 16:56:36 +00:00
doc
fs remove dead code 2005-02-22 19:02:24 +00:00
gdb
geom Correctly calculate what to do and how to retry a request to a plex when 2005-02-23 14:59:14 +00:00
gnu move ptr deref's to after null ptr checks 2005-02-24 01:40:52 +00:00
i4b
i386 Also remove CPU_ENABLE_TCC from the NOTES build. 2005-02-23 16:45:55 +00:00
ia64 Use a common multi-inclusion protection, and add such a 2005-02-19 21:16:48 +00:00
isa
isofs/cd9660 Conditionalize cd9660 chattiness regarding the nature of the file system 2005-02-18 10:49:55 +00:00
kern change m_adj to reclaim unused mbufs instead of zero'ing m_len 2005-02-24 00:40:33 +00:00
libkern
modules Hook p4tcc up to the module build. 2005-02-23 16:44:06 +00:00
net o Move ifcr_count sanity check up and reject negative values before we 2005-02-24 13:14:41 +00:00
net80211 mark timestamp for pending fragments 2005-02-23 04:52:30 +00:00
netatalk When generating a phase II ARP lookup from aarpwhohas(), use a 2005-02-22 14:37:22 +00:00
netatm In the current world order, solisten() implements the state transition of 2005-02-21 21:58:17 +00:00
netgraph In the current world order, solisten() implements the state transition of 2005-02-21 21:58:17 +00:00
netinet Fix problem when master comes up with one interface down, and preempts 2005-02-24 09:05:28 +00:00
netinet6 eliminate dead code 2005-02-23 22:53:04 +00:00
netipsec
netipx In the current world order, solisten() implements the state transition of 2005-02-21 21:58:17 +00:00
netkey
netnatm
netncp avoid potential null ptr derefs 2005-02-23 22:44:38 +00:00
netsmb
nfs
nfs4client Follow v_id changes in NFSv[23] 2005-02-22 15:15:28 +00:00
nfsclient vp->v_id is a private field for the vfs namecache and it is a big mistake 2005-02-22 14:52:00 +00:00
nfsserver
opencrypto
pc98 Fix to support Buffalo HYPERMEMORY. 2005-02-24 13:15:05 +00:00
pccard
pci
posix4
powerpc Use a common multi-inclusion protection, and add such a 2005-02-19 21:16:48 +00:00
rpc
security Remove an accidental clearing of the new label pointer on a system V 2005-02-24 16:08:41 +00:00
sparc64 Silence witness warnings about duplicate pmap lock emitted since 2005-02-18 15:37:34 +00:00
sys Group the fields in struct vnode by their function and stick comments 2005-02-22 18:49:03 +00:00
tools
ufs - Add VOP locking asserts in several functions that have been implicated in 2005-02-22 23:56:42 +00:00
vm Revert the first part of revision 1.114 and modify the second part. On 2005-02-24 06:13:01 +00:00
Makefile