NetBSD/sys/arch/i386/isa
davidg 16a520e7ed * Revision 2.11 1993/10/23 04:21:03 davidg
* Novell probe changed to be invasive because of too many complaints
 * about some clone boards not being reset properly and thus not
 * found on a warmboot. Yuck.
 *
 * Revision 2.10  1993/10/23  04:07:12  davidg
 * increment output errors if the device times out (done via watchdog)
 *
 * Revision 2.9  1993/10/23  04:01:45  davidg
 * increment input error counter if a packet with a bad length is
 * detected.
 *
 * Revision 2.8  1993/10/15  10:59:56  davidg
 * increase maximum time to wait for transmit DMA to complete to 120us.
 * call ed_reset() if the time limit is reached instead of trying
 * to abort the remote DMA.
 *
 * Revision 2.7  1993/10/15  10:49:10  davidg
 * minor change to way the mbuf pointer temp variable is assigned in
 * ed_start (slightly improves code readability)
 *
 * Revision 2.6  93/10/02  01:12:20  davidg
 * use ETHER_ADDR_LEN in NE probe rather than '6'.
1993-10-23 04:59:41 +00:00
..
ic Goes with the new cy driver. 1993-10-06 09:27:27 +00:00
TODO
aha1542.c changes from 0.9-ALPHA2 to 0.9-BETA 1993-08-23 04:59:38 +00:00
aha1742.c incorporate changes from 0-9-base to 0-9-ALPHA 1993-07-28 02:20:34 +00:00
bt742a.c scsi_switch had wrong entries for these controllers... 1993-07-17 11:00:09 +00:00
clock.c In resettodr() handle rtcget() failure. 1993-09-21 13:09:10 +00:00
clock.h Put RCS ids back... 1993-08-04 00:42:51 +00:00
clockreg.h Renamed from clock.h. 1993-09-24 09:04:56 +00:00
com.c ifdef out the ttyfree()'s, so that fill_eproc doesn't panic when 1993-09-29 02:36:21 +00:00
comreg.h
cy.c Cyclades Cyclom-{4/8/16}Y multiport async serial board driver. 1993-10-06 09:30:16 +00:00
debug.h Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:48:44 +00:00
dma.c Add at_setup_dmachan(). Minor cleanup. 1993-10-22 20:24:14 +00:00
fd.c Add RCS identifiers (this time on the correct side of the branch), and 1993-08-01 19:22:24 +00:00
fdreg.h
icu.c.old New i386 code. 1993-09-14 17:28:06 +00:00
icu.h Make various macros work if outb() is being inlined. 1993-09-09 15:16:14 +00:00
icu.s Make splimp = splnet | spltty, and get rid of SLIP kluge for splnet and 1993-07-11 14:12:40 +00:00
icureg.h New i386 code. 1993-09-14 17:28:06 +00:00
icuvar.h New i386 code. 1993-09-14 17:28:06 +00:00
if_ec.c
if_ec.h
if_ed.c * Revision 2.11 1993/10/23 04:21:03 davidg 1993-10-23 04:59:41 +00:00
if_edreg.h * Revision 2.5 93/09/30 17:44:14 davidg 1993-10-01 02:01:43 +00:00
if_hp.c Avoid clash of struct ns_addr with #define ns_addr. 1993-09-06 18:30:39 +00:00
if_is.c Move the `#include "bpfilter.h"' to a more logical and easy to find place. 1993-09-06 18:27:22 +00:00
if_isreg.h Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:48:44 +00:00
if_ne.c Display a less cryptic message when the ring buffer overflows. 1993-10-01 23:12:04 +00:00
if_nereg.h
if_we.c Nuke RCS log. 1993-08-03 05:06:26 +00:00
if_wereg.h
intr.c It does not make sense to mask a fastintr. 1993-10-22 19:33:13 +00:00
isa.c Add find_isadev() and have sysbeep() use common defines. 1993-08-28 00:13:00 +00:00
isa.h i386 Machine dependant changes to handle non-contiguous memory. 1993-08-28 00:02:45 +00:00
isa_device.h Declare find_isadev() function. 1993-08-28 00:13:55 +00:00
isavar.h Make atdevbase an int. 1993-10-17 14:03:54 +00:00
kbd.h Added keyboard typematic rate adjustment ioctl. Rudimentary support for 1993-09-28 03:25:01 +00:00
kbdreg.h Add KBR_EXTENDED. 1993-10-17 14:04:15 +00:00
lms.c Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:48:44 +00:00
lpa.c Remove warnings. 1993-08-28 00:11:33 +00:00
lpt.c get rid of stray printfs (turn them into "lprintf"s) 1993-09-28 21:26:59 +00:00
lptreg.h
mms.c Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:48:44 +00:00
npx.c Changes to use a trap frame for syscalls. 1993-09-16 03:24:13 +00:00
nvram.h clock.c: Finish conversion. Make rtcput() work if VRT bit not set. Speed up 1993-09-24 08:49:21 +00:00
pccons.c Make Ctrl-Space input a NUL and Ctrl-/ input a ^/ (undo in Emacs). 1993-09-28 04:55:17 +00:00
pms.c Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:48:44 +00:00
rtc.h Put RCS ids back... 1993-08-04 00:42:51 +00:00
spkr.c
spkr_reg.h Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:48:44 +00:00
timerreg.h
ultra14f.c incorporate changes from 0-9-base to 0-9-ALPHA 1993-07-28 02:20:34 +00:00
vector.s Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:48:44 +00:00
wd.c Add RCS identifiers (this time on the correct side of the branch), and 1993-08-01 19:22:24 +00:00
wd7000.c
wdreg.h
wt.c incorporate changes from 0-9-base to 0-9-ALPHA 1993-07-28 02:20:34 +00:00
wtreg.h