Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!uniwa!harbinger.cc.monash.edu.au!msuinfo!netnews.upenn.edu!newsserver.jvnc.net!howland.reston.ans.net!usc!newshub.sdsu.edu!mrh From: mrh@io.nosc.mil (Mike Halderman) Newsgroups: comp.os.386bsd.development Subject: EISA IDE Controllers Date: 3 Dec 1993 22:39:36 GMT Organization: NRaD, San Diego Lines: 10 Message-ID: <2dof78$8df@pandora.sdsu.edu> NNTP-Posting-Host: io.nosc.mil X-Newsreader: TIN [version 1.2 PL0] I have a DTC EISA IDE controller. I would think there would be a way to do 32bit IO transfers to the card. Could it be as easy as reworking wd.c to use outsd() and insd() instead of outsw() and insw()? The routines would have to be added to locore.s, of course. Does the card need to be told to expect 32bit transfers? I'm sure someone has done this already. --Mike Halderman mrh@nosc.mil