Return to BSD News archive
Newsgroups: comp.os.386bsd.questions Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!agate!howland.reston.ans.net!ux1.cso.uiuc.edu!newsrelay.iastate.edu!hobbes.physics.uiowa.edu!ljg From: ljg@space.physics.uiowa.edu (Larry Granroth) Subject: options WD8013 Message-ID: <C95M4v.MDp@space.physics.uiowa.edu> Summary: what's wrong with my config? Keywords: WD8013 kernel Organization: The University of Iowa, Department of Physics and Astronomy X-Newsreader: TIN [version 1.2 PL0] Date: Fri, 25 Jun 1993 01:43:40 GMT Lines: 79 (NetBSD 0.8) I noticed in the driver for the Western Digital ethernet boards a comment that indicated that 16 bit mode for the WD8013 could be enabled with "options WD8013". I'd like to take full advantage of my SMC elite 16 board, so I edited the following config file, but I always get a "syntax error" message out of config for whatever line contains the WD8013 entry. Can anyone tell me what I'm doing wrong? (Also, is my new "device" line okay?) Thanks. larry-granroth@uiowa.edu ------------------------------------------------------------------------- # # LJGPC -- derived from: # GENERICISA -- Generic ISA machine -- distribution floppy # machine "i386" cpu "i386" ident LJGPC timezone 6 dst maxusers 10 options INET,ISOFS,NFSCLIENT,NFSSERVER,WD8013 options "COMPAT_43" options "TCP_COMPAT_42" options XSERVER,UCONSOLE options PCFS,KERNFS options SCSI config "386bsd" root on wd0 swap on wd0 controller isa0 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr #controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr #controller uha0 at isa? port "IO_UHA0" bio irq 11 drq 5 vector uhaintr device sd0 device sd1 #device sd2 device st0 device st1 device cd0 device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device com0 at isa? port "IO_COM1" tty irq 4 vector comintr device com1 at isa? port "IO_COM2" tty irq 3 vector comintr device we0 at isa? port 0x300 net irq 10 iomem 0xcc000 iosiz 16384 vector weintr #device we0 at isa? port 0x280 net irq 2 iomem 0xd0000 iosiz 8192 vector weintr #device ne0 at isa? port 0x300 net irq 2 vector neintr #device ec0 at isa? port 0x250 net irq 2 iomem 0xd8000 iosiz 8192 vector ecintr #device is0 at isa? port 0x320 net irq 10 drq 7 vector isintr #device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr pseudo-device loop pseudo-device ether #pseudo-device sl 1 pseudo-device log pseudo-device pty 4 pseudo-device swappager pseudo-device vnodepager pseudo-device devpager