Add support for macppc
Very special thanks to Itsumi Tsutsui for his invaluable collaboration.
This commit is contained in:
parent
2cb48d6c4e
commit
27e57114e1
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.15 1998/10/18 09:31:40 tsubai Exp $
|
||||
# $NetBSD: GENERIC,v 1.16 1998/10/28 21:06:27 dante Exp $
|
||||
#
|
||||
# POWERMAC config file
|
||||
#
|
||||
@ -113,7 +113,10 @@ pchb* at pci? dev ? function ? # PCI-Host bridges
|
||||
#de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
|
||||
ep* at pci? dev ? function ?
|
||||
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
|
||||
adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
|
||||
#ahc* at pci? dev ? function ? # Adaptec 294x, aic78x0 SCSI
|
||||
|
||||
scsibus* at adv?
|
||||
#scsibus* at ahc?
|
||||
|
||||
obio0 at pci? dev ? function ?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.3 1998/10/18 09:52:16 tsubai Exp $
|
||||
# $NetBSD: INSTALL,v 1.4 1998/10/28 21:06:27 dante Exp $
|
||||
#
|
||||
# config file for INSTALL FLOPPY
|
||||
#
|
||||
@ -52,7 +52,10 @@ pchb* at pci? dev ? function ? # PCI-Host bridges
|
||||
#de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
|
||||
ep* at pci? dev ? function ?
|
||||
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
|
||||
adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
|
||||
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
|
||||
|
||||
scsibus* at adv?
|
||||
scsibus* at ahc?
|
||||
|
||||
obio0 at pci? dev ? function ?
|
||||
|
Loading…
Reference in New Issue
Block a user