minix/drivers
Lionel Sambuc 175d3e7eae Changing the message union to anonymous.
This allows us to write things like this:
  message m;
  m.m_notify.interrupts = new_value;

or
  message *mp;
  mp->m_notify.interrupts = new_value;

The shorthands macro have been adapted for the new scheme, and will be
kept as long as we have generic messages being used.

Change-Id: Icfd02b5f126892b1d5d2cebe8c8fb02b180000f7
2014-03-03 20:46:47 +01:00
..
acpi Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
ahci
amddev Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
at_wini Changing the message union to anonymous. 2014-03-03 20:46:47 +01:00
atl2 Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
audio
bmp085
cat24c256
dec21140A Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
dp8390 Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
dpeth Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
e1000 Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
fb Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
fbd Replaced common u64.h functions with operators. 2014-03-02 12:28:32 +01:00
filter Changing the message union to anonymous. 2014-03-03 20:46:47 +01:00
floppy Changing the message union to anonymous. 2014-03-03 20:46:47 +01:00
fxp Changing the message union to anonymous. 2014-03-03 20:46:47 +01:00
gpio
hello
i2c Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
lan8710a Changing the message union to anonymous. 2014-03-03 20:46:47 +01:00
lance Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
log
memory
mmc
orinoco Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
pci Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
pckbd
printer
ramdisk
random
readclock Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
rtl8139 Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
rtl8169 Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
sht21
tda19988
ti1225
tps65217 big <utmp.h>-inspired netbsd switch 2014-03-01 09:05:02 +01:00
tps65950 Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
tsl2550
tty Changing the message union to anonymous. 2014-03-03 20:46:47 +01:00
uds Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
vbox Extending time_t to 64bits. 2014-03-03 20:45:28 +01:00
virtio_blk
virtio_net Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
vnd
Makefile
Makefile.inc