freebsd-skq/sys
Warner Losh 78ae73b5ea Eliminate pccard_chip_* tonight.
o ifdef out pccardchip.h (almost all of it, there are dangling bits
o Add rid/res members to pccard_function
o remove pct/pch from pccard_softc
o map memory properly in scan_cis (almost, see XXX for more work)
o manage ccr.
o remove bogus comment I added about touching the ccr being a layering
  violation for pccard.  It is properly done at that level.
o More function prototyping
2000-01-10 06:58:17 +00:00
..
alpha Fixed bounds checking of unit number in promopen(). Minor numbers can 2000-01-09 16:24:55 +00:00
amd64 Uncomment pcic device and put pccard in GENERIC. PCCARD will be removed 2000-01-10 02:29:23 +00:00
boot
cam
coda
compat Removed bogus include of opt_global.h. opt_global.h is automatically 2000-01-09 12:29:45 +00:00
compile
conf * Add `sym' SCSI driver options. 2000-01-09 23:33:38 +00:00
contrib Several performance improvements for soft updates have been added: 2000-01-10 00:24:24 +00:00
crypto
ddb
dev Eliminate pccard_chip_* tonight. 2000-01-10 06:58:17 +00:00
fs Treat negative uio_offset value as eof (idea by: bde). 2000-01-08 10:45:54 +00:00
geom
gnu Support filesystems with the not-so-new "filetype" feature. This 2000-01-05 19:31:26 +00:00
i4b
i386 Uncomment pcic device and put pccard in GENERIC. PCCARD will be removed 2000-01-10 02:29:23 +00:00
isa Removed some more vestiges of ft. 2000-01-09 17:13:35 +00:00
isofs/cd9660
kern Handle the case where we truss an SUGID program -- in particular, we need 2000-01-10 04:09:05 +00:00
libkern
miscfs
modules Cleaned up options handling: 2000-01-09 13:11:19 +00:00
msdosfs Treat negative uio_offset value as eof (idea by: bde). 2000-01-08 10:45:54 +00:00
net Remove BROADCAST flag from faith interface, 2000-01-09 04:35:39 +00:00
netatalk
netatm
netgraph Fix a few obscure memory leaks. 2000-01-05 20:36:07 +00:00
netinet tcp updates to support IPv6. 2000-01-09 19:17:30 +00:00
netinet6 tcp updates to support IPv6. 2000-01-09 19:17:30 +00:00
netipx
netkey
netnatm
netncp
netns Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 04:46:21 +00:00
nfs tcp updates to support IPv6. 2000-01-09 19:17:30 +00:00
nfsclient tcp updates to support IPv6. 2000-01-09 19:17:30 +00:00
nfsserver tcp updates to support IPv6. 2000-01-09 19:17:30 +00:00
ntfs
nwfs
pc98 Put on my asbestos suit and move $mach/conf/*.$mach to conf/*.$mach as 2000-01-09 15:29:10 +00:00
pccard
pci Avoid setting DPARCKEN until I can figure out why it causes 2000-01-10 01:47:51 +00:00
posix4
powerpc Sync with i386 2000-01-08 16:43:46 +00:00
rpc
svr4 Removed bogus include of opt_global.h. opt_global.h is automatically 2000-01-09 12:29:45 +00:00
sys Add new resource flag type: RF_PCCARD_ATTR for pccard's attribute memory. 2000-01-10 06:13:52 +00:00
tools
ufs Several performance improvements for soft updates have been added: 2000-01-10 00:24:24 +00:00
vm
Makefile