Move the wt0 (archive/wangtek tape driver) so that it is with the
authorRod Grimes <rgrimes@FreeBSD.org>
Thu, 14 Oct 1993 14:05:44 +0000 (14:05 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Thu, 14 Oct 1993 14:05:44 +0000 (14:05 +0000)
other bio type devices.

Add mcd0 (mitsumi cd rom driver), to bad that GENERICBT is to large,
otherwise I could add this driver to it too.
--- 72,77 ----

sys/i386/conf/GENERICAH

index d61cdd3..719f914 100644 (file)
@@ -1,7 +1,7 @@
 #
 # GENERICAH -- Generic machine with WD/AHx family disks
 #
 #
 # GENERICAH -- Generic machine with WD/AHx family disks
 #
-#      $Id: GENERICAH,v 1.12 1993/10/01 04:20:13 rgrimes Exp $
+#      $Id: GENERICAH,v 1.13 1993/10/08 16:52:40 rgrimes Exp $
 #
 
 machine                "i386"
 #
 
 machine                "i386"
@@ -48,6 +48,9 @@ device                st1
 
 device         cd0     #Only need one of these, the code dynamically grows
 
 
 device         cd0     #Only need one of these, the code dynamically grows
 
+device         wt0     at isa? port 0x300 bio irq 5 drq 1 vector wtintr
+device         mcd0    at isa? port 0x300 bio irq 10 vector mcdintr
+
 device         pc0     at isa? port "IO_KBD" tty irq 1 vector pcrint
 device         npx0    at isa? port "IO_NPX" irq 13 vector npxintr
 
 device         pc0     at isa? port "IO_KBD" tty irq 1 vector pcrint
 device         npx0    at isa? port "IO_NPX" irq 13 vector npxintr
 
@@ -70,8 +73,6 @@ device                lpa1    at isa? port "IO_LPT2" tty
 device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
 device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
 
 device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
 device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
 
-device         wt0     at isa? port 0x300 bio irq 5 drq 1 vector wtintr
-
 pseudo-device  loop
 pseudo-device  ether
 pseudo-device  log
 pseudo-device  loop
 pseudo-device  ether
 pseudo-device  log