Home | History | Annotate | Line # | Download | only in conf
HADES.in revision 1.4.10.2
      1  1.4.10.2  thorpej #
      2  1.4.10.2  thorpej #	$NetBSD: HADES.in,v 1.4.10.2 2002/12/11 05:58:19 thorpej Exp $
      3  1.4.10.2  thorpej #
      4  1.4.10.2  thorpej # Medusa-Hades
      5  1.4.10.2  thorpej #
      6  1.4.10.2  thorpej # This configuration file is for a generic Medusa-Hades
      7  1.4.10.2  thorpej #
      8  1.4.10.2  thorpej 
      9  1.4.10.2  thorpej #include "GENERIC.in"
     10  1.4.10.2  thorpej 
     11  1.4.10.2  thorpej pseudo-device	view	4	# View (graphics mapping)
     12  1.4.10.2  thorpej pseudo-device	mouse	1	# mouse
     13  1.4.10.2  thorpej 
     14  1.4.10.2  thorpej #
     15  1.4.10.2  thorpej # The following sections describe various hardware options.
     16  1.4.10.2  thorpej #
     17  1.4.10.2  thorpej 
     18  1.4.10.2  thorpej ncrscsi0	at mainbus0	# NCR5380 SCSI driver
     19  1.4.10.2  thorpej scsibus0	at ncrscsi0	# SCSI bus
     20  1.4.10.2  thorpej zs0		at mainbus0	# Serial support through 8530
     21  1.4.10.2  thorpej nvr0		at mainbus0	# nvram driver
     22  1.4.10.2  thorpej lp0		at mainbus0	# centronics printer
     23  1.4.10.2  thorpej ser0		at mainbus0	# UART on first 68901 (ttyB0)
     24  1.4.10.2  thorpej grfbus0		at mainbus0	# bitmapped display's
     25  1.4.10.2  thorpej grfet0		at grfbus0	# et4000/et6000/et6100 consoles
     26  1.4.10.2  thorpej ite0		at grfet0
     27  1.4.10.2  thorpej grfet1		at grfbus0
     28  1.4.10.2  thorpej ite1		at grfet1
     29  1.4.10.2  thorpej grfet2		at grfbus0
     30  1.4.10.2  thorpej ite2		at grfet2
     31  1.4.10.2  thorpej pcib0		at mainbus0	# PCI-bus
     32  1.4.10.2  thorpej pci0		at pcib0
     33  1.4.10.2  thorpej avmebus0	at mainbus0	# VME bus
     34  1.4.10.2  thorpej vme0		at avmebus0
     35  1.4.10.2  thorpej le0		at vme0	irq 5	# Lance ethernet (Riebl/PAM).
     36  1.4.10.2  thorpej le0		at vme0 irq 4	# Lance ethernet (BVME410).
     37  1.4.10.2  thorpej et0		at vme0		# Crazy Dots II
     38  1.4.10.2  thorpej isab0		at mainbus0	# ISA-bus
     39  1.4.10.2  thorpej isa0		at isab0
     40  1.4.10.2  thorpej wdc0		at mainbus0	# IDE-bus
     41  1.4.10.2  thorpej wd*		at wdc? channel ? drive ?
     42  1.4.10.2  thorpej # ATAPI bus support
     43  1.4.10.2  thorpej atapibus*	at wdc? channel ?
     44  1.4.10.2  thorpej 
     45  1.4.10.2  thorpej # ATAPI devices
     46  1.4.10.2  thorpej cd*	at atapibus? drive ?		# ATAPI CD-ROM drives
     47  1.4.10.2  thorpej 
     48  1.4.10.2  thorpej # SCSI devices
     49  1.4.10.2  thorpej sd* 	at scsibus? target ? lun ?	# SCSI disk drives
     50  1.4.10.2  thorpej st* 	at scsibus? target ? lun ?	# SCSI tape drives
     51  1.4.10.2  thorpej cd* 	at scsibus? target ? lun ?	# SCSI CD-ROM drives
     52  1.4.10.2  thorpej #ifndef INSTALL_KERNEL
     53  1.4.10.2  thorpej ch* 	at scsibus? target ? lun ?	# SCSI autochangers
     54  1.4.10.2  thorpej ss* 	at scsibus? target ? lun ?	# SCSI scanners
     55  1.4.10.2  thorpej se* 	at scsibus? target ? lun ?	# SCSI ethernet
     56  1.4.10.2  thorpej uk* 	at scsibus? target ? lun ?	# SCSI unknown
     57  1.4.10.2  thorpej #endif
     58  1.4.10.2  thorpej 
     59  1.4.10.2  thorpej #ifndef INSTALL_KERNEL
     60  1.4.10.2  thorpej # Networking...
     61  1.4.10.2  thorpej ne0	at isa0 port 0x300 irq 5	# NE2000 ethernet
     62  1.4.10.2  thorpej ep*	at pci0 dev ? function 0	# 3Com 3c59x/3c90x Ethernet
     63  1.4.10.2  thorpej 
     64  1.4.10.2  thorpej # Sound...
     65  1.4.10.2  thorpej eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
     66  1.4.10.2  thorpej audio*	at eso?
     67  1.4.10.2  thorpej #endif
     68