73 lines
2.0 KiB
Plaintext
73 lines
2.0 KiB
Plaintext
#
|
|
# $NetBSD: HADES.in,v 1.7 2003/10/08 11:05:27 bouyer Exp $
|
|
#
|
|
# Medusa-Hades
|
|
#
|
|
# This configuration file is for a generic Medusa-Hades
|
|
#
|
|
|
|
#include "GENERIC.in"
|
|
|
|
pseudo-device view 4 # View (graphics mapping)
|
|
pseudo-device mouse 1 # mouse
|
|
|
|
#
|
|
# The following sections describe various hardware options.
|
|
#
|
|
|
|
ncrscsi0 at mainbus0 # NCR5380 SCSI driver
|
|
scsibus0 at ncrscsi0 # SCSI bus
|
|
zs0 at mainbus0 # Serial support through 8530
|
|
nvr0 at mainbus0 # nvram driver
|
|
lp0 at mainbus0 # centronics printer
|
|
ser0 at mainbus0 # UART on first 68901 (ttyB0)
|
|
grfbus0 at mainbus0 # bitmapped display's
|
|
grfet0 at grfbus0 # et4000/et6000/et6100 consoles
|
|
ite0 at grfet0
|
|
grfet1 at grfbus0
|
|
ite1 at grfet1
|
|
grfet2 at grfbus0
|
|
ite2 at grfet2
|
|
pcib0 at mainbus0 # PCI-bus
|
|
pci0 at pcib0
|
|
# wsdisplay/keybd: if used, remove grfbus* grfet* and ite*
|
|
#vga0 at pci? dev ? function ? # a PCI VGA card
|
|
#wsdisplay* at vga? console ? # as a wscons console
|
|
#wskbd0 at kbd0 console ? # Keyboard
|
|
avmebus0 at mainbus0 # VME bus
|
|
vme0 at avmebus0
|
|
le0 at vme0 irq 5 # Lance ethernet (Riebl/PAM).
|
|
le0 at vme0 irq 4 # Lance ethernet (BVME410).
|
|
et0 at vme0 # Crazy Dots II
|
|
isab0 at mainbus0 # ISA-bus
|
|
isa0 at isab0
|
|
wdc0 at mainbus0 # IDE-bus
|
|
atabus* at wdc? channel ?
|
|
wd* at atabus? drive ?
|
|
# ATAPI bus support
|
|
atapibus* at atabus?
|
|
|
|
# ATAPI devices
|
|
cd* at atapibus? drive ? # ATAPI CD-ROM drives
|
|
|
|
# SCSI devices
|
|
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
|
|
#ifndef INSTALL_KERNEL
|
|
ch* at scsibus? target ? lun ? # SCSI autochangers
|
|
ss* at scsibus? target ? lun ? # SCSI scanners
|
|
se* at scsibus? target ? lun ? # SCSI ethernet
|
|
uk* at scsibus? target ? lun ? # SCSI unknown
|
|
#endif
|
|
|
|
#ifndef INSTALL_KERNEL
|
|
# Networking...
|
|
ne0 at isa0 port 0x300 irq 5 # NE2000 ethernet
|
|
ep* at pci0 dev ? function 0 # 3Com 3c59x/3c90x Ethernet
|
|
|
|
# Sound...
|
|
eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
|
|
audio* at eso?
|
|
#endif
|