freebsd-dev/sys/dev/ata
John Baldwin 44731cab3b Change the suser() API to take advantage of td_ucred as well as do a
general cleanup of the API.  The entire API now consists of two functions
similar to the pre-KSE API.  The suser() function takes a thread pointer
as its only argument.  The td_ucred member of this thread must be valid
so the only valid thread pointers are curthread and a few kernel threads
such as thread0.  The suser_cred() function takes a pointer to a struct
ucred as its first argument and an integer flag as its second argument.
The flag is currently only used for the PRISON_ROOT flag.

Discussed on:	smp@
2002-04-01 21:31:13 +00:00
..
ata-all.c Remove debug output in last commit. 2002-03-30 16:51:47 +00:00
ata-all.h Add new support for locking an ATA channel and use that throughout 2002-03-11 21:04:32 +00:00
ata-card.c Major update of the ATA RAID code, part 1: 2002-02-04 19:23:40 +00:00
ata-disk.c Here follows the new kernel dumping infrastructure. 2002-03-31 22:37:00 +00:00
ata-disk.h Major update of the ATA RAID code, part 3: 2002-03-03 15:36:21 +00:00
ata-dma.c ATA100 is allowed on the HPT chips rev >= 3 2002-03-31 13:33:55 +00:00
ata-isa.c Major update of the ATA RAID code, part 1: 2002-02-04 19:23:40 +00:00
ata-pci.c Add AMD 768 support. 2002-03-24 12:44:23 +00:00
ata-raid.c Use the raid lun not the magic when writing Promise config. 2002-03-30 11:15:46 +00:00
ata-raid.h Add support for creating/deleting ATA RAID's. 2002-03-27 10:58:59 +00:00
atapi-all.c Misc little cleanups. 2002-03-26 09:31:22 +00:00
atapi-all.h Fix buglets in the ATAPI resume code. 2002-02-12 13:21:51 +00:00
atapi-cd.c Change the suser() API to take advantage of td_ucred as well as do a 2002-04-01 21:31:13 +00:00
atapi-cd.h Add more functionality to the CDIOCREADSUBCHANNEL ioctl. 2002-03-16 15:56:54 +00:00
atapi-fd.c Misc little cleanups. 2002-03-26 09:31:22 +00:00
atapi-fd.h Major update of the ATA RAID code, part 1: 2002-02-04 19:23:40 +00:00
atapi-tape.c Misc little cleanups. 2002-03-26 09:31:22 +00:00
atapi-tape.h Major update of the ATA RAID code, part 1: 2002-02-04 19:23:40 +00:00