Return to BSD News archive
Path: sserve!manuel!munnari.oz.au!spool.mu.edu!news.cs.indiana.edu!noose.ecn.purdue.edu!molecules.ecn.purdue.edu!q570 From: q570@molecules.ecn.purdue.edu (Image Analyzer) Newsgroups: comp.unix.bsd Subject: A typo, right??? Message-ID: <1992Aug7.221837.13823@noose.ecn.purdue.edu> Date: 7 Aug 92 22:18:37 GMT Article-I.D.: noose.1992Aug7.221837.13823 Sender: news@noose.ecn.purdue.edu (USENET news) Distribution: usa Organization: Purdue University Engineering Computer Network Lines: 33 The following is from the file /sys/i386/conf/GENERICISA, located in the 386bsd srcdist: # # GENERICISA -- Generic ISA machine -- distribution floppy # . . . controller isa0 controller wd0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wd0 drive 0 disk wd0 at wd0 drive 1 ^ | Shouldn't this be '1'??? -tom controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fd0 drive 0 disk fd1 at fd0 drive 1 controller as0 at isa? port 0x330 bio irq 11 drq 5 vector asintr disk as0 at as0 drive 0 disk as1 at as0 drive 1 . . .