freebsd-dev/sys/i386/isa
David Greenman 0e195446b7 Bug fixes and performance improvements from John Dyson and myself:
1) check va before clearing the page clean flag. Not doing so was
	causing the vnode pager error 5 messages when paging from
	NFS. (pmap.c)
2) put back interrupt protection in idle_loop. Bruce didn't think
	it was necessary, John insists that it is (and I agree). (swtch.s)
3) various improvements to the clustering code (vm_machdep.c). It's
	now enabled/used by default.
4) bad disk blocks are now handled properly when doing clustered IOs.
	(wd.c, vm_machdep.c)
5) bogus bad block handling fixed in wd.c.
6) algorithm improvements to the pageout/pagescan daemons. It's amazing
	how well 4MB machines work now.
1994-04-20 07:06:57 +00:00
..
ic Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 13:48:52 +00:00
sound Make all devices at least 2*64K buffers, 2*32K buffers 1994-04-13 01:57:03 +00:00
aha1542.c Bounce buffers. From John Dyson with help from me. 1994-03-23 09:16:04 +00:00
aha1742.c Increase the timout on aha_send_mbox from 1ms to 3ms, needed to reliably 1994-02-17 05:48:08 +00:00
bt742a.c from John Dyson: 1994-04-05 03:23:32 +00:00
clock.c At the suggestion of Bruce Evans, don't zero RTC diag register. Doing so 1994-02-06 22:48:13 +00:00
fd.c Bug fixes and performance improvements from John Dyson and myself: 1994-04-20 07:06:57 +00:00
fdc.h From: Jim Babb <babb@sedhps01.mdc.com> 1994-02-14 22:24:28 +00:00
fdreg.h Tentative fdc patches... 1994-02-07 22:12:45 +00:00
ft.c Delete some references to sleep() that somehow crept in. 1994-03-20 00:30:04 +00:00
ftreg.h Add floppy tape driver - fd => fdc 1994-02-07 04:27:13 +00:00
icu.h New interrupt code from Bruce Evans. In additional to Bruce's attached 1994-04-02 07:00:53 +00:00
icu.s New interrupt code from Bruce Evans. In additional to Bruce's attached 1994-04-02 07:00:53 +00:00
if_ed.c Add delays after changing from 8/16 - 16/8 bit mode and after enabling/ 1994-04-13 10:15:34 +00:00
if_edreg.h Fixed brokeness in the support of the 83C790/Elite Ultra (now that I 1994-04-10 20:06:28 +00:00
if_el.c from kimmel@varese.cs.umass.edu (Matt Kimmel): 1994-04-07 12:10:31 +00:00
if_elreg.h from kimmel@varese.cs.umass.edu (Matt Kimmel): 1994-04-07 12:10:31 +00:00
if_ep.c Added David Mills' kernel NTP PLL code. The current version of NTP does 1994-03-15 01:58:22 +00:00
if_epreg.h Committed the original NetBSD version of this driver to get the changes 1994-01-10 18:56:26 +00:00
if_ie.c if_ep.c: removed netisr.h, fixed unconverted ep_ac, changed <> into "" 1994-02-03 11:51:12 +00:00
if_iereg.h > Gcc2 generates memcpy calls when doing some structure copying in the 1993-10-12 06:52:34 +00:00
if_is.c New interrupt code from Bruce Evans. In additional to Bruce's attached 1994-04-02 07:00:53 +00:00
if_isreg.h Added new probe code to detect generic lance based cards. Should now 1994-01-31 16:00:53 +00:00
isa_device.h Temporary hack to allow multiple controller support until Rod gets more 1994-01-04 20:06:30 +00:00
isa.c Change from Bruce: 1994-04-02 20:43:25 +00:00
isa.h Fixed comment that refered to 8252 (we really have 8253's). 1994-01-05 15:03:28 +00:00
iso8859.font Added S'ren's Copyright to the file and sync up to version 1.3 1994-02-01 06:34:44 +00:00
kbd.h Made all header files idempotent and moved incorrect common data from 1993-11-07 17:44:34 +00:00
kbdtables.h Russian keymap is broken after last commit (fixed) 1994-02-01 09:27:43 +00:00
lpt.c change to lptioctl 1994-04-08 22:13:49 +00:00
lptreg.h Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 13:48:52 +00:00
mcd.c Bug fixes and performance improvements from John Dyson and myself: 1994-04-20 07:06:57 +00:00
mcdreg.h This is Jordans probe code fixes. Tested on LU002, FX001D. Then I went 1994-02-22 08:44:31 +00:00
mse.c Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and 1993-11-25 01:38:01 +00:00
npx.c New interrupt code from Bruce Evans. In additional to Bruce's attached 1994-04-02 07:00:53 +00:00
rtc.h RTCFDT_720K (physical drive 720K) added. 1993-12-18 01:12:47 +00:00
sio.c Add declaration missing from previous bde's version 1994-04-03 12:25:57 +00:00
sioreg.h Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 19:17:18 +00:00
spkr.c Fix error with tsleep loop 1994-01-25 23:04:27 +00:00
syscons.c Patch from S0ren, 80x50 font trashed after switching from X console 1994-04-12 00:05:23 +00:00
timerreg.h Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 13:48:52 +00:00
ultra14f.c Enabled bounce buffers by default. This should be done via a probe for 1994-03-24 02:23:00 +00:00
vector.s New interrupt code from Bruce Evans. In additional to Bruce's attached 1994-04-02 07:00:53 +00:00
wd.c Bug fixes and performance improvements from John Dyson and myself: 1994-04-20 07:06:57 +00:00
wdreg.h New wd driver, based on Bruce Evans 'wx/altwd' driver which has passed 1994-01-04 20:05:26 +00:00
wt.c Make everything compile with -Wtraditional. Make it easier to distribute 1993-12-19 00:55:01 +00:00
wtreg.h wt.c - version 1.3 1993-12-13 18:38:44 +00:00