Deleted Added
full compact
6.t (1554) 6.t (215334)
1.\" Copyright (c) 1983, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)6.t 8.1 (Berkeley) 6/8/93
1.\" Copyright (c) 1983, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)6.t 8.1 (Berkeley) 6/8/93
33.\" $FreeBSD: head/usr.sbin/config/SMM.doc/6.t 215334 2010-11-15 05:25:51Z dougb $
33.\"
34.\".ds RH "Adding New Devices
35.ne 2i
36.NH
37ADDING NEW SYSTEM SOFTWARE
38.PP
39This section is not for the novice, it describes
40some of the inner workings of the configuration process as

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

225file, it must also be added to the device configuration tables. These
226are located in ``/sys/vax/conf.c'', or similar for machines other than
227the VAX. If you don't understand what to add to this file, you should
228study an entry for an existing driver.
229Remember that the position in the
230device table specifies the major device number.
231The block major number is needed in the ``devices.machine'' file
232if the device is a disk.
34.\"
35.\".ds RH "Adding New Devices
36.ne 2i
37.NH
38ADDING NEW SYSTEM SOFTWARE
39.PP
40This section is not for the novice, it describes
41some of the inner workings of the configuration process as

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

226file, it must also be added to the device configuration tables. These
227are located in ``/sys/vax/conf.c'', or similar for machines other than
228the VAX. If you don't understand what to add to this file, you should
229study an entry for an existing driver.
230Remember that the position in the
231device table specifies the major device number.
232The block major number is needed in the ``devices.machine'' file
233if the device is a disk.
233.PP
234With the configuration information in place, your configuration
235file appropriately modified, and a system reconfigured and rebooted
236you should incorporate the shell commands needed to install the special
237files in the file system to the file ``/dev/MAKEDEV'' or
238``/dev/MAKEDEV.local''. This is discussed in the document ``Installing
239and Operating 4.4BSD''.