Deleted Added
full compact
config.h (6814) config.h (8432)
1/*
2 * Copyright (c) 1980, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

116 int d_drive; /* drive number */
117 int d_target; /* target number */
118 int d_lun; /* unit number */
119 int d_slave; /* slave number */
120#define QUES -1 /* -1 means '?' */
121#define UNKNOWN -2 /* -2 means not set yet */
122 int d_dk; /* if init 1 set to number for iostat */
123 int d_flags; /* flags for device init */
1/*
2 * Copyright (c) 1980, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

116 int d_drive; /* drive number */
117 int d_target; /* target number */
118 int d_lun; /* unit number */
119 int d_slave; /* slave number */
120#define QUES -1 /* -1 means '?' */
121#define UNKNOWN -2 /* -2 means not set yet */
122 int d_dk; /* if init 1 set to number for iostat */
123 int d_flags; /* flags for device init */
124 int d_conflicts; /* I'm allowed to conflict */
124 char *d_port; /* io port base manifest constant */
125 int d_portn; /* io port base (if number not manifest) */
126 char *d_mask; /* interrupt mask */
127 int d_maddr; /* io memory base */
128 int d_msize; /* io memory size */
129 int d_drq; /* DMA request */
130 int d_irq; /* interrupt request */
131 struct device *d_next; /* Next one in list */

--- 89 unchanged lines hidden ---
125 char *d_port; /* io port base manifest constant */
126 int d_portn; /* io port base (if number not manifest) */
127 char *d_mask; /* interrupt mask */
128 int d_maddr; /* io memory base */
129 int d_msize; /* io memory size */
130 int d_drq; /* DMA request */
131 int d_irq; /* interrupt request */
132 struct device *d_next; /* Next one in list */

--- 89 unchanged lines hidden ---