freebsd-nq/sys
Bill Paul e237b45890 - In ndis_intr(), don't do any interrupt processing if the IFF_UP
flag isn't set.
- In ndis_attach(), halt the NIC before exiting the routine. Calling
  ndis_init() will bring it up again, and we don't want it running
  (and potentially generating interrupts) until we're ready to deal
  with it.
2003-12-25 09:44:49 +00:00
..
alpha GC the unused <machine/kse.h> file. 2003-12-24 00:51:30 +00:00
amd64 GC the unused <machine/kse.h> file. 2003-12-24 00:51:30 +00:00
arm Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit 2003-09-25 01:10:26 +00:00
boot
cam
coda
compat Avoid using any of the ndis_packet/ndis_packet_private fields for 2003-12-25 06:04:40 +00:00
conf
contrib Changes to the import script to handle the compiler/debugger import. 2003-12-09 03:13:37 +00:00
crypto
ddb Reworked rev.1.14. Use the ELF symbol type again to summarily reject 2003-09-28 06:02:33 +00:00
dev - In ndis_intr(), don't do any interrupt processing if the IFF_UP 2003-12-25 09:44:49 +00:00
fs
geom
gnu Fixed a reference to a nonexistent variable in previous commit. Renaming 2003-11-05 11:56:58 +00:00
i4b
i386 GC the unused <machine/kse.h> file. 2003-12-24 00:51:30 +00:00
ia64 Don't use NULL with integral types. 2003-12-24 19:55:07 +00:00
isa
isofs/cd9660
kern Fix another 0 / NULL mixup. 2003-12-25 01:17:27 +00:00
libkern
modules Move the acpi module down a directory. This will allow us to import 2003-12-24 03:49:38 +00:00
net correct bridge_version: replace unexpanded RCS keywords by a fixed string 2003-12-24 17:47:45 +00:00
net80211
netatalk
netatm
netgraph NULL -> 0 where appropriate. 2003-12-24 18:51:01 +00:00
netinet NULL is not 0. 2003-12-24 18:22:04 +00:00
netinet6 Catch a few places where NULL (pointer) was used where 0 (integer) was 2003-12-23 11:01:17 +00:00
netipsec Push m_apply() and m_getptr() up into the colleciton of standard mbuf 2003-12-15 21:49:41 +00:00
netipx
netkey
netnatm
netncp
netsmb
nfs
nfs4client This patch fixes two little portability (to !GCC compilers) problems: 2003-12-11 11:30:26 +00:00
nfsclient Use function pointers to remove the depenancy cross dependancy on nfs4 2003-11-22 02:21:49 +00:00
nfsserver
opencrypto
pc98
pccard - Implement selwakeuppri() which allows raising the priority of a 2003-11-09 09:17:26 +00:00
pci
posix4
powerpc GC the unused <machine/kse.h> file. 2003-12-24 00:51:30 +00:00
rpc
security
sparc64 GC the unused <machine/kse.h> file. 2003-12-24 00:51:30 +00:00
sys regen (after removal of restrict) 2003-12-24 19:10:16 +00:00
tools Changes for new SMP-safe kobj method dispatch algorithm. 2003-10-16 13:29:26 +00:00
ufs
vm - Create an unmapped guard page to trap access to vm_page_array[-1]. 2003-12-22 02:04:08 +00:00
Makefile