FreeBSD src
Go to file
gibbs 963bd9a03b - KNF cleanup.
- Add support for memory mapped I/O.
- Use DMA to get SCBs down to the adapters.
- Remove old paging code.
- Be much smarter about how we allocate SCB space.  The old, simple method
  wasted almost half a page per SCB. Ooops.
- Make command complete interrupt processing more efficient.
- Break the monolithic ahc_intr into sub-routines.  The sub-routines handle
  rare, special case events so the function call is not a penalty and the
  removal of the code from the main routine most likely improves performance
  instruction prefech will work better and less code is pushed into the cache.
- Never, ever allow tagged queueing if a device has disconnection disabled.
- Clean up and simplify timeout code.  Many of the changes are to handle the
  new DMA scheme.
1996-10-25 06:42:53 +00:00
bin Close PR# 1206. sh(1) now ignores SIGINT and SIGQUIT 1996-10-22 03:02:07 +00:00
contrib Add upgrade instructions. 1996-10-20 09:49:53 +00:00
eBones More ${.CURDIR} changes. 1996-10-01 15:20:29 +00:00
etc fixes: 1996-10-24 09:43:59 +00:00
games Install the rumors file. 1996-10-19 20:11:45 +00:00
gnu Fix the dependancies. 1996-10-24 18:03:53 +00:00
include Fixed tabs and punctuation to match nearby (and KNF) style. Sigh. 1996-10-24 04:05:54 +00:00
lib GNU-style changes: 1996-10-23 16:40:20 +00:00
libexec If errors occur during the loading of the shared libraries required by 1996-10-24 16:24:19 +00:00
lkm Prepare kernel to take advantage of "branded" ELF binaries. 1996-10-16 17:51:08 +00:00
release fix FAQ URL. Note for Jordan: don't merge this change into 2.1.6! 1996-10-23 22:28:56 +00:00
sbin Mention the historic mount options, as `deprecated'. 1996-10-22 21:56:58 +00:00
secure Fold sendmail-8.8.2 changes into files that have been touched. 1996-10-24 05:07:25 +00:00
share Add ports-astro. 1996-10-24 11:26:16 +00:00
sys - KNF cleanup. 1996-10-25 06:42:53 +00:00
tools Actually tell people what ifinfo is. 1996-10-11 18:27:35 +00:00
usr.bin Change recently added diagnostics to more descriptive 1996-10-25 00:13:14 +00:00
usr.sbin Add support for handling the YP_SECURE and YP_INTERDOMAIN keys from 1996-10-24 18:58:26 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile oops, how did this get into the reinstall target? :-] 1996-10-14 12:58:47 +00:00