[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pci interrupt routing - atapi cdrom problems
- To: Ian McWilliam <i.mcwilliam@uws.edu.au>
- Subject: Re: pci interrupt routing - atapi cdrom problems
- From: Mathias Schmocker <smat@acm.org>
- Date: Tue, 07 May 2002 16:33:14 +0200
- Cc: tech@openbsd.org
- Organization: http://www.smat.ch/
- References: <fa.h1a4p0v.1m2ocjs@ifi.uio.no>
compile a GENERIC.PIO_4 kernel with:
$ diff GENERIC GENERIC.PIO_4
273c273,274
< wd* at pciide? channel ? drive ? flags 0x0000
---
> #wd* at pciide? channel ? drive ? flags 0x0000
> wd* at pciide? channel ? drive ? flags 0x0ffc
Mathias