Add a 'ser0' device to all. Add ne2000, 3Com 3c59x/3c90x and ESS Solo-1

support to the Hades.
This commit is contained in:
leo 2001-04-06 21:53:39 +00:00
parent 64ce71d1cd
commit 54d70d6eef
3 changed files with 16 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#
# $NetBSD: ATARITT.in,v 1.1 2001/04/05 12:21:30 leo Exp $
# $NetBSD: ATARITT.in,v 1.2 2001/04/06 21:53:39 leo Exp $
#
# ATARI-TT
#
@ -27,6 +27,7 @@ ite1 at grfcc1 # 2nd tty
grfcc2 at grfbus0 # 3rd graphics driver
ite2 at grfcc2 # 3rd tty
lp0 at mainbus0 # centronics printer
ser0 at mainbus0 # UART on first 68901 (ttyB0)
avmebus0 at mainbus0 # VME bus
vme0 at avmebus0
le0 at vme0 irq 5 # Lance ethernet (Riebl/PAM).

View File

@ -1,5 +1,5 @@
#
# $NetBSD: FALCON.in,v 1.1 2001/04/05 12:21:30 leo Exp $
# $NetBSD: FALCON.in,v 1.2 2001/04/06 21:53:39 leo Exp $
#
# ATARI-FALCON
#
@ -30,6 +30,7 @@ ite1 at grfcc1 # 2nd tty
grfcc2 at grfbus0 # 3rd graphics driver
ite2 at grfcc2 # 3rd tty
lp0 at mainbus0 # centronics printer
ser0 at mainbus0 # UART on first 68901 (ttyB0)
#endif
wdc0 at mainbus0 # IDE-bus

View File

@ -1,5 +1,5 @@
#
# $NetBSD: HADES.in,v 1.1 2001/04/05 12:21:30 leo Exp $
# $NetBSD: HADES.in,v 1.2 2001/04/06 21:53:40 leo Exp $
#
# Medusa-Hades
#
@ -18,6 +18,7 @@ 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
@ -52,3 +53,13 @@ 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