freebsd-dev/sys
Mark Murray 61ca849927 From the author:
Here are the remanding changes required to support the Ensoniq
Soundscape using FreeBSD 3.0-current.

Notes:

  1) ad1848_init already has code to detect if DMA_DUPLEX should
     be set so it is not necessary (and is in fact a mistake) to
     hard code setting it.  Not all soundcards (i.e. the current
     sscape driver) are capable of using DMA_DUPLEX.

  2) The other changes are hopefully self explanatory.  Feel free
     to let me know if you need additional information.

Submitted by:	john@feith.com (John Wehle)
1997-11-25 19:30:38 +00:00
..
alpha Added support for linux sound ioctls: 1997-11-17 04:00:32 +00:00
amd64 Fixed multiple definitions of boothowto. 1997-11-24 18:35:11 +00:00
compat Added support for linux sound ioctls: 1997-11-17 04:00:32 +00:00
compile
conf From the author: 1997-11-25 19:30:38 +00:00
ddb Cleaned up revs.1.19-1.21: 1997-11-20 16:53:23 +00:00
dev Move the hardware currsor off screen when getting back from an 1997-11-25 12:44:44 +00:00
fs Staticize. 1997-11-18 15:07:35 +00:00
geom There is no ccdread() nor ccdwrite(). 1997-11-18 14:39:04 +00:00
gnu Fixed missing #include of "opt_quota.h". 1997-11-24 19:25:24 +00:00
i386 From the author: 1997-11-25 19:30:38 +00:00
isa Move the hardware currsor off screen when getting back from an 1997-11-25 12:44:44 +00:00
isofs/cd9660 Staticize a few things. 1997-11-18 14:40:36 +00:00
kern Shift a few SYSINT() calls around. 1997-11-25 07:07:48 +00:00
libkern
miscfs Staticize. 1997-11-18 15:07:35 +00:00
modules
msdosfs Reviewed by: various. 1997-11-12 05:42:33 +00:00
net Unstaticized rn_delete() and rn_lookup(). They are used in dark corners 1997-11-24 13:50:24 +00:00
netatalk
netinet Add Matt Dillon's quick fix hack for the self-connect DoS. 1997-11-20 20:04:49 +00:00
netipx
netkey
netnatm
netns
nfs Don't call malloc(..., M_WAITOK) at splnet(). Doing so is often 1997-11-24 14:18:00 +00:00
nfsclient Don't call malloc(..., M_WAITOK) at splnet(). Doing so is often 1997-11-24 14:18:00 +00:00
nfsserver Don't call malloc(..., M_WAITOK) at splnet(). Doing so is often 1997-11-24 14:18:00 +00:00
pc98 Sync with sys/i386/i386/machdep.c revision up to 1.274. 1997-11-25 09:54:36 +00:00
pccard - Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions with 1997-11-18 21:04:01 +00:00
pci Ifdefed a conditionally used #include. 1997-11-22 06:45:57 +00:00
powerpc/include
rpc
scsi Fixed misuse of O_ACCMODE. Cosmetic. 1997-11-23 11:56:18 +00:00
sys Shift a few SYSINT() calls around. 1997-11-25 07:07:48 +00:00
tools
ufs Fixed overflow in ufs_getblns(). For ufs on systems with 32-bit ints, 1997-11-24 16:33:03 +00:00
vm Removed all traces of P_IDLEPROC. It was tested but never set. 1997-11-24 15:15:33 +00:00
Makefile