Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Dec 2002 19:15:10 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 22602 for review
Message-ID:  <200212220315.gBM3FAA7066572@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=22602

Change 22602 by marcel@marcel_nfs on 2002/12/21 19:14:46

	Save the divisor latch in struct com_s. We can read the divisor
	latch, but it's just a lot of work (relatively speaking). While
	here, declare comdefaultrate and comdefaultrclk as extern.

Affected files ...

.. //depot/projects/ia64/sys/dev/sio/siovar.h#8 edit

Differences ...

==== //depot/projects/ia64/sys/dev/sio/siovar.h#8 (text+ko) ====

@@ -81,6 +81,7 @@
 	bus_space_handle_t bsh;
 	u_long		rclk;			/* Receiver clock (bin 9) */
 	u_int		regshft;		/* Interleaved multi-port. */
+	u_short		reg_dl;			/* Copy of DL. */
 	u_char		reg_fcr;		/* Copy of FCR. */
 
 	/* Old SIO fields. Need auditing. */
@@ -202,6 +203,9 @@
 extern	devclass_t	sio_devclass;
 extern	char		sio_driver_name[];
 
+extern speed_t	comdefaultrate;
+extern u_long	comdefaultrclk;
+
 int	sioattach(device_t dev, int xrid, u_long rclk);
 int	siodetach(device_t dev);
 int	sioprobe(device_t dev, int xrid, u_long rclk, int noprobe);

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212220315.gBM3FAA7066572>