diff options
author | phk <phk@FreeBSD.org> | 1995-02-25 18:29:10 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-02-25 18:29:10 +0000 |
commit | daa114fa6132f09fa19ae7af3124305585c402f7 (patch) | |
tree | 1b410ef08867db93d12a24661cf9ab00728816c4 /sys/kern/tty_pty.c | |
parent | cc94453d734a6e0f1194966eab77615993aa5480 (diff) | |
download | FreeBSD-src-daa114fa6132f09fa19ae7af3124305585c402f7.zip FreeBSD-src-daa114fa6132f09fa19ae7af3124305585c402f7.tar.gz |
I belive I finally got the "on eisa" right.
| if (!(isdp->id_iobase & 0xf300)) {
| printf(" on motherboard\n");
| } else if (isdp->id_iobase >= 0x1000 &&
| !(isdp->id_opbase & 0x300)) {
| printf (" on eisa slot %d\n",
| isdp->id_iobase >> 12);
| } else {
| printf (" on isa\n");
| }
| }
Based on info in "The undocumented PC" p.165
Diffstat (limited to 'sys/kern/tty_pty.c')
0 files changed, 0 insertions, 0 deletions