summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_cx.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-09-06 23:09:20 +0000
committerphk <phk@FreeBSD.org>1996-09-06 23:09:20 +0000
commitbca885205da7f15208946f0896edc2eda3caff01 (patch)
tree35dad08bf59366e84921fd4aad9718c2f9426a1b /sys/i386/isa/if_cx.c
parent9640e2d9e8f825813ec445d294de60884ad82bc8 (diff)
downloadFreeBSD-src-bca885205da7f15208946f0896edc2eda3caff01.zip
FreeBSD-src-bca885205da7f15208946f0896edc2eda3caff01.tar.gz
Remove devconf, it never grew up to be of any use.
Diffstat (limited to 'sys/i386/isa/if_cx.c')
-rw-r--r--sys/i386/isa/if_cx.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/sys/i386/isa/if_cx.c b/sys/i386/isa/if_cx.c
index 0cbc959..f6675a1 100644
--- a/sys/i386/isa/if_cx.c
+++ b/sys/i386/isa/if_cx.c
@@ -43,7 +43,6 @@
extern struct cdevsw cx_cdevsw;
#include <sys/devfsext.h>
#endif /*DEVFS*/
-#include <sys/devconf.h>
#define watchdog_func_t void(*)(struct ifnet *)
#define start_func_t void(*)(struct ifnet*)
@@ -100,13 +99,6 @@ static unsigned short port_valid_values [] = {
0x240, 0x260, 0x280, 0x300, 0x320, 0x380, 0x3a0, 0,
};
-static char cxdescription [80];
-struct kern_devconf kdc_cx [NCX] = { {
- 0, 0, 0, "cx", 0, { MDDT_ISA, 0, "net" },
- isa_generic_externalize, 0, 0, ISA_EXTERNALLEN, &kdc_isa0, 0,
- DC_IDLE, cxdescription, DC_CLS_SERIAL
-} };
-
/*
* Check that the value is contained in the list of correct values.
*/
@@ -298,13 +290,6 @@ cxattach (struct isa_device *id)
if (unit == 0)
timeout ((timeout_func_t) cxtimeout, 0, hz*5);
- if (unit != 0)
- kdc_cx[unit] = kdc_cx[0];
- kdc_cx[unit].kdc_unit = unit;
- kdc_cx[unit].kdc_isa = id;
- sprintf (cxdescription, "Cronyx-Sigma-%s sync/async serial adapter",
- b->name);
- dev_attach (&kdc_cx[unit]);
printf ("cx%d: <Cronyx-%s>\n", unit, b->name);
#ifdef DEVFS
cx_devfs_token =
@@ -419,8 +404,6 @@ cxup (cx_chan_t *c)
/* The interface is up, start it */
print (("cx%d.%d: cxup\n", c->board->num, c->num));
- kdc_cx[c->board->num].kdc_state = DC_BUSY;
-
/* Initialize channel, enable receiver and transmitter */
cx_cmd (port, CCR_INITCH | CCR_ENRX | CCR_ENTX);
/* Repeat the command, to avoid the rev.H bug */
OpenPOWER on IntegriCloud