geom_dev.c (8510f61acdf83ef524e694b9b0eebeb7ad834162) | geom_dev.c (773e541e8d088fb20dd4451f1304f805a558728f) |
---|---|
1/*- 2 * SPDX-License-Identifier: BSD-3-Clause 3 * 4 * Copyright (c) 2002 Poul-Henning Kamp 5 * Copyright (c) 2002 Networks Associates Technology, Inc. 6 * All rights reserved. 7 * 8 * This software was developed for the FreeBSD Project by Poul-Henning Kamp --- 31 unchanged lines hidden (view full) --- 40 41#include <sys/param.h> 42#include <sys/systm.h> 43#include <sys/malloc.h> 44#include <sys/kernel.h> 45#include <sys/conf.h> 46#include <sys/ctype.h> 47#include <sys/bio.h> | 1/*- 2 * SPDX-License-Identifier: BSD-3-Clause 3 * 4 * Copyright (c) 2002 Poul-Henning Kamp 5 * Copyright (c) 2002 Networks Associates Technology, Inc. 6 * All rights reserved. 7 * 8 * This software was developed for the FreeBSD Project by Poul-Henning Kamp --- 31 unchanged lines hidden (view full) --- 40 41#include <sys/param.h> 42#include <sys/systm.h> 43#include <sys/malloc.h> 44#include <sys/kernel.h> 45#include <sys/conf.h> 46#include <sys/ctype.h> 47#include <sys/bio.h> |
48#include <sys/bus.h> | 48#include <sys/devctl.h> |
49#include <sys/lock.h> 50#include <sys/mutex.h> 51#include <sys/proc.h> 52#include <sys/errno.h> 53#include <sys/time.h> 54#include <sys/disk.h> 55#include <sys/fcntl.h> 56#include <sys/limits.h> --- 840 unchanged lines hidden --- | 49#include <sys/lock.h> 50#include <sys/mutex.h> 51#include <sys/proc.h> 52#include <sys/errno.h> 53#include <sys/time.h> 54#include <sys/disk.h> 55#include <sys/fcntl.h> 56#include <sys/limits.h> --- 840 unchanged lines hidden --- |