diff options
author | 1999-07-04 22:13:03 +0000 | |
---|---|---|
committer | 1999-07-04 22:13:03 +0000 | |
commit | 14a4be10d205ea954984212eb3965a4539c76833 (patch) | |
tree | 005412a966b63fc398e1484c79c034df0a203c00 | |
parent | fix unsigned without a size-type (diff) | |
download | wireguard-openbsd-14a4be10d205ea954984212eb3965a4539c76833.tar.xz wireguard-openbsd-14a4be10d205ea954984212eb3965a4539c76833.zip |
isapnp gus
-rw-r--r-- | sys/dev/isa/pnpdevs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/pnpdevs b/sys/dev/isa/pnpdevs index ecf460dce9d..610e83df303 100644 --- a/sys/dev/isa/pnpdevs +++ b/sys/dev/isa/pnpdevs @@ -1,4 +1,4 @@ -# $OpenBSD: pnpdevs,v 1.75 1999/07/04 18:37:36 deraadt Exp $ +# $OpenBSD: pnpdevs,v 1.76 1999/07/04 22:13:03 deraadt Exp $ # # NOTE: All `com' devices also need pccom identifiers. @@ -414,7 +414,7 @@ we SMC8416 # SMC EtherEZ # CSC0003 # AW35/pro MPU # CSC0010 # AW35/Pro CTRL # OPT0002 # OPTi Audio 16 MPU401 -#gus GRV0000 # Advanced Gravis InterWave Audio +gus GRV0000 # Advanced Gravis InterWave Audio #wdc AZT0500 # AZT1008 PnP SOUND DEVICE (IDE CDROM DISAB) #wdc CTL2011 # Creative SB32 PnP (PNP0600) #wdc YMH002F # OPL3-SA3/X Sound Board @@ -448,7 +448,7 @@ sb CTL0045 # SB AWE64 Value ess ESS1868 # ESS ES1868 Plug and Play AudioD ess ESS1869 # ESS ES1869 Plug and Play AudioD ess ESS1878 # ESS ES1878 Plug and Play AudioD -wss OPT9310 # OPTi Audio 16 (possibly a wss instead of sb) +wss OPT9310 # OPTi Audio 16 ym @@@1001 # ALS100+ ym YMH0021 # OPL3-SA2 Sound Board sb GRV0003 # UltraSound Plug & Play SB Compatible A |