freebsd-nq/sys
Bruce Evans f2bd332e7c Stop physical DMA for the non-auto case in isa_dmadone(). This fixes a
small part of a bug suite beginning in the SLICE probes but mostly in the
floppy driver.  This is a quick fix: the auto case shouldn't be special;
DMA should also be stopped in isa_dma_release(); isa_dmastop() probably
shouldn't exist; common DMA registers should not be accessed without
locking.
1998-07-19 04:22:55 +00:00
..
alpha Simplify access to PCI config registers. 1998-07-16 13:38:35 +00:00
amd64 Stop physical DMA for the non-auto case in isa_dmadone(). This fixes a 1998-07-19 04:22:55 +00:00
compat
compile
conf Tweaks for cross-building from NetBSD/alpha. 1998-07-15 20:12:54 +00:00
contrib/softupdates
ddb
dev Fixed error handling after a seek error that can't happen. When the 1998-07-18 03:15:33 +00:00
fs Cast pointers to [u]intptr_t instead of to [unsigned] long. 1998-07-15 04:17:55 +00:00
geom
gnu
i386 Stop physical DMA for the non-auto case in isa_dmadone(). This fixes a 1998-07-19 04:22:55 +00:00
isa Fixed error handling after a seek error that can't happen. When the 1998-07-18 03:15:33 +00:00
isofs/cd9660
kern Undo rev 1.41 until we get more details about why it makes some systems 1998-07-18 18:48:45 +00:00
libkern
miscfs Cast pointers to [u]intptr_t instead of to [unsigned] long. 1998-07-15 04:17:55 +00:00
modules
msdosfs
net Cast pointers to uintptr_t/intptr_t instead of to u_long/long, 1998-07-15 02:32:35 +00:00
netatalk
netinet Don't log ICMP type and subtype for non-zero offset packet fragments. 1998-07-18 23:27:15 +00:00
netipx
netkey
netnatm
netns
nfs Cast pointers to uintptr_t/intptr_t instead of to u_long/long, 1998-07-15 02:32:35 +00:00
nfsclient Cast pointers to uintptr_t/intptr_t instead of to u_long/long, 1998-07-15 02:32:35 +00:00
nfsserver Cast pointers to uintptr_t/intptr_t instead of to u_long/long, 1998-07-15 02:32:35 +00:00
pc98 Merge from sys/i386/isa/syscons.c (1.265->1.266). 1998-07-16 10:29:11 +00:00
pccard
pci Correct SEEPROM checksum calculation when multiple checksum attemps are made. 1998-07-16 19:33:43 +00:00
posix4
powerpc
rpc
scsi
sys Point at the right place for alpha registers. 1998-07-15 20:18:00 +00:00
tools
ufs Cast pointers to uintptr_t/intptr_t instead of to u_long/long, 1998-07-15 02:32:35 +00:00
vm Cast pointers to [u]intptr_t instead of to [unsigned] long. 1998-07-15 04:17:55 +00:00
Makefile