diff options
| author | thorpej <thorpej@NetBSD.org> | 1999-01-06 23:43:30 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1999-01-06 23:43:30 +0000 |
| commit | 52fa7c35acf886dbc3a710c5a9042fa099efbebc (patch) | |
| tree | 7a281edb6d94c19e0c49a2d5aef9017c44e60de6 | |
| parent | cd93f8dfc919bef31f906e593eac55be2962b5e2 (diff) | |
Add pcscp driver.
| -rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 565228e2162..4d1ee181c93 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.22 1998/12/29 04:40:19 tsubai Exp $ +# $NetBSD: GENERIC,v 1.23 1999/01/06 23:43:30 thorpej Exp $ # # POWERMAC config file # @@ -117,9 +117,11 @@ 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 +pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI SCSI scsibus* at adv? #scsibus* at ahc? +scsibus* at pcscp? obio0 at pci? dev ? function ? nvram0 at obio0 # nvram |
