aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/snoop.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-02-25 18:29:10 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-02-25 18:29:10 +0000
commitd8ee5072e3f789fc933f9f54606477dc87af7884 (patch)
tree1b410ef08867db93d12a24661cf9ab00728816c4 /sys/sys/snoop.h
parent7fe4e5674295d8a7884e6f9574a4ceb5c66dda83 (diff)
downloadsrc-d8ee5072e3f789fc933f9f54606477dc87af7884.tar.gz
src-d8ee5072e3f789fc933f9f54606477dc87af7884.zip
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
Notes
Notes: svn path=/head/; revision=6708
Diffstat (limited to 'sys/sys/snoop.h')
0 files changed, 0 insertions, 0 deletions