mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 15:48:26 -04:00
(b) add a function callback vector to tty drivers that will return a pointer
to a valid tty structure based upon a dev_t
(c) make syscons structures the same size whether or not APM is enabled so
utilities don't crash if NAPM changes (and make the damn kernel compile!)
(d) rewrite /dev/snp ioctl interface so that it is device driver and i386
independant
|
||
|---|---|---|
| .. | ||
| aic7xxx | ||
| cy | ||
| de | ||
| ed | ||
| ep | ||
| fdc | ||
| ic | ||
| ie | ||
| joy | ||
| kbd | ||
| lnc | ||
| mcd | ||
| mse | ||
| pci | ||
| ppbus | ||
| sio | ||
| snp | ||
| speaker | ||
| syscons | ||
| vn | ||