summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio/siovar.h
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>2002-01-30 17:22:04 +0000
committerjhay <jhay@FreeBSD.org>2002-01-30 17:22:04 +0000
commit2aa4b18cd1eaf39b83dacb13149fd9b9234ab9f0 (patch)
treec1fb40b4db9ad5449f78e150fc82173e2a30dc9e /sys/dev/sio/siovar.h
parent192e988fe5f700937bd262b61b0a75a7e7b59825 (diff)
downloadFreeBSD-src-2aa4b18cd1eaf39b83dacb13149fd9b9234ab9f0.zip
FreeBSD-src-2aa4b18cd1eaf39b83dacb13149fd9b9234ab9f0.tar.gz
Add support for different serial clock frequencies and not just the
standard one of 1.8432MHz. This will be used by the puc (PCI "universal" communication card) device driver. Reviewed by: bde
Diffstat (limited to 'sys/dev/sio/siovar.h')
-rw-r--r--sys/dev/sio/siovar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sio/siovar.h b/sys/dev/sio/siovar.h
index 2c9913f..a6ba168 100644
--- a/sys/dev/sio/siovar.h
+++ b/sys/dev/sio/siovar.h
@@ -63,9 +63,9 @@
#define CLR_FLAG(dev, bit) device_set_flags(dev, device_get_flags(dev) & ~(bit))
#endif /* PC98 */
-int sioattach __P((device_t dev, int xrid));
+int sioattach __P((device_t dev, int xrid, u_long rclk));
int siodetach __P((device_t dev));
-int sioprobe __P((device_t dev, int xrid, int noprobe));
+int sioprobe __P((device_t dev, int xrid, u_long rclk, int noprobe));
extern devclass_t sio_devclass;
extern char sio_driver_name[];
OpenPOWER on IntegriCloud