diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-28 22:48:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-28 22:48:41 +0000 |
commit | 588cb388b11e3ec66394c610bc105b4f703f5b2c (patch) | |
tree | 885cbb06fad6953f17a33d2b402319c933d522c8 | |
parent | 8d4d9ec3f34c3d040d5516ccb8536d26c2f3d387 (diff) |
pretty
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 772e692d912..6b3a6e279bb 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.228 2001/01/28 20:35:43 mickey Exp $ +# $OpenBSD: GENERIC,v 1.229 2001/01/28 22:48:40 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -193,7 +193,7 @@ ahc0 at isa? port ? irq ? # Adaptec 284x SCSI controllers ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI controllers ahc* at pci? dev ? function ? # Adaptec 2940 SCSI controllers scsibus* at ahc? -dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID PCI +dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID PCI dpt* at eisa? slot ? # DPT SmartCache/SmartRAID EISA scsibus* at dpt? gdt* at pci? dev ? function ? # ICP Vortex GDT RAID controllers @@ -220,7 +220,7 @@ adv* at pci? dev ? function ? # AdvanSys 1200A/B and ULTRA SCSI scsibus* at adv? adw* at pci? dev ? function ? # AdvanSys ULTRA WIDE SCSI scsibus* at adw? -sea0 at isa? iomem 0xc8000 irq 5 # Seagate ST0[12] SCSI controllers +sea0 at isa? iomem 0xc8000 irq 5 # Seagate ST0[12] SCSI controllers scsibus* at sea? uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI controllers uha1 at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI controllers @@ -282,8 +282,8 @@ ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN and 3C507 #ie1 at isa? port 0x300 irq 10 # EtherExpress le0 at isa? port 0x360 irq 15 drq 6 # IsoLan, NE2100, and DEPCA ex0 at isa? port 0x320 irq 5 # Intel EtherExpress PRO/10 -#tr0 at isa? port 0xa20 iomem 0xd8000 irq ? # IBM TROPIC based Token-Ring -#tr1 at isa? port 0xa24 iomem 0xd0000 irq ? # IBM TROPIC based Token-Ring +#tr0 at isa? port 0xa20 iomem 0xd8000 irq ? # IBM TROPIC based Token-Ring +#tr1 at isa? port 0xa24 iomem 0xd0000 irq ? # IBM TROPIC based Token-Ring #tr* at isa? port ? irq ? # 3COM TROPIC based Token-Ring ep0 at eisa? slot ? ep* at eisa? slot ? # 3C579 ethernet @@ -386,16 +386,16 @@ midi* at mpu? #spkr0 at pcppi? # PC speaker #Audio Support -audio* at sb? -audio* at gus? -audio* at pas? -audio* at sp? +audio* at sb? +audio* at gus? +audio* at pas? +audio* at sp? audio* at ess? -audio* at wss? -audio* at ym? -audio* at eap? +audio* at wss? +audio* at ym? +audio* at eap? audio* at eso? -audio* at sv? +audio* at sv? audio* at neo? audio* at cmpci? audio* at clcs? @@ -404,9 +404,9 @@ audio* at auich? audio* at fms? audio* at auvia? audio* at uaudio? -audio* at maestro? +audio* at maestro? -bktr0 at pci? dev ? function ? +bktr0 at pci? dev ? function ? # Joystick driver. Probe is a little strange; add only if you have one. #joy0 at isa? port 0x201 |