summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_pty.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-02-25 18:29:10 +0000
committerphk <phk@FreeBSD.org>1995-02-25 18:29:10 +0000
commitdaa114fa6132f09fa19ae7af3124305585c402f7 (patch)
tree1b410ef08867db93d12a24661cf9ab00728816c4 /sys/kern/tty_pty.c
parentcc94453d734a6e0f1194966eab77615993aa5480 (diff)
downloadFreeBSD-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
OpenPOWER on IntegriCloud