diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-02-27 19:06:39 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-02-27 19:06:39 +0000 |
commit | 2c01288f1034c061efbc54ae1d0523e5384ecd90 (patch) | |
tree | 36ebcf8b9c15baf32464d60d67fa676f3d941459 /distrib | |
parent | 4a17a8eb08fb5b5a84aad6ca135fab677123d6a8 (diff) |
scary tables of isa port numbers are scary.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/notes/i386/hardware | 91 |
1 files changed, 1 insertions, 90 deletions
diff --git a/distrib/notes/i386/hardware b/distrib/notes/i386/hardware index 533814569b4..4802a928359 100644 --- a/distrib/notes/i386/hardware +++ b/distrib/notes/i386/hardware @@ -1,4 +1,4 @@ -dnl $OpenBSD: hardware,v 1.288 2014/02/27 18:48:15 deraadt Exp $ +dnl $OpenBSD: hardware,v 1.289 2014/02/27 19:06:38 tedu Exp $ OpenBSD/MACHINE OSREV works across a broad range of standard PCs and clones, with a wide variety of processors and I/O bus architectures. It can be expected to install and run with minimal difficulties on most @@ -19,92 +19,3 @@ Please refer to the website for a full list of support hardware. http://www.openbsd.org/i386.html - -To be detected by the distributed kernels, some ISA devices must -be configured with specific settings. Here's their list: - -Device Name Port IRQ DRQ Misc ------- ---- ---- --- --- ---- -Serial ports com0 0x3f8 4 [8250/16450/16550/clones] - com1 0x2f8 3 [8250/16450/16550/clones] - com2 0x3e8 5 [8250/16450/16550/clones] - ast0 0x1a0 5 [AST 4-port serial card] - cy0 12 iomem 0xd4000 [Cyclom - serial card] - -Parallel ports lpt0 0x378 7 [interrupt-driven or polling] - lpt1 0x278 [polling only] - lpt2 0x3bc [polling only] - -MFM/ESDI/IDE/RLL hard disk controllers - wdc0 0x1f0 14 [supports two disks or atapi] - wdc1 0x170 15 [supports two disks or atapi] - -Floppy controller - fdc0 0x3f0 6 2 [supports two disks] - -AHA-154x, AHA-174x (in compatibility mode), or BT-54x SCSI host adapters - aha0 0x330 any any - aha1 0x334 any any - -BT445, BT74x, or BT9xx SCSI host adapters - bha0 0x330 any any - bha1 0x334 any any - -Ultrastor 14f, 24f (if it works), or 34f SCSI host adapters - uha0 0x330 any any - uha1 0x334 any any - -AHA-152x, AIC-6260- or AIC-6360-based SCSI host adapters - aic0 0x340 11 any - -Seagate ST0[12], Future Domain TMC-8xx based SCSI controllers - sea0 5 iomem 0xc8000 - -WD7000 and TMC-7000 SCSI host adapters - wds0 0x350 15 6 - wds1 0x358 11 5 - -SCSI disks sd0 first SCSI disk (by SCSI ID) - sd1 second SCSI disk (by SCSI ID) - sd2 third SCSI disk (by SCSI ID) - sd3 fourth SCSI disk (by SCSI ID) - -SCSI tapes st0 first SCSI tape (by SCSI ID) - st1 second SCSI tape (by SCSI ID) - -SCSI CD-ROMs cd0 first SCSI CD-ROM (by SCSI ID) - cd1 second SCSI CD-ROM (by SCSI ID) - -SMC/WD 8003, 8013, Elite16, and Elite16 Ultra Ethernet boards - we0 0x280 9 iomem 0xd0000 - we1 0x300 10 iomem 0xcc000 - -Novell NE1000, or NE2000 Ethernet boards - ne0 0x240 9 iomem 0xd8000 - ne1 0x300 10 - ne2 0x280 9 - -3COM 3c501 Ethernet boards - el0 0x300 9 - -3COM 3c503 Ethernet boards - ec0 0x250 9 iomem 0xd8000 - -3COM 3c505/Etherlink+ Ethernet boards - eg0 0x310 5 - -AT&T StarLAN 10, EN100, or StarLAN Fiber, or 3COM 3c507 Ethernet boards - ie0 0x360 7 iomem 0xd0000 - -EtherExpress boards - ie1 0x300 10 - -IsoLan, NE2100, and DEPCA - le0 0x360 15 6 - -Intel EtherExpress PRO/10 - ex0 0x320 5 - -Hardware not listed in the above table doesn't need any specific -configuration. |