summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/isa/bt5xx-445.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/i386/isa/bt5xx-445.c b/sys/i386/isa/bt5xx-445.c
index 6d7b9bb..fdf1457 100644
--- a/sys/i386/isa/bt5xx-445.c
+++ b/sys/i386/isa/bt5xx-445.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: bt5xx-445.c,v 1.1 1995/12/12 08:50:54 gibbs Exp $
+ * $Id: bt5xx-445.c,v 1.2 1995/12/14 14:19:15 peter Exp $
*/
/*
@@ -91,6 +91,13 @@ bt_isa_probe(dev)
struct bt_data *bt;
/*
+ * We ignore the unit number assigned by config to allow
+ * consistant numbering between PCI/EISA/ISA devices.
+ * This is a total kludge until we have a configuration
+ * manager.
+ */
+ dev->id_unit = bt_unit;
+ /*
* Allocate a storage area for us
*/
bt = bt_alloc(unit, dev->id_iobase);
OpenPOWER on IntegriCloud