Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!ucsd!hub.ucsb.edu!ucsbuxa!6600joef From: 6600joef@ucsbuxa.ucsb.edu (Joe Foster) Newsgroups: comp.unix.xenix.sco Subject: Re: Can't adress PC-Bus Message-ID: <11845@hub.ucsb.edu> Date: 5 Jun 91 01:09:30 GMT References: <674247@neabbs.UUCP> Sender: news@hub.ucsb.edu Lines: 17 In comp.unix.xenix.sco writes: >Who knows if it's possible to adress the PC-bus, when your >computer is running under SCO Unix V/386 version 3.2? Only the UNIX kernel may directly access I/O ports and physical memory (in case those cards are memory-mapped). Your friend will have to write drivers for each interface card. There are plenty of books and things on this subject, but writing device drivers is something like black magic. If these cards have a BIOS, it is unusable in UNIX. If the manufacturer of the cards does not want to divulge the low-level info needed to write a driver for it, your friend is out of luck. Good luck! Joe Foster 6600joef@ucsbuxa.ucsb.edu