ceb9be409e
doing 'if (tag == ...) else if (tag == ...) else panic' rather than by doing a switch. This makes life easier for people who need the i386 bus_space_* functions to access spaces other than the normal memory and I/O spaces, because it allows them to define an i386 bus_space_tag_t as a pointer to a function table, rather than just an int. (They could define it as an int and cast it to a funtion table pointer, but I think that's bad karma, and this change doesn't hurt.) |
||
---|---|---|
.. | ||
adosfs | ||
arch | ||
compat | ||
conf | ||
ddb | ||
dev | ||
gdbscripts | ||
ipkdb | ||
isofs/cd9660 | ||
kern | ||
lib | ||
lkm | ||
miscfs | ||
msdosfs | ||
net | ||
netatalk | ||
netccitt | ||
netinet | ||
netiso | ||
netnatm | ||
netns | ||
nfs | ||
scsi | ||
stand | ||
sys | ||
ufs | ||
vm | ||
Makefile |