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