This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
dev
/
aac
History
Mike Silbersack
184dcdc7c8
Change all SYSCTLS which are readonly and have a related TUNABLE
...
from CTLFLAG_RD to CTLFLAG_RDTUN so that sysctl(8) can provide more useful error messages.
2003-10-21 18:28:36 +00:00
..
aac_cam.c
Use __FBSDID().
2003-08-24 17:55:58 +00:00
aac_compat.h
Bring the aac driver *much* closer to style(9).
2001-09-05 20:43:02 +00:00
aac_debug.c
Use __FBSDID().
2003-08-24 17:55:58 +00:00
aac_disk.c
Change all SYSCTLS which are readonly and have a related TUNABLE
2003-10-21 18:28:36 +00:00
aac_ioctl.h
Bring the aac driver *much* closer to style(9).
2001-09-05 20:43:02 +00:00
aac_linux.c
Use __FBSDID().
2003-08-24 17:55:58 +00:00
aac_pci.c
Use PCIR_BAR() instead of a magic offset.
2003-09-09 06:44:58 +00:00
aac_tables.h
MFS: Use correct terminology for RAID 0/1 and 0/5.
2001-12-04 02:39:06 +00:00
aac.c
Fix a couple of bugs with AIF handling:
2003-10-17 21:44:06 +00:00
aacreg.h
Fix a couple of bugs with AIF handling:
2003-10-17 21:44:06 +00:00
aacvar.h
Consistently use the BSD u_int and u_short instead of the SYSV uint and
2003-08-07 15:04:27 +00:00