diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-07-04 14:58:56 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-07-04 14:58:56 +0000 |
| commit | 03016f421b93072568df5ea924df8d3bb503566a (patch) | |
| tree | 263d76187404431ca21de624dbc4fc0f113192fa /sys/dev/sio/sio.c | |
| parent | 1168ab0815384ac119ad4d153970d532bbc54d4e (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio/sio.c')
| -rw-r--r-- | sys/dev/sio/sio.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 3965789a2199..cf3aa51dffcf 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sio.c,v 1.249 1999/06/20 13:10:09 peter Exp $ + * $Id: sio.c,v 1.251 1999/06/29 17:34:16 yokota Exp $ * from: @(#)com.c 7.5 (Berkeley) 5/16/91 * from: i386/isa sio.c,v 1.234 */ @@ -3197,5 +3197,4 @@ siopnp_attach(u_long csn, u_long vend_id, char *name, struct isa_device *dev) } #endif -DEV_DRIVER_MODULE(sio, isa, sio_driver, sio_devclass, - CDEV_MAJOR, NOMAJ, sio_cdevsw, 0, 0); +DEV_DRIVER_MODULE(sio, isa, sio_driver, sio_devclass, sio_cdevsw, 0, 0); |
