Deleted Added
full compact
aic7xxx_93cx6.c (139749) aic7xxx_93cx6.c (139757)
1-e/*
1/*-
2 * Interface for the 93C66/56/46/26/06 serial eeprom parts.
3 *
4 * Copyright (c) 1995, 1996 Daniel M. Eischen
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

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

65 */
66
67#ifdef __linux__
68#include "aic7xxx_osm.h"
69#include "aic7xxx_inline.h"
70#include "aic7xxx_93cx6.h"
71#else
72#include <sys/cdefs.h>
2 * Interface for the 93C66/56/46/26/06 serial eeprom parts.
3 *
4 * Copyright (c) 1995, 1996 Daniel M. Eischen
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

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

65 */
66
67#ifdef __linux__
68#include "aic7xxx_osm.h"
69#include "aic7xxx_inline.h"
70#include "aic7xxx_93cx6.h"
71#else
72#include <sys/cdefs.h>
73__FBSDID("$FreeBSD: head/sys/dev/aic7xxx/aic7xxx_93cx6.c 139749 2005-01-06 01:43:34Z imp $");
73__FBSDID("$FreeBSD: head/sys/dev/aic7xxx/aic7xxx_93cx6.c 139757 2005-01-06 05:30:44Z scottl $");
74#include <dev/aic7xxx/aic7xxx_osm.h>
75#include <dev/aic7xxx/aic7xxx_inline.h>
76#include <dev/aic7xxx/aic7xxx_93cx6.h>
77#endif
78
79/*
80 * Right now, we only have to read the SEEPROM. But we make it easier to
81 * add other 93Cx6 functions.

--- 245 unchanged lines hidden ---
74#include <dev/aic7xxx/aic7xxx_osm.h>
75#include <dev/aic7xxx/aic7xxx_inline.h>
76#include <dev/aic7xxx/aic7xxx_93cx6.h>
77#endif
78
79/*
80 * Right now, we only have to read the SEEPROM. But we make it easier to
81 * add other 93Cx6 functions.

--- 245 unchanged lines hidden ---