freebsd-dev/sys/dev/ata
Poul-Henning Kamp f711d546d2 Suser() simplification:
1:
  s/suser/suser_xxx/

2:
  Add new function: suser(struct proc *), prototyped in <sys/proc.h>.

3:
  s/suser_xxx(\([a-zA-Z0-9_]*\)->p_ucred, \&\1->p_acflag)/suser(\1)/

The remaining suser_xxx() calls will be scrutinized and dealt with
later.

There may be some unneeded #include <sys/cred.h>, but they are left
as an exercise for Bruce.

More changes to the suser() API will come along with the "jail" code.
1999-04-27 11:18:52 +00:00
..
ata-all.c Fix the promise_intr function, it should use 'lun' not 'unit' 1999-04-22 08:07:44 +00:00
ata-all.h Update to use the new-bus framework. No functional changes. 1999-04-18 20:48:15 +00:00
ata-disk.c Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
ata-disk.h Fourth update to the new ATA/ATAPI driver: 1999-03-28 18:57:20 +00:00
ata-dma.c Update to use the new-bus framework. No functional changes. 1999-04-18 20:48:15 +00:00
atapi-all.c Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
atapi-all.h Fourth update to the new ATA/ATAPI driver: 1999-03-28 18:57:20 +00:00
atapi-cd.c Suser() simplification: 1999-04-27 11:18:52 +00:00
atapi-cd.h Added driver to support ATAPI floppies ie LS-120 & ZIP drives. 1999-03-03 21:10:29 +00:00
atapi-fd.c Sixth update to the new ATA/ATAPI driver: 1999-04-10 18:53:35 +00:00
atapi-fd.h Added driver to support ATAPI floppies ie LS-120 & ZIP drives. 1999-03-03 21:10:29 +00:00
atapi-tape.c Sixth update to the new ATA/ATAPI driver: 1999-04-10 18:53:35 +00:00
atapi-tape.h ZIP drives should now be working, I'm not sure about LS120 drives, 1999-03-07 21:49:14 +00:00