mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 07:55:21 -04:00
For example, when /etc/pccard.conf had ed0 in config line, but kernel refused this name and said devclass_alloc_unit: ed0 already exists, using next availale unit number Kernel used ed1 as device name and it did not match with config and insert/remove lines. Fortunately, dhclient was called without args, and it works, but if we wanted to use static IP address for PC-card, it did not work. This modification makes pccardd to execute insert/remove lines with the true device name that returns from kernel. (Last change to etc/pccard.conf.sample eliminated all hardwired device name from insert/remove lines in /etc/pccard.conf) |
||
|---|---|---|
| .. | ||
| cardinfo.h | ||
| cis.h | ||
| driver.h | ||
| i82365.h | ||
| pccard.c | ||
| pccard_beep.c | ||
| pccard_nbk.c | ||
| pccard_nbk.h | ||
| pcic.c | ||
| pcic.h | ||
| pcic98reg.h | ||
| pcic_pci.c | ||
| pcic_pci.h | ||
| slot.h | ||