This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2024-12-20 11:11:24 +00:00
Code
Issues
Releases
Activity
5fa6546535
freebsd
/
sys
/
dev
/
aha
History
Peter Wemm
ba3d594ddc
Fix build on alpha. It used to case an int to a pointer in order to do
...
pointer arithmetic. Detour via uintptr_t, since we're generating an offset not dereferencing them.
2002-10-09 09:30:57 +00:00
..
aha_isa.c
Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the
2002-10-09 08:54:32 +00:00
aha_mca.c
Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the
2002-10-09 08:54:32 +00:00
aha.c
Fix build on alpha. It used to case an int to a pointer in order to do
2002-10-09 09:30:57 +00:00
ahareg.h