diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-11-08 15:05:16 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-11-08 15:05:16 +0000 |
| commit | 2d2f7b629218e88701bb965a7a89360922eed343 (patch) | |
| tree | 8ccb817e441e385ad3c5a8b22d7bf6df3dd6eef1 /sys | |
| parent | 963b8cdcc8aa0aa91537e0410921d9fe1eaea630 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/NOTES | 2 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 77ef423da15a..5a4f83ef6e77 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1805,8 +1805,6 @@ hint.si.0.at="isa" hint.si.0.maddr="0xd0000" hint.si.0.irq="12" device nmdm -# HOT1 Xilinx 6200 card (http://www.vcc.com/) -device xrpu # # The `meteor' device is a PCI video capture board. It can also have the diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index b1ec0bb4b411..f620068544c8 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -636,7 +636,6 @@ device aacp # SCSI Passthrough interface (optional, CAM required) # 0x01 - alternate layout of pins # 0x02 - use the windowed PC/Xe in 64K mode - device wt 1 hint.wt.0.at="isa" hint.wt.0.port="0x300" @@ -709,6 +708,8 @@ hint.stli.0.msize="0x1000" device loran hint.loran.0.at="isa" hint.loran.0.irq="5" +# HOT1 Xilinx 6200 card (http://www.vcc.com/) +device xrpu # # Laptop/Notebook options: |
