Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/conf Add dtide and hcide, since they should w...



details:   https://anonhg.NetBSD.org/src/rev/df2f72706f8c
branches:  trunk
changeset: 511933:df2f72706f8c
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sat Jun 30 15:09:38 2001 +0000

description:
Add dtide and hcide, since they should work on arm32.

diffstat:

 sys/arch/arm32/conf/GENERIC |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r 47a58fb3572b -r df2f72706f8c sys/arch/arm32/conf/GENERIC
--- a/sys/arch/arm32/conf/GENERIC       Sat Jun 30 14:56:59 2001 +0000
+++ b/sys/arch/arm32/conf/GENERIC       Sat Jun 30 15:09:38 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.80 2001/06/30 11:00:32 darcy Exp $
+#      $NetBSD: GENERIC,v 1.81 2001/06/30 15:09:38 bjh21 Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include        "arch/arm32/conf/std.arm32"
 
-#ident                 "GENERIC-$Revision: 1.80 $"
+#ident                 "GENERIC-$Revision: 1.81 $"
 
 # estimated number of users
 maxusers       32
@@ -251,6 +251,14 @@
 uk*    at scsibus? target ? lun ?      # SCSI unknown device
 ss*    at scsibus? target ? lun ?      # SCSI scanner
 
+dtide* at podulebus?                   # D.T. Software IDE card
+wd*    at dtide? channel ? drive ?
+atapibus* at dtide? channel ?
+
+hcide* at podulebus?                   # HCCS IDE card
+wd*    at hcide? channel ? drive ?
+atapibus* at hcide? channel ?
+
 icside*        at podulebus?                   # ICS IDE card
 wd*    at icside? channel ? drive ?
 atapibus* at icside? channel ?



Home | Main Index | Thread Index | Old Index