Deleted Added
full compact
rp.c (29368) rp.c (30354)
1/*
2 * Copyright (c) Comtrol Corporation <support@comtrol.com>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted prodived that the follwoing conditions
7 * are met.
8 * 1. Redistributions of source code must retain the above copyright

--- 23 unchanged lines hidden (view full) ---

32
33/*
34 * rp.c - for RocketPort FreeBSD
35 */
36
37#include <sys/param.h>
38#include <sys/systm.h>
39#include <sys/fcntl.h>
1/*
2 * Copyright (c) Comtrol Corporation <support@comtrol.com>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted prodived that the follwoing conditions
7 * are met.
8 * 1. Redistributions of source code must retain the above copyright

--- 23 unchanged lines hidden (view full) ---

32
33/*
34 * rp.c - for RocketPort FreeBSD
35 */
36
37#include <sys/param.h>
38#include <sys/systm.h>
39#include <sys/fcntl.h>
40#include <sys/malloc.h>
40#include <sys/tty.h>
41#include <sys/proc.h>
42#include <sys/conf.h>
43#include <sys/kernel.h>
41#include <sys/tty.h>
42#include <sys/proc.h>
43#include <sys/conf.h>
44#include <sys/kernel.h>
44#include <sys/malloc.h>
45
46#include <i386/isa/isa_device.h>
47
48#include <pci/pcivar.h>
49
50#define ROCKET_C
51#include <i386/isa/rpreg.h>
52#include <i386/isa/rpvar.h>

--- 2028 unchanged lines hidden ---
45
46#include <i386/isa/isa_device.h>
47
48#include <pci/pcivar.h>
49
50#define ROCKET_C
51#include <i386/isa/rpreg.h>
52#include <i386/isa/rpvar.h>

--- 2028 unchanged lines hidden ---