1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00
freebsd/sys
Duncan Barclay 4e618aafa1 Functional driver with new command queue in place.
Working download and start/join network. What's nice is that I didn't touch
TX or RX code at all.

Not fully done yet - stubs for assoc, cast, promisc and user param updating. I
can't work out the "nicest" way to get the mcast and promisc interactions
sorted without needing to abort runq commands half way through. And, as
mcast/promisc used elsewhere I want to get this right.

Other stuff
	Fancy new debugging with __FUNCTION__ and __LINE__.

	Lots of panic's inserted until I check some stuff out.

	Removed all of the old scheduler.

	Removed start join timeout as I don't need it.

	Removed the promiscuous broadcast code that waas ifdef'd out.

	New CCS allocation
2000-04-21 15:01:49 +00:00
..
alpha
amd64 IO apics are not necessarily page aligned, they are only required to be aligned 2000-04-20 14:40:11 +00:00
boot Make the loader a little smarter about when it is and is not allowed 2000-04-21 04:58:51 +00:00
cam
coda Remove ~25 unneeded #include <sys/conf.h> 2000-04-19 14:58:28 +00:00
compat Fix include paths so that this builds correctly. 2000-04-21 05:54:11 +00:00
compile
conf card_if.m used by oldcard now too 2000-04-20 07:55:56 +00:00
contrib
crypto Remove ~25 unneeded #include <sys/conf.h> 2000-04-19 14:58:28 +00:00
ddb
dev Functional driver with new command queue in place. 2000-04-21 15:01:49 +00:00
fs Remove ~25 unneeded #include <sys/conf.h> 2000-04-19 14:58:28 +00:00
geom
gnu Remove ~25 unneeded #include <sys/conf.h> 2000-04-19 14:58:28 +00:00
i4b
i386 Fix include paths so that this builds correctly. 2000-04-21 05:54:11 +00:00
isa Remove ~25 unneeded #include <sys/conf.h> 2000-04-19 14:58:28 +00:00
isofs/cd9660
kern Remove ~25 unneeded #include <sys/conf.h> 2000-04-19 14:58:28 +00:00
libkern
miscfs Remove the linprocfs bits from their old location, as they've moved now. 2000-04-20 03:56:10 +00:00
modules Point to the new location of the sources under the i386 linux compatibility 2000-04-20 03:55:19 +00:00
msdosfs
net Remove ~25 unneeded #include <sys/conf.h> 2000-04-19 14:58:28 +00:00
netatalk
netatm
netgraph Remove ~25 unneeded #include <sys/conf.h> 2000-04-19 14:58:28 +00:00
netinet Let initialize th_sum before in6_cksum(), again. 2000-04-19 15:05:00 +00:00
netinet6 Remove ~25 unneeded #include <sys/conf.h> 2000-04-19 14:58:28 +00:00
netipx
netkey
netnatm
netncp
netns
nfs Remove ~25 unneeded #include <sys/conf.h> 2000-04-19 14:58:28 +00:00
nfsclient Remove ~25 unneeded #include <sys/conf.h> 2000-04-19 14:58:28 +00:00
nfsserver Remove ~25 unneeded #include <sys/conf.h> 2000-04-19 14:58:28 +00:00
ntfs Remove ~25 unneeded #include <sys/conf.h> 2000-04-19 14:58:28 +00:00
nwfs
pc98 Remove ~25 unneeded #include <sys/conf.h> 2000-04-19 14:58:28 +00:00
pccard o Preliminary support for mapping the CIS by the driver. 2000-04-20 08:37:46 +00:00
pci Add TI-1211 chipset from datasheet info 2000-04-20 03:16:49 +00:00
posix4
powerpc
rpc
svr4 Remove ~25 unneeded #include <sys/conf.h> 2000-04-19 14:58:28 +00:00
sys
tools
ufs o Introduce an extended attribute backing file header magic number 2000-04-19 20:12:41 +00:00
vm vm_object_shadow: Remove an incorrect assertion. In obscure circumstances 2000-04-19 16:32:04 +00:00
Makefile