Add slide to INSTALL and remove SLIDE irq hack. It turns out to not do
anything after all.
This commit is contained in:
parent
548803dea8
commit
ca2a9952ca
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.133 2007/03/20 17:20:59 garbled Exp $
|
||||
# $NetBSD: GENERIC,v 1.134 2007/04/26 19:44:02 garbled Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/prep/conf/std.prep"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.133 $"
|
||||
#ident "GENERIC-$Revision: 1.134 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -312,7 +312,6 @@ wdc* at pnpbus?
|
|||
# PCI IDE controllers
|
||||
pciide* at pci? dev ? function ? flags 0x0000
|
||||
hptide* at pci? dev ? function ?
|
||||
options PCIIDE_SLIDE_SETIRQA
|
||||
slide* at pci? dev ? function ?
|
||||
|
||||
#fdc0 at pnpbus? # standard ISA floppy controller
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.47 2006/12/29 21:49:03 yamt Exp $
|
||||
# $NetBSD: INSTALL,v 1.48 2007/04/26 19:44:02 garbled Exp $
|
||||
#
|
||||
# INSTALL -- Installation kernel
|
||||
#
|
||||
|
@ -177,6 +177,7 @@ wdc* at pnpbus?
|
|||
# PCI IDE controllers
|
||||
pciide* at pci? dev ? function ? flags 0x0000
|
||||
hptide* at pci? dev ? function ?
|
||||
slide* at pci? dev ? function ?
|
||||
|
||||
# PCMCIA IDE controllers
|
||||
#wdc* at pcmcia? function ?
|
||||
|
|
Loading…
Reference in New Issue