Date: Wed, 16 Aug 2000 00:09:05 -0700 (PDT) From: Søren Schmidt <sos@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-disk.c ata-dma.c atapi-cd.c Message-ID: <200008160709.AAA83855@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sos 2000/08/16 00:09:05 PDT
Modified files:
sys/dev/ata ata-all.c ata-disk.c ata-dma.c atapi-cd.c
Log:
Rearrange the probe a bit, hopefully this will help to eleminate
some of the fake devices sometimes seen on single device ATA
channels.
Proberly fail on failures in ata-disk.c, retry instead of hang.
Cleanup the VIA probe/init code a bit.
Fix a couble of missing free's in atapi-cd.c in the changer code.
Revision Changes Path
1.64 +58 -60 src/sys/dev/ata/ata-all.c
1.74 +17 -8 src/sys/dev/ata/ata-disk.c
1.42 +68 -78 src/sys/dev/ata/ata-dma.c
1.63 +6 -3 src/sys/dev/ata/atapi-cd.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008160709.AAA83855>
