Enable a few more devices (adw, dpt, siop, sip, sd). Do not compile DEBUG.
This commit is contained in:
parent
7f626e8ccb
commit
af0929e6ce
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.6 2001/04/04 17:08:08 manu Exp $
|
||||
# $NetBSD: GENERIC,v 1.7 2001/06/07 17:05:11 briggs Exp $
|
||||
#
|
||||
# GENERIC for Motorola Sandpoint
|
||||
#
|
||||
|
||||
include "arch/sandpoint/conf/std.sandpoint"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.6 $"
|
||||
#ident "GENERIC-$Revision: 1.7 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -14,9 +14,9 @@ maxusers 32
|
|||
# HMAC key to be used for debugging sessions
|
||||
#options IPKDBKEY="\"HMAC pass phrase text\""
|
||||
#options IPKDBSECURE # Allow debugging even when securelevel > 0
|
||||
makeoptions DEBUG="-g"
|
||||
#makeoptions DEBUG="-g"
|
||||
|
||||
options DEBUG
|
||||
#options DEBUG
|
||||
options DIAGNOSTIC
|
||||
options TRAP_PANICWAIT
|
||||
options DDB
|
||||
|
@ -33,6 +33,7 @@ options COMPAT_14
|
|||
options COMPAT_386BSD_MBRPART # recognize old partition ID
|
||||
#options COMPAT_LINUX # Linux binary compatibility (experimental)
|
||||
|
||||
options MSGBUFSIZE=65536
|
||||
file-system FFS
|
||||
file-system MFS
|
||||
file-system NFS
|
||||
|
@ -93,8 +94,8 @@ isa* at pcib? # ISA on PCI-ISA bridge
|
|||
|
||||
vga* at pci? dev ? function ?
|
||||
|
||||
ep* at pci? dev ? function ? # 3Com 3c59x
|
||||
ex* at pci? dev ? function ? # 3Com 90x[B]
|
||||
sip* at pci? dev ? function ? # SiS 900 Ethernet
|
||||
|
||||
ukphy* at mii? phy ? # generic unknown PHYs
|
||||
exphy* at mii? phy ? # 3Com internal PHYs
|
||||
|
@ -116,3 +117,17 @@ lpt0 at isa? port 0x278 irq 7 # standard PC parallel ports
|
|||
fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
|
||||
fd* at fdc? drive ? # the drives themselves
|
||||
|
||||
adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
|
||||
dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
|
||||
siop* at pci? dev ? function ? # NCR/Symbios 53c8xx SCSI
|
||||
scsibus* at adw?
|
||||
scsibus* at dpt?
|
||||
scsibus* at siop?
|
||||
|
||||
sd* at scsibus? target ? lun ? # SCSI disk drives
|
||||
#st* at scsibus? target ? lun ? # SCSI tape drives
|
||||
#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
||||
#ch* at scsibus? target ? lun ? # SCSI autochangers
|
||||
#ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
|
||||
#ss* at scsibus? target ? lun ? # SCSI scanners
|
||||
#uk* at scsibus? target ? lun ? # SCSI unknown
|
||||
|
|
Loading…
Reference in New Issue