Re: UART question
Vincent DEFERT <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
Ok, so NetBSD: - creates tons of nodes for devices that are NOT physically present in the machine (i.e. most of /dev) - does NOT create nodes for devices that are physically present (e.g. UART) - though sometimes, it does, for some reason (e.g. I2C) I'm lost. I can't find any rationale behind those behaviours. :( Could someone explain, please?