From owner-freebsd-questions Sat Jan 27 20:49:43 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA24040 for questions-outgoing; Sat, 27 Jan 1996 20:49:43 -0800 (PST) Received: from binhdo.home.cs.ubc.ca (binhdo.home.cs.ubc.ca [198.162.38.153]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA24035 for ; Sat, 27 Jan 1996 20:49:37 -0800 (PST) Received: (from binhdo@localhost) by binhdo.home.cs.ubc.ca (8.6.12/8.6.12) id UAA06006; Sat, 27 Jan 1996 20:48:22 -0800 Date: Sat, 27 Jan 1996 20:48:22 -0800 From: Binh Do Message-Id: <199601280448.UAA06006@binhdo.home.cs.ubc.ca> To: chenl@lasorda.princeton.edu, questions@freebsd.org Subject: NEC260 ATAPI Sender: owner-questions@freebsd.org Precedence: bulk |> Stuart Broderick wrote: |> > |> > Hi, |> > |> > Anyone got the NEC260 ATAPI cdrom to work ? My 2.1R doesn't recognise |> > it, any clues please ? All help appreciated. |> > |> > TIA |> > |> > Stuart. |> Try this patch to /usr/src/sys/i386/isa/atapi.c I just compiled the kernel with following lines (mine is NEC CDR-260R): 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 wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr disk wd2 at wdc1 drive 0 #disk wd3 at wdc1 drive 1 options ATAPI #Enable ATAPI support for IDE bus device wcd0 #IDE CD-ROM Hope this helps, Cheers, Binh.