This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
dev
/
ata
History
Ed Schouten
82b70c3e01
Improve clarity: if (a && (b ? b : c)) -> if (a && (b || c))
...
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
2009-04-07 19:44:06 +00:00
..
chipsets
The Serverworks SATA chipsets used in Apple G5 systems require requiring
2009-04-04 00:26:01 +00:00
ata_if.m
…
ata-all.c
…
ata-all.h
…
ata-card.c
Check the Disk FUNCE recorded in the CIS to see if we should probe for
2009-03-12 06:30:59 +00:00
ata-cbus.c
…
ata-disk.c
…
ata-disk.h
…
ata-dma.c
…
ata-isa.c
…
ata-lowlevel.c
…
ata-pci.c
Integrate user/mav/ata branch:
2009-03-30 22:18:38 +00:00
ata-pci.h
Integrate user/mav/ata branch:
2009-03-30 22:18:38 +00:00
ata-queue.c
Improve clarity: if (a && (b ? b : c)) -> if (a && (b || c))
2009-04-07 19:44:06 +00:00
ata-raid-ddf.h
…
ata-raid.c
…
ata-raid.h
…
ata-sata.c
Integrate user/mav/ata branch:
2009-03-30 22:18:38 +00:00
ata-usb.c
…
atapi-cam.c
…
atapi-cd.c
…
atapi-cd.h
…
atapi-fd.c
…
atapi-fd.h
…
atapi-tape.c
…
atapi-tape.h
…