Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Add ahd at pci (to be added later).



details:   https://anonhg.NetBSD.org/src/rev/efb9fdc1e5ee
branches:  trunk
changeset: 546035:efb9fdc1e5ee
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sat Apr 19 19:30:07 2003 +0000

description:
Add ahd at pci (to be added later).

diffstat:

 sys/dev/pci/files.pci |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 85f59ed332b6 -r efb9fdc1e5ee sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Sat Apr 19 19:29:10 2003 +0000
+++ b/sys/dev/pci/files.pci     Sat Apr 19 19:30:07 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.185 2003/04/16 22:03:00 thorpej Exp $
+#      $NetBSD: files.pci,v 1.186 2003/04/19 19:30:07 fvdl Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -40,6 +40,9 @@
 attach ahc at pci with ahc_pci: ahc_seeprom, smc93cx6
 file   dev/pci/ahc_pci.c               ahc_pci
 
+attach ahd at pci with ahd_pci
+file   dev/pci/ahd_pci.c               ahd_pci
+
 # I2O adapters
 attach iop at pci with iop_pci
 file   dev/pci/iop_pci.c               iop_pci



Home | Main Index | Thread Index | Old Index