]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Take newbusification one step further, ie use the device_t more consequently
authorsos <sos@FreeBSD.org>
Sat, 30 Apr 2005 16:22:07 +0000 (16:22 +0000)
committersos <sos@FreeBSD.org>
Sat, 30 Apr 2005 16:22:07 +0000 (16:22 +0000)
commit859b992e3d8991c272cb5cb60ca670f83f5d5c29
treee259973366cf692372899b33dcf524ca0258ebb1
parentdd34e66b69c2e0033e73f3dfce23cff4c2808c6b
Take newbusification one step further, ie use the device_t more consequently
all way through the code down the layers, instead of the mix'n'match that
resulted from the conversion done earlier.

Sponsored by: pair.com
19 files changed:
sys/dev/ata/ata-all.c
sys/dev/ata/ata-all.h
sys/dev/ata/ata-card.c
sys/dev/ata/ata-cbus.c
sys/dev/ata/ata-chipset.c
sys/dev/ata/ata-disk.c
sys/dev/ata/ata-dma.c
sys/dev/ata/ata-isa.c
sys/dev/ata/ata-lowlevel.c
sys/dev/ata/ata-pci.c
sys/dev/ata/ata-pci.h
sys/dev/ata/ata-queue.c
sys/dev/ata/ata-raid.c
sys/dev/ata/ata-raid.h
sys/dev/ata/ata_if.m
sys/dev/ata/atapi-cam.c
sys/dev/ata/atapi-cd.c
sys/dev/ata/atapi-fd.c
sys/dev/ata/atapi-tape.c