diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-25 21:13:38 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-25 21:13:38 +0000 |
commit | 048c0fcc28d0e19ad9ab98417a82feccdefb015d (patch) | |
tree | eee885021b592d6649ea69b18fb3f2dfb23b1258 | |
parent | 5a91e6ce42250218ea9e9db378a9c8c5830e2aa9 (diff) |
add an@pci
-rw-r--r-- | sys/arch/powerpc/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC index a7c06b02b7b..9c9f66dfe1d 100644 --- a/sys/arch/powerpc/conf/GENERIC +++ b/sys/arch/powerpc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.38 2001/06/25 19:15:42 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.39 2001/06/25 21:13:37 mickey Exp $ # # PPC GENERIC config file # @@ -50,10 +50,12 @@ vgafb0 at pci? dev ? function ? # PCI VGA graphics #adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI #ahc* at pci? dev ? function ? # Adaptec 294x, aic78x0 SCSI #bha* at pci? dev ? function ? # BusLogic 9xx SCSI +#ami* at pci? dev ? function ? #pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI SCSI #pciide* at pci? dev ? function ? macobio0 at pci? dev ? function ? gm* at pci? dev ? function ? # GMAC ethernet +an* at pci? dev ? function ? # Cisco/Aironet exphy* at mii? phy ? # 3Com internal PHYs inphy* at mii? phy ? # Intel 82555 PHYs |