![]() |
|
|||||||
| OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|||
|
Quote:
These drivers are compiled in the kernel. You should find them listed in dmesg(8) output. |
|
|||
|
OpenBSD doesn't have a dynamic /dev filesystem, it is just a directory full of special device nodes generated but a script MAKEDEV(8) which itself runs mknod(8), this is how it was handled traditionally in Unix.. and personally I find it cleaner.
This requires some manual intervention if a device node does not exist, it's not overly difficult, and in most cases the installer will have generated a fair default. Network interfaces do not have device nodes, you have 'block' and 'character' devices for disks, serial/tty interfaces, and other special devices that need to be represented and accessible by userland. A framework exists called BPF(4), but I don't believe it's of any importance to you. |
|
||||
|
Quote:
|
![]() |
| Tags |
| /dev, openbsd |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Two PF questions | sparker | OpenBSD Security | 5 | 9th November 2009 07:01 AM |
| Some Questions ?? | ultranothing | OpenBSD Security | 6 | 4th September 2009 04:59 PM |
| FTP ruleset questions | hitete | OpenBSD Security | 2 | 25th November 2008 04:30 PM |
| A few questions on OpenBSD? | php111 | OpenBSD General | 24 | 1st November 2008 08:18 AM |
| Some questions about installation of OpenBSD | aleunix | OpenBSD Installation and Upgrading | 20 | 15th June 2008 11:57 AM |