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