1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/sys
Amancio Hasty 2b1973e8ad Bugs/Enhancements:
1. Takeshi Ohashi <ohashi@atohasi.mickey.ai.kyutech.ac.jp> submitted
   code to support bktr_read . /usr/src/share/examples/rgb24.c now works 8)

2. Flemming Jacobsen <fj@schizo.dk.tfs.com> submitted code to support
   radio available with in some bt848 based cards;additionally, wrote
   code to correctly recognized his bt848 card.
3. Roger Hardiman <roger@cs.strath.ac.uk> submitted various fixes to smooth
   out the microcode and made all modes consistent.

4. Added supported for yuv12 so we know can capture raw streams and feed it
   to mpeg_encoder . The upshot is that we can now mpeg encode more and save
   nearly 100 percent of the disk requirements previously for programs such
   as fxtv first save the raw video image to disk then converted to a
   format suitable for mpeg_encode.
1998-02-02 13:09:12 +00:00
..
alpha Declare printf() instead of including <stdio.h>, so that this doesn't 1998-02-01 18:47:56 +00:00
amd64 Fixed disordering of busdma* and swi_vm. 1998-02-01 23:00:53 +00:00
compat sigh....forgot to update the DEBUG printf 1998-01-05 01:17:42 +00:00
compile
conf Cosmetic changes (indentation, reordering and using existing file name). 1998-02-02 07:55:31 +00:00
ddb
dev Bugs/Enhancements: 1998-02-02 13:09:12 +00:00
fs Make the debug options new-style. 1998-01-31 07:23:16 +00:00
geom Remove unused devfs include. (Julian or Satoshi might want to add proper 1998-01-31 03:19:06 +00:00
gnu Retire LFS. 1998-01-30 11:34:06 +00:00
i386 Bugs/Enhancements: 1998-02-02 13:09:12 +00:00
isa APM calls inittodr(0) which is stupid, but at least stop setting the 1998-01-28 10:41:33 +00:00
isofs/cd9660 Unspammed nested include of <vm/vm_zone.h>. 1997-12-27 02:56:39 +00:00
kern Return the vm_map in the eproc structure, so we can support more accurate 1998-02-02 05:14:03 +00:00
libkern Make our v_usecount vnode reference count work identically to the 1998-01-06 05:26:17 +00:00
miscfs Make the debug options new-style. 1998-01-31 07:23:16 +00:00
modules Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolute 1998-02-01 18:12:15 +00:00
msdosfs Unspammed nested include of <vm/vm_zone.h>. 1997-12-27 02:56:39 +00:00
net Revert previous commit. Remove all ifp->if_* = 0 initializations, 1998-02-01 05:36:44 +00:00
netatalk Make the debug options new-style. 1998-01-31 07:23:16 +00:00
netinet Make POWERFAIL_NMI, PPS_SYNC and NATM new style options. 1998-01-31 05:00:21 +00:00
netipx Forward declare more structs that are used in prototypes here - don't 1998-02-01 20:08:39 +00:00
netkey
netnatm
netns Make INET a proper option. 1998-01-08 23:42:31 +00:00
nfs Moved declaration of `union nethostadr' outside of the KERNEL section, 1998-02-01 21:23:29 +00:00
nfsclient Moved declaration of `union nethostadr' outside of the KERNEL section, 1998-02-01 21:23:29 +00:00
nfsserver Moved declaration of `union nethostadr' outside of the KERNEL section, 1998-02-01 21:23:29 +00:00
pc98 Sync with sys/i386/isa/wd.c revision 1.150. 1998-02-02 09:52:28 +00:00
pccard Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. 1998-01-24 02:54:56 +00:00
pci Bugs/Enhancements: 1998-02-02 13:09:12 +00:00
powerpc/include
rpc
scsi Serves me right for committing code late at night... 1998-02-01 18:09:50 +00:00
sys Bugs/Enhancements: 1998-02-02 13:09:12 +00:00
tools
ufs Back out recent laptop sync changes. They had significant errors. 1998-02-01 08:24:00 +00:00
vm Forward declare more structs that are used in prototypes here - don't 1998-02-01 20:08:39 +00:00
Makefile