summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio/sioreg.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-10-23 15:17:33 +0000
committerimp <imp@FreeBSD.org>2001-10-23 15:17:33 +0000
commit151e529d3a891a754c242305144d46b11b9ccdf1 (patch)
treedee1001269ed3f3e85229d8c4fadbf0066f82a32 /sys/dev/sio/sioreg.h
parent07757cfc52a147589642e6e500d709d956c83254 (diff)
downloadFreeBSD-src-151e529d3a891a754c242305144d46b11b9ccdf1.zip
FreeBSD-src-151e529d3a891a754c242305144d46b11b9ccdf1.tar.gz
Break out the bus front ends into their own files. Rewrite
sio_pccard_detach to use new siodetach. Add an extra arg to sioprobe to tell driver to probe/not probe the device for IRQs. This incorporates most of Bruce's review material. I'm at a good checkpoint, but there will be more to come based on bde's further reviews. Reviewed by: bde
Diffstat (limited to 'sys/dev/sio/sioreg.h')
-rw-r--r--sys/dev/sio/sioreg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sio/sioreg.h b/sys/dev/sio/sioreg.h
index 0521065..52d7658 100644
--- a/sys/dev/sio/sioreg.h
+++ b/sys/dev/sio/sioreg.h
@@ -126,3 +126,5 @@
#ifndef CONSPEED
#define CONSPEED 9600
#endif
+
+#define IO_COMSIZE 8 /* 8250, 16x50 com controllers */
OpenPOWER on IntegriCloud