hptide controller was tested on prep by a user. Adding to GENERIC
This commit is contained in:
parent
a9bf7a7670
commit
bb2f95cc58
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: GENERIC,v 1.128 2006/09/01 07:23:51 garbled Exp $
|
# $NetBSD: GENERIC,v 1.129 2006/09/01 07:41:57 garbled Exp $
|
||||||
#
|
#
|
||||||
# GENERIC machine description file
|
# GENERIC machine description file
|
||||||
#
|
#
|
||||||
|
@ -22,7 +22,7 @@ include "arch/prep/conf/std.prep"
|
||||||
|
|
||||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "GENERIC-$Revision: 1.128 $"
|
#ident "GENERIC-$Revision: 1.129 $"
|
||||||
|
|
||||||
maxusers 32
|
maxusers 32
|
||||||
|
|
||||||
|
@ -309,6 +309,10 @@ uk* at scsibus? target ? lun ? # SCSI unknown
|
||||||
# IDE controller found on most Power Personal machines
|
# IDE controller found on most Power Personal machines
|
||||||
wdc* at pnpbus?
|
wdc* at pnpbus?
|
||||||
|
|
||||||
|
# PCI IDE controllers
|
||||||
|
pciide* at pci? dev ? function ? flags 0x0000
|
||||||
|
hptide* at pci? dev ? function ?
|
||||||
|
|
||||||
#fdc0 at pnpbus? # standard ISA floppy controller
|
#fdc0 at pnpbus? # standard ISA floppy controller
|
||||||
#fd0 at fdc0 drive ?
|
#fd0 at fdc0 drive ?
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: INSTALL,v 1.44 2006/06/20 17:29:07 garbled Exp $
|
# $NetBSD: INSTALL,v 1.45 2006/09/01 07:41:57 garbled Exp $
|
||||||
#
|
#
|
||||||
# INSTALL -- Installation kernel
|
# INSTALL -- Installation kernel
|
||||||
#
|
#
|
||||||
|
@ -175,6 +175,10 @@ cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
||||||
# IDE controller found on most Power Personal machines
|
# IDE controller found on most Power Personal machines
|
||||||
wdc* at pnpbus?
|
wdc* at pnpbus?
|
||||||
|
|
||||||
|
# PCI IDE controllers
|
||||||
|
pciide* at pci? dev ? function ? flags 0x0000
|
||||||
|
hptide* at pci? dev ? function ?
|
||||||
|
|
||||||
# PCMCIA IDE controllers
|
# PCMCIA IDE controllers
|
||||||
#wdc* at pcmcia? function ?
|
#wdc* at pcmcia? function ?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue